Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9713 834 d 22 h dunkaist /programs/develop/libraries/libs-dev/ libimg: Implement more bit depth conversion routines  
9640 860 d 10 h leency / add KMatrix into Appearance app  
9587 868 d 10 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9273 921 d 2 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Avoid SSE pinsrw instruction in blend_mmx.asm

pinsrw can act on MMX registers, but it is still an SSE instruction.
 
8497 1241 d 18 h dunkaist /programs/ kiv and libimg.asm: Follow asm style guide, no semantic changes.  
8463 1250 d 9 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8449 1253 d 1 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.
 
8408 1257 d 6 h IgorA /programs/ tinygl: add some double functions, add bcc32 example
libimg: small optimize
 
8399 1258 d 2 h dunkaist /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix transparency in indexed png images.  
8395 1258 d 5 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: export img.resize_data  
8394 1258 d 6 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: transparency fixes.

img.convert doesn't make opaque pixels transparent.
gif decoder considers palette pixels opaque.
 
8363 1260 d 20 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
 
8342 1263 d 5 h dunkaist /programs/develop/libraries/libs-dev/.test/ Add img.blend example, add libimg examples to autobuild  
8341 1263 d 5 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Add and export img.blend function  
7735 1539 d 10 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.
 
7705 1633 d 0 h dunkaist /programs/develop/libraries/libs-dev/libini/ libini: Fix ini.del_section to not lose the last byte of a file.  
7523 2029 d 5 h dunkaist /programs/develop/libraries/libs-dev/libimg/bmp/ Libimg: Fix bug with 16-bit BMP padding.  
7279 2201 d 6 h IgorA /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix save small png images  
7105 2397 d 2 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.
 
6891 2582 d 14 h IgorA / update docs sys function 54.1  
6888 2593 d 13 h IgorA /programs/ add filter 'paeth', fix in 'build_bl_tree'  
6883 2605 d 16 h IgorA /programs/ fix continue crc calculation in 'archiver.obj'  
6881 2611 d 5 h IgorA /programs/ small fixes  
6873 2638 d 4 h IgorA /programs/ fix calculation 'adler32',
other small fixes
 
6870 2642 d 5 h IgorA /programs/ fix r6860, small change in 'libimg.obj'  
6807 2710 d 0 h dunkaist /programs/develop/libraries/libs-dev/libimg/ img.scale and img.convert fix for multiframe images
new function: img.get_scaled_size
 
6797 2718 d 8 h IgorA /programs/ optimize struct 'z_stream'  
6780 2729 d 4 h IgorA /programs/ fix compress size  
6779 2730 d 7 h IgorA /programs/develop/libraries/libs-dev/libimg/png/libpng/ fix, optimize, clean code  
6741 2739 d 14 h IgorA /programs/ optimize 'libimg.obj',
fix in 'zlib.obj',
animage can save '*.png' files
 
6734 2741 d 3 h leency / move cubeline to ISO, add "fasm -m 32768" into libimg Tupfile  
6733 2741 d 7 h IgorA /programs/develop/libraries/libs-dev/ libimg can save 24-bit *.png images  
5098 3542 d 8 h clevermouse / switch build system to Tup  
4422 3796 d 11 h GerdtR /programs/develop/libraries/libs-dev/libini/ Fix bug: add at the end of the ini-file of the empty line, otherwise new section is added wrong  
4229 3844 d 12 h dunkaist /programs/develop/libraries/libs-dev/libimg/pnm/ libimg: check raw pnm payload size (broken files)  
3920 3898 d 11 h mario79 /programs/develop/libraries/libs-dev/libini/ Fixed a memory leak. Author of fix - GerdtR.  
3859 3944 d 3 h GerdtR /programs/develop/libraries/libs-dev/libini/ Fixed a bug when deleting section  
3832 3957 d 4 h GerdtR /programs/develop/libraries/libs-dev/libini/ Fixed bug with recording negative Int and added function ini_del_section  
3503 4031 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 4032 d 11 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: pcx: unpack scanlines, not color planes