|
CONTENTS Home Projects More Projects Resume Computer Skills Music Links To Friends Pictures About Mike Random Link |
libkohn_gifRelated pages on www.mikekohn.net: SSE Image Processing, GIF, TIFF, BMP/RLE, JPEG, AVI, kunzip, gif2avi, Ringtone Tools, yuv2rgb GIF and LZW Compression/Decompression
I originally wrote routines like these for a job, but I wanted
to have my own code at home so I rewrote it all from scratch,
hopefully writing it better this time :). gif_crop, gif2ascii, gif2html I included 3 sample programs that use libkohn_gif. One will crop gifs, another will turn a gif into ascii art, and the third will turn the gif into an html table. An example of an image run through the gif2html can be seen here: Original GIF Output HTML Image NOTE: I'm working on documentation for libkohn_gif. I'll post it as soon as I have time. The final release of libkohn_gif will be under LGPL. Downloads libkohn_gif-2007-09-12.tar.gz (Source Code)libkohn_gif-2007-09-12.zip (Windows DLL) gif-2004-08-19.tar.gz (Source Code) The following is an lzw compressor/decompressor with no GIF headers and such. I wrote it for a proof of concept for a future project. lzw-2004-08-20.tar.gz (Source Code) These packages are NOT opensource. If you'd like to use this code in your own projects (commercial or not) let me know and we can work something out.
|