News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Gif Compressor

Started by Biterider, February 02, 2006, 10:10:17 AM

Previous topic - Next topic

Biterider

Hi
I need some help with a GIF compressor (LZW algo). Has somebody written it in asm?

Regards,

Biterider

Jojodi

from Icezlion's website: http://win32assembly.online.fr/source1.html
Near the bottom is a GIF library ported for MASM32 :)

Biterider

Hi Jojodi
Thanks for the link, but the sources are for a decompressor only...  :(

Biterider

Tedd

The gif compression method is patented. Which means if you do implement it, you would have to pay :P
Strangely, the patent was granted twice (maybe for slightly different versions?) - one of those has now finished, and the other is due to finish soon (in a year or two, I think.)
No snowflake in an avalanche feels responsible.

gabor

Hello!

Check this out: http://www.masmforum.com/simple/index.php?topic=1021.0
It start talking about RLE but later it continues with LZW. There are attached source too.

Greets, Gábor

Biterider

Hi Gabor
Thanks for the link, I will see what I can use  :thumbu

Hi Tedd
As far as I know, both patents expired last year, but correct me if I'm wrong...

Biterider

Tedd

August 2006, apparently (depends on your country though)

http://www.gnu.org/philosophy/gif.html
No snowflake in an avalanche feels responsible.