Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9640 821 d 17 h leency / add KMatrix into Appearance app  
8497 1203 d 0 h dunkaist /programs/ kiv and libimg.asm: Follow asm style guide, no semantic changes.  
8463 1211 d 16 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8395 1219 d 12 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: export img.resize_data  
8363 1222 d 3 h leency /programs/ libimg: img.decode now checks that length is not null
WebView: img tag: proceed data-src= if src= is empty, fix crash
 
8341 1224 d 12 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Add and export img.blend function  
7735 1500 d 17 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: tiff: Don't rely on EOI tag at the end of the strip.

Reference implementation (libtiff) has a workaround: precalculate data
size of the strip and don't rely on EOI tag of specific bit length.

This allow to read some invalid TIFF LZW images by my old scanner.
 
7105 2358 d 8 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: add img.from_file, refactor img.convert.

Add new function, img.from_file: gets file name and returns decoded Image.
Make img.convert code less spaghetti: use jump table, not a chain of jmp's.
 
6807 2671 d 6 h dunkaist /programs/develop/libraries/libs-dev/libimg/ img.scale and img.convert fix for multiframe images
new function: img.get_scaled_size
 
6733 2702 d 14 h IgorA /programs/develop/libraries/libs-dev/ libimg can save 24-bit *.png images  
3503 3992 d 8 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 3993 d 17 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: pcx: unpack scanlines, not color planes  
3055 4166 d 14 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 4167 d 17 h dunkaist /programs/develop/libraries/libs-dev/ libimg: new scale type (tile), some fixes  
3036 4171 d 11 h dunkaist /programs/develop/libraries/libs-dev/ libimg: img.scale prototype and simple example  
2733 4334 d 2 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 4342 d 6 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: bmp 24/32bpp encoding  
2691 4342 d 12 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 4343 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: encode API; pnm (pbm, pgm, ppm) encoding in raw mode  
2392 4435 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: wbmp support (easy programming example)  

Show All