|
CONTENTS Home Projects Electronics Graphics Java Java Mobile Other Stuff Resume Music Links To Friends Pictures Contact |
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 Here is a library I made for compressing/decompression GIF images. I'm releasing this library under LGPL. Should be pretty easy to use and I've included some sample programs include a pretty fast cropping program. This library can compress/decompress to/from memory and supports gif89a transparency. For a partial explanation of LZW click
here. 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 Downloads libkohn_gif-2009-01-27.tar.gz (Source Code)libkohn_gif-2009-01-27.zip (Windows DLL) 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.
Copyright 1997-2010 - Michael Kohn
This page was designed to work with all standard HTML compatible web browsers including Firefox, IE, Safari, and Links. |