This package browser is in early development. Mind the rough edges.

giflib

Tools and library for working with GIF images

GIFLIB is a library for reading and writing GIF images. It is API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented. Tools are also included to convert, manipulate, compose, and analyze GIF images.

Installation

Install the latest version of giflib as follows:

guix install giflib

Or install a particular version:

guix install giflib@5.2.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.