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
7105 2395 d 5 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 2580 d 17 h IgorA / update docs sys function 54.1  
6888 2591 d 17 h IgorA /programs/ add filter 'paeth', fix in 'build_bl_tree'  
6883 2603 d 20 h IgorA /programs/ fix continue crc calculation in 'archiver.obj'  
6881 2609 d 8 h IgorA /programs/ small fixes  
6873 2636 d 7 h IgorA /programs/ fix calculation 'adler32',
other small fixes
 
6870 2640 d 8 h IgorA /programs/ fix r6860, small change in 'libimg.obj'  
6807 2708 d 3 h dunkaist /programs/develop/libraries/libs-dev/libimg/ img.scale and img.convert fix for multiframe images
new function: img.get_scaled_size
 
6797 2716 d 11 h IgorA /programs/ optimize struct 'z_stream'  
6780 2727 d 7 h IgorA /programs/ fix compress size  
6779 2728 d 10 h IgorA /programs/develop/libraries/libs-dev/libimg/png/libpng/ fix, optimize, clean code  
6741 2737 d 17 h IgorA /programs/ optimize 'libimg.obj',
fix in 'zlib.obj',
animage can save '*.png' files
 
6734 2739 d 6 h leency / move cubeline to ISO, add "fasm -m 32768" into libimg Tupfile  
6733 2739 d 10 h IgorA /programs/develop/libraries/libs-dev/ libimg can save 24-bit *.png images  
5098 3540 d 11 h clevermouse / switch build system to Tup  
4422 3794 d 14 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 3842 d 15 h dunkaist /programs/develop/libraries/libs-dev/libimg/pnm/ libimg: check raw pnm payload size (broken files)  
3920 3896 d 14 h mario79 /programs/develop/libraries/libs-dev/libini/ Fixed a memory leak. Author of fix - GerdtR.  
3859 3942 d 7 h GerdtR /programs/develop/libraries/libs-dev/libini/ Fixed a bug when deleting section  
3832 3955 d 7 h GerdtR /programs/develop/libraries/libs-dev/libini/ Fixed bug with recording negative Int and added function ini_del_section  
3503 4029 d 5 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 4030 d 14 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: pcx: unpack scanlines, not color planes  
3131 4170 d 7 h clevermouse /programs/develop/libraries/libs-dev/ revert libio-related changes from r3130 and do the fix in the correct place  
3130 4170 d 7 h IgorA /programs/develop/libraries/ 1) fix in 'libio'
2) small optimize 'editbox'
 
3112 4176 d 12 h dunkaist /programs/develop/libraries/libs-dev/libini/ libini: fix typo (allow f and f1-f12 shortcuts)  
3056 4203 d 10 h dunkaist /programs/develop/libraries/libs-dev/libimg/ add convert.asm (fix previous revision)  
3055 4203 d 10 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 4204 d 13 h dunkaist /programs/develop/libraries/libs-dev/ libimg: new scale type (tile), some fixes  
3036 4208 d 7 h dunkaist /programs/develop/libraries/libs-dev/ libimg: img.scale prototype and simple example  
3014 4212 d 16 h dunkaist /programs/ merge mem.inc to dll.inc
place dll.inc in /programs
delete all the other dll.inc and mem.inc files
correct some programs to use common dll.inc
 
2992 4223 d 10 h dunkaist /programs/develop/libraries/libs-dev/libimg/tiff/ libimg:
read lzw-encoded tiff images
handle predictor tag in tiff files
 
2733 4370 d 23 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 4379 d 2 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: bmp 24/32bpp encoding  
2691 4379 d 8 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
 
2685 4380 d 3 h dunkaist /programs/develop/libraries/libs-dev/.test/003/ libs-dev: libimg encode example  
2684 4380 d 3 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: encode API; pnm (pbm, pgm, ppm) encoding in raw mode  
2680 4380 d 13 h dunkaist /programs/develop/libraries/libs-dev/.test/003/ libs-dev: new example. libio + libimg, img.to_rgb2, applying simple filter to RGB data  
2603 4423 d 16 h hidnplayr /programs/develop/libraries/libs-dev/libini/ prevented get.int function in libini from destroying edx  
2570 4430 d 15 h hidnplayr /programs/develop/libraries/libs-dev/libio/ Fixed a bug in libio (concerned file.find functions in particular)
Also, added a file to ease debugging in the future
 
2406 4470 d 6 h dunkaist /programs/develop/libraries/libs-dev/libio/ libio: description of file.size changed to correspond the code (return value is in ebx)