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 1229 d 4 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8449 1231 d 19 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 1236 d 20 h dunkaist /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix transparency in indexed png images.  
8341 1242 d 0 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Add and export img.blend function  
7279 2180 d 1 h IgorA /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix save small png images  
6733 2720 d 2 h IgorA /programs/develop/libraries/libs-dev/ libimg can save 24-bit *.png images  
2733 4351 d 14 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 5262 d 3 h diamond /programs/develop/libraries/libs-dev/libimg/png/ libimg: interlaced PNG  
1102 5447 d 20 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 5458 d 1 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 5571 d 16 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: PNG support