Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
8463 1234 d 15 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8449 1237 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Improve support of transparent PNG images.

* Support grayscale images with alpha channel.
* Support rgb images with transparent color.
* Process 'tRNS' chunk (simple transparency).

Transparent png images were already supported for color type 6, which
is RGBA. Now indexed images (color type 3) can also have transparency
via 'tRNS' chunk data.
 
8399 1242 d 8 h dunkaist /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix transparency in indexed png images.  
8341 1247 d 11 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Add and export img.blend function  
7279 2185 d 12 h IgorA /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix save small png images  
6733 2725 d 13 h IgorA /programs/develop/libraries/libs-dev/ libimg can save 24-bit *.png images  
2733 4357 d 1 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg:
new image type: grayscale (Image.bpp9)
tiff fixes for grayscale+alpha images
xcf regression bug fixed (screen mode blending, r2388)
 
1308 5267 d 15 h diamond /programs/develop/libraries/libs-dev/libimg/png/ libimg: interlaced PNG  
1102 5453 d 8 h diamond /programs/ * libs-dev: style of exported names changed, ini.get_int -> ini_get_int
* programs which use libs-dev updated accordingly
* libimg: support for .ico and .cur files (icons and cursors)
* kiv: show many different images in one file in one row
 
1079 5463 d 12 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg, version 4:
* decoder for animated GIFs
* some fixes in PNG and JPEG decoders
* internal image representation now allows 15 and 16 bpp
(without conversions in decoders)
* decoder for TGA, Z80 from Nable
 
1014 5577 d 3 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: PNG support