The libungif package contains libraries for reading all GIFs and writing non-compressed ones as well as programs for converting and working with GIF files. The libraries are useful for any graphics program wishing to deal with GIF files while the programs are useful for conversion purposes as well as cleaning up images.
The reason libungif only writes non-compressed GIFs is due to a legal issue with LZW compression (which Unisys claimed a patent on). Reading GIFs is not a problem as the decompression routines do not seem to be limited in this way. Note that this has in the past been disputed. The best way to avoid this whole mess is to simply use libungif for looking at GIF images on the web, while in any pages which you design, use the open source PNG format instead (which uses, not surprisingly, the libpng library) which has no patent issues at all.
Download (HTTP): http://prdownloads.sourceforge.net/libungif/libungif-4.1.3.tar.bz2
Download MD5 sum: 8c198831cc0495596c78134b8849e9ad
Download size: 430 KB
Estimated disk space required: 6.2 MB
Estimated build time: 0.16 SBU
X (XFree86-4.5.0 or X.org-6.8.2)
Install libungif by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/libungif-4.1.3/html && install -v -m644 doc/*.{png,html} \ /usr/share/doc/libungif-4.1.3/html && install -v -m644 doc/*.txt \ /usr/share/doc/libungif-4.1.3
Last updated on 2005-08-01 13:29:19 -0600