Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3055 4210 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 4211 d 16 h dunkaist /programs/develop/libraries/libs-dev/ libimg: new scale type (tile), some fixes  
3036 4215 d 11 h dunkaist /programs/develop/libraries/libs-dev/ libimg: img.scale prototype and simple example  
3014 4219 d 19 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 4230 d 14 h dunkaist /programs/develop/libraries/libs-dev/libimg/tiff/ libimg:
read lzw-encoded tiff images
handle predictor tag in tiff files
 
2733 4378 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 4386 d 6 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: bmp 24/32bpp encoding  
2691 4386 d 11 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 4387 d 7 h dunkaist /programs/develop/libraries/libs-dev/.test/003/ libs-dev: libimg encode example  
2684 4387 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: encode API; pnm (pbm, pgm, ppm) encoding in raw mode  
2680 4387 d 17 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 4430 d 20 h hidnplayr /programs/develop/libraries/libs-dev/libini/ prevented get.int function in libini from destroying edx  
2570 4437 d 18 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 4477 d 10 h dunkaist /programs/develop/libraries/libs-dev/libio/ libio: description of file.size changed to correspond the code (return value is in ebx)  
2405 4477 d 12 h dunkaist /programs/develop/libraries/libs-dev/.test/002/ libs-dev: made test002 program (simple image viewer) not to crash  
2397 4478 d 12 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: tiff fix (packbits); pcx old code optimizing and fix (even byte)  
2392 4479 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: wbmp support (easy programming example)  
2388 4479 d 8 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 4616 d 20 h dunkaist /programs/develop/libraries/libs-dev/libimg/ico_cur/ libimg: icon related bug fixed (reported by Leency)  
1921 4776 d 12 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: basic xcf support (reading)  
1901 4833 d 22 h serge /programs/develop/libraries/ Mesa 7.10.1  
1728 4902 d 17 h clevermouse /programs/ fix compilation in linux  
1593 5026 d 15 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: 1bpp (monochrome) images support,
pcx.asm now uses 1bpp functions too, pcx code optimization
 
1580 5028 d 9 h diamond /programs/develop/libraries/libs-dev/libimg/pcx/ libimg: fixed typo in pcx.asm  
1574 5031 d 6 h diamond /programs/develop/libraries/libs-dev/ revert changes in libini+libio from rev. 1573  
1573 5031 d 19 h IgorA /programs/ 'libio' and 'libini': function 'get_color' not spoil register 'ecx'
game 'Nu_pogodi': revised
 
1572 5032 d 9 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 5035 d 8 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: begin of PCX image format support (version 3.0 24bit only for now)  
1568 5036 d 8 h diamond /programs/develop/libraries/libs-dev/ libini: abort infinite loop on write error  
1426 5204 d 11 h diamond /programs/develop/libraries/libs-dev/libimg/tga/ libimg: fix in check of very small files for TGA format  
1327 5274 d 6 h diamond /programs/develop/libraries/libs-dev/libini/ libini: ini_get_shortcut added  
1308 5288 d 16 h diamond /programs/develop/libraries/libs-dev/libimg/png/ libimg: interlaced PNG  
1295 5296 d 14 h diamond /programs/develop/libraries/libs-dev/libini/ readd libini with correct history  
1294 5296 d 14 h diamond /programs/develop/libraries/libs-dev/ remove libini without history  
1291 5296 d 18 h vkos /programs/develop/libraries/ 1) LibIni downgraded to revision 1233 due to license problems
2) Created GPL 3+ fork of it (libconfig) with all functions from last libini revision
 
1252 5317 d 13 h diamond /programs/develop/libraries/libs-dev/libimg/ procedure img.draw fixed  
1240 5328 d 19 h vkos /programs/develop/libraries/libs-dev/libini/ Added function ini_get_bool  
1235 5330 d 10 h vkos /programs/develop/libraries/libs-dev/libini/ Fix for previos revision  
1234 5330 d 11 h vkos /programs/develop/libraries/libs-dev/libini/ Added function get_option_str: read string, compare with list of possible & return its' number  
1152 5378 d 9 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: small fix in 8bpp -> 24bpp translation