giflib-5.0.5

Introduction to giflib

The giflib package contains libraries for reading and writing GIFs as well as programs for converting and working with GIF files.

This package is known to build and work properly using an LFS-7.4 platform.

Package Information

giflib Dependencies

Optional

xmlto-0.0.25 (for html documentation)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/giflib

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-5.0.5/html &&
install -v -m644 doc/*.html /usr/share/doc/giflib-5.0.5/html

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Programs: gif2raw, gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto, giftext and giftool
Installed Library: libgif.so
Installed Directory: /usr/share/doc/giflib-5.0.5

Short Descriptions

gif2raw

converts images saved as GIF to raw pixel data.

gif2rgb

converts images saved as GIF to 24-bit RGB images.

gifbuild

dumps GIF data in a textual format, or undumps it to a GIF.

gifclrmp

modifies GIF image colormaps.

gifecho

generates a GIF from ASCII text.

giffix

clumsily attempts to fix truncated GIF images.

gifinto

is an end-of-pipe fitting for GIF-processing pipelines.

giftext

prints (text only) general information about a GIF file.

giftool

is a GIF transformation tool.

libgif.so

contains API functions required by the giflib programs and any other programs needing library functionality to read, write and manipulate GIF images.

Last updated on 2013-09-02 02:38:42 -0700