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 claims 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://ftp.sunfreeware.com/ftp/pub/freeware/SOURCES/libungif-4.1.0b1.tar.gz
Download (FTP): ftp://sunfreeware.secsup.org/pub/solaris/freeware/SOURCES/libungif-4.1.0b1.tar.gz
Download size: 343 KB
Estimated Disk space required: 3.1 MB
Estimated build time: 0.11 SBU
Install libungif by running the following commands:
patch -Np1 -i ../libungif-4.1.0b1-va_start.patch && ./configure --prefix=/usr && make && make install |
The libungif package contains gif2epsn, gif2ps, gif2rgb, gifasm, gifbg, gifburst, gifclip, gifclrmp, gifcolor, gifcomb, gifcompose, giffiltr, giffix, gifflip, gifhisto, gifinfo, gifinter, gifinto, gifovly, gifpos, gifrotat, gifrsize, gifspnge, giftext, gifwedge, icon2gif, raw2gif, rgb2gif, text2gif and libungif libraries.
Dumps images saved as GIF files on Epson type printers.
Print GIF file on laser printers supporting PostScript.
Convert images saved as GIF to 24-bit RGB image(s).
assemble multiple GIFs into one, or burst a multiple-image GIF.
Generate a single-color test pattern GIF.
Burst a GIF image into subrectangles.
Clip or crop a GIF image.
Modify GIF image colormaps.
Generate color test patterns.
Combine 2 GIF images of exactly the same size into one.
Use (un)giflib tools to compose images.
Template code for filtering a GIF sequentially.
Clumsily attempts to fix truncated GIF images.
Flip GIF image along X or Y axis or rotate by 90 degrees.
Generate color-frequency histogram from a GIF.
Gives information on a GIF file.
Convert between interlaced and non interlaced images.
End-of-pipe fitting for GIF-processing pipelines.
Generate one composite GIF from a multiple-image GIF.
Change a GIF's screen size or recondition it.
Rotate a GIF through any desired angle.
Resize a GIF by deletion or duplication of bits.
Template code for filtering a GIF with in-core operations.
Print (text only) general information about a GIF.
Create a test GIF image resembling a color monitor test pattern.
Converter/deconverter to/from an editable text format.
Convert raw 8-bit image data into GIF files.
Convert 24 bit images to a GIF image using color quantization.
Generate GIF images out of regular text in 8x8 font.