GIF & LZW compression

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tk1
Posts: 17
Joined: 2011-07-27T05:42:54-07:00
Authentication code: 8675308
Location: Poland

GIF & LZW compression

Post by tk1 »

I've red on the Wiki that Unisys had rights to patent for Gif format with LZW compression. I've also read that those patents had expired.

Is Image Magick able to manipulate GIFs with LZW compression by default?
cheers
tk1
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: GIF & LZW compression

Post by fmw42 »

It seems to work fine for me. A resize of an input gif with LZW compression has LZW compression on the output.
Post Reply