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 1226 d 11 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8449 1229 d 3 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 1234 d 4 h dunkaist /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix transparency in indexed png images.  
8341 1239 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Add and export img.blend function  
7279 2177 d 8 h IgorA /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix save small png images  
6733 2717 d 9 h IgorA /programs/develop/libraries/libs-dev/ libimg can save 24-bit *.png images  
2733 4348 d 21 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 5259 d 11 h diamond /programs/develop/libraries/libs-dev/libimg/png/ libimg: interlaced PNG  
1102 5445 d 4 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 5455 d 8 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 5568 d 23 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: PNG support