1 Short: 32-bit PNG image BOOPSI class
2 Author: Fredrik Wikstrom
3 Uploader: Fredrik Wikstrom <fredrik@a500.org>
6 Architecture: m68k-amigaos
10 1. Copy png.image SYS:Classes/Images/
11 2. Copy z.library SYS:Libs/
15 - 68020+ CPU (no FPU required)
16 - AmigaOS 3.0 or newer
17 - z.library (included in archive)
21 Source code for png.image and z.library is available under BSD license here
22 as part of the diskimagedevice project:
23 http://sourceforge.net/projects/diskimagedevice/
28 - Now uses WritePixelArray8 on OS3.0 instead of WritePixel loop
31 - The RGBA->CLUT remapping code now allocates enough memory for the mask if
32 the source/destination bitmaps are interleaved
35 - Added OCS/ECS/AGA support in png.image (alpha threshold is >= 128)
38 - Added CyberGraphX support