%general-entities; ]> $LastChangedBy$ $Date$ giflib-&giflib-version; giflib Introduction to giflib The giflib package contains libraries for reading and writing GIFs as well as programs for converting and working with GIF files. &lfs73_checked; Package Information Download (HTTP): Download (HTTP) MD5 sum: &giflib-http-md5sum; Download (HTTP) size: &giflib-http-size; Estimated disk space required: &giflib-buildsize; Estimated build time: &giflib-time; giflib Dependencies Optional (for html documentation) User Notes: Installation of giflib Install giflib by running the following commands: ./configure --prefix=/usr --disable-static && make This package does not have a working test suite. Now, as the root user: make install If you generated html documentation, install it as the root user: install -v -dm755 /usr/share/doc/giflib-&giflib-version;/html && install -v -m644 doc/*.html /usr/share/doc/giflib-&giflib-version;/html Command Explanations Contents Installed Programs Installed Library Installed Directory gif2raw, gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto, giftext and giftool libgif.so /usr/share/doc/giflib-&giflib-version; Short Descriptions gif2raw converts images saved as GIF to raw pixel data. gif2raw gif2rgb converts images saved as GIF to 24-bit RGB images. gif2rgb gifbuild dumps GIF data in a textual format, or undumps it to a GIF. gifbuild gifclrmp modifies GIF image colormaps. gifclrmp gifecho generates a GIF from ASCII text. gifecho giffix clumsily attempts to fix truncated GIF images. giffix gifinto is an end-of-pipe fitting for GIF-processing pipelines. gifinto giftext prints (text only) general information about a GIF file. giftext giftool is a GIF transformation tool. giftool libgif.so contains API functions required by the giflib programs and any other programs needing library functionality to read, write and manipulate GIF images. libgif.so