Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4229 3839 d 12 h dunkaist /programs/develop/libraries/libs-dev/libimg/pnm/ libimg: check raw pnm payload size (broken files)  
3503 4026 d 2 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg:
add new image types (Image.bpp2i, Image.bpp4i); update to_rgb, flip, rotate functions
decode .bpp2i and .bpp4i tiff images
disable memory limit for decoded images
 
3499 4027 d 11 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: pcx: unpack scanlines, not color planes  
3056 4200 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/ add convert.asm (fix previous revision)  
3055 4200 d 7 h dunkaist /programs/develop/libraries/libs-dev/ libimg:
introduce img.convert + example
update tga decoder
img.to_rgb and img.to_rgb2 are deprecated
 
3053 4201 d 10 h dunkaist /programs/develop/libraries/libs-dev/ libimg: new scale type (tile), some fixes  
3036 4205 d 4 h dunkaist /programs/develop/libraries/libs-dev/ libimg: img.scale prototype and simple example  
2992 4220 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/tiff/ libimg:
read lzw-encoded tiff images
handle predictor tag in tiff files
 
2733 4367 d 19 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)
 
2692 4375 d 23 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: bmp 24/32bpp encoding  
2691 4376 d 5 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg:
img.flip.layer fix for images of scanline width less than 4 bytes
bmp: check for more InfoHeader types
 
2684 4377 d 0 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: encode API; pnm (pbm, pgm, ppm) encoding in raw mode  
2397 4468 d 5 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: tiff fix (packbits); pcx old code optimizing and fix (even byte)  
2392 4469 d 0 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: wbmp support (easy programming example)  
2388 4469 d 1 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg:
1. tiff (baseline) support
2. pnm (portable anymap) bilevel, grayscale (8bpp), pixmap (24bpp) support
3. xcf: optional layer merging/blending with sse (default is mmx)
4'. new formatting for my old code. more readable for now
 
2284 4606 d 13 h dunkaist /programs/develop/libraries/libs-dev/libimg/ico_cur/ libimg: icon related bug fixed (reported by Leency)  
1921 4766 d 6 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: basic xcf support (reading)  
1901 4823 d 15 h serge /programs/develop/libraries/ Mesa 7.10.1  
1728 4892 d 11 h clevermouse /programs/ fix compilation in linux  
1593 5016 d 8 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: 1bpp (monochrome) images support,
pcx.asm now uses 1bpp functions too, pcx code optimization
 
1580 5018 d 2 h diamond /programs/develop/libraries/libs-dev/libimg/pcx/ libimg: fixed typo in pcx.asm  
1572 5022 d 3 h dunkaist /programs/develop/libraries/libs-dev/libimg/pcx/ libimg: PCX v3.0 image format support - grayscale and monochrome (through converting to 8bit) decoding  
1569 5025 d 1 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: begin of PCX image format support (version 3.0 24bit only for now)  
1426 5194 d 4 h diamond /programs/develop/libraries/libs-dev/libimg/tga/ libimg: fix in check of very small files for TGA format  
1308 5278 d 9 h diamond /programs/develop/libraries/libs-dev/libimg/png/ libimg: interlaced PNG  
1252 5307 d 7 h diamond /programs/develop/libraries/libs-dev/libimg/ procedure img.draw fixed  
1152 5368 d 2 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: small fix in 8bpp -> 24bpp translation  
1121 5435 d 2 h diamond /programs/develop/libraries/libs-dev/libimg/gif/ libimg: fixed processing of some interlaced GIFs  
1118 5437 d 10 h diamond /programs/develop/libraries/libs-dev/libimg/gif/ libimg: fixed gif loading broken in rev. 1102  
1102 5464 d 2 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 5474 d 6 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
 
1015 5587 d 20 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: fix in to_rgb2, version bump  
1014 5587 d 21 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: PNG support  
1001 5591 d 23 h diamond /programs/develop/libraries/libs-dev/ libimg: to_rgb2() proc; version bump  
999 5593 d 5 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: bmp support improved, jpeg support added  
783 5894 d 1 h mikedld /programs/develop/libraries/libs-dev/ libimg: image flipping and rotating (look into .test/test002 for example use)
libini: small fix in ini.get_int
 
722 5945 d 3 h mikedld /programs/develop/libraries/libs-dev/libimg/gif/ libs-dev: fixed incorrect GIF processing  
717 5946 d 0 h mikedld /programs/develop/libraries/ Libs-dev: libio, libini, libgfx, libimg