Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / png_image / png_image.readme
blobfc5a6fcf3279e85521ab762c7f29e085b4f5179f
1 Short:        32-bit PNG image BOOPSI class
2 Author:       Fredrik Wikstrom
3 Uploader:     Fredrik Wikstrom <fredrik@a500.org>
4 Type:         util/libs
5 Version:      1.6
6 Architecture: m68k-amigaos
8 Installation:
10 1. Copy png.image SYS:Classes/Images/
11 2. Copy z.library SYS:Libs/
13 Requirements:
15  - 68020+ CPU (no FPU required)
16  - AmigaOS 3.0 or newer
17  - z.library (included in archive)
18    
19 Source code:
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/
25 Changes:
27 1.6 (24-Aug-2010)
28  - Now uses WritePixelArray8 on OS3.0 instead of WritePixel loop
30 1.5 (22-Aug-2010)
31  - The RGBA->CLUT remapping code now allocates enough memory for the mask if
32    the source/destination bitmaps are interleaved
34 1.4 (15-Aug-2010)
35  - Added OCS/ECS/AGA support in png.image (alpha threshold is >= 128)
37 1.3 (10-Aug-2010)
38  - Added CyberGraphX support