[go: up one dir, main page]

Menu

[299dc4]: / README  Maximize  Restore  History

Download this file

27 lines (15 with data), 763 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
= GIFLIB =

This is the README file of giflib, a library for manipulating gif files.

Latest versions of giflib are currently hosted at:
    http://sourceforge.net/projects/giflib

== Overview ==

GIF is a legacy format; we recommend against generating new images in
it.  For a cleaner, more extensible design with better color support
and compression, look up PNG.

giflib provides code for reading GIF files and transforming them into 
RGB bitmaps, and for writing RGB bitmaps as GIF files.

The (permissive) open-source license is in the file COPYING.

You will find build instructions in build.txt

You will find notes on the library API in api.txt.

The project has a long and confusing history, described in history.txt

The project to-do list is in TODO.