%general-entities; ]> $LastChangedBy$ $Date$ libungif-&libungif-version; Introduction to <application>libungif</application> 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. Package information Download (HTTP): Download (FTP): Download size: &libungif-size; Estimated disk space required: &libungif-buildsize; Estimated build time: &libungif-time; <application>libungif</application> dependencies Optional X ( or ) Installation of <application>libungif</application> Install libungif by running the following commands: ./configure --prefix=/usr && make && make install Contents The libungif package contains gif2epsn, gif2ps, gif2rgb, gif2x11, 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. Description gif2epsn Dumps images saved as GIF files on Epson type printers. gif2ps Print GIF files on laser printers supporting PostScript. gif2rgb Convert images saved as GIF to 24-bit RGB image(s). gif2x11 Display images saved as GIF files under X Window System. gifasm Assemble multiple GIFs into one, or burst a multiple-image GIF. gifbg Generate a single-color test pattern GIF. gifburst Burst a GIF image into subrectangles. gifclip Clip or crop a GIF image. gifclrmp Modify GIF image colormaps. gifcolor Generate color test patterns. gifcomb Combine 2 GIF images of exactly the same size into one. gifcompose Use (un)giflib tools to compose images. giffiltr Template code for filtering a GIF sequentially. giffix Clumsily attempts to fix truncated GIF images. gifflip Flip GIF image along X or Y axis or rotate by 90 degrees. gifhisto Generate color-frequency histogram from a GIF. gifinfo Gives information on a GIF file. gifinter Convert between interlaced and non-interlaced images. gifinto End-of-pipe fitting for GIF-processing pipelines. gifovly Generate one composite GIF from a multiple-image GIF. gifpos Change a GIF's screen size or recondition it. gifrotat Rotate a GIF through any desired angle. gifrsize Resize a GIF by deletion or duplication of bits. gifspnge Template code for filtering a GIF with in-core operations. giftext Print (text only) general information about a GIF. gifwedge Create a test GIF image resembling a color monitor test pattern. icon2gif Converter/deconverter to/from an editable text format. raw2gif Convert raw 8-bit image data into GIF files. rgb2gif Convert 24 bit images to a GIF image using color quantization. text2gif Generate GIF images out of regular text in 8x8 font.