[go: up one dir, main page]

Menu

Tree [fbcc49] 4.2.2 /
 History

HTTPS access


File Date Author Commit
 doc 2012-05-06 Eric S. Raymond Eric S. Raymond [dc7372] Fix a bug in the clean-local production.
 lib 2013-08-29 Eric S. Raymond Eric S. Raymond [fbcc49] Version bump for release.
 pic 2005-10-10 abadger1999 abadger1999 [b0414f] Initial revision
 tests 2012-05-17 Eric S. Raymond Eric S. Raymond [3a5b9b] Document the (presently rather limited) extent ...
 util 2012-05-17 Eric S. Raymond Eric S. Raymond [f5dd48] More cppcheck cleanups.
 windows 2005-10-13 lenniea lenniea [64297f] Add #ifdef HAVE_BASETSD_H
 .gitignore 2012-05-05 Eric S. Raymond Eric S. Raymond [77f567] We ca now buld a proper prohect-website image f...
 AUTHORS 2005-11-06 abadger1999 abadger1999 [ae6d63] Modify so that it no longer appears that esr st...
 BUGS 2005-10-10 abadger1999 abadger1999 [b0414f] Initial revision
 COPYING 2005-10-10 abadger1999 abadger1999 [b0414f] Initial revision
 ChangeLog 2012-05-06 Eric S. Raymond Eric S. Raymond [841316] More documentation and todo updates.
 DEVELOPERS 2012-04-24 Eric S. Raymond Eric S. Raymond [d5ca47] Update the developer instructions.
 Makefile.am 2012-05-16 Eric S. Raymond Eric S. Raymond [e75b6c] An attempt at a build production for coverity t...
 Makefile.unx 2012-04-24 Eric S. Raymond Eric S. Raymond [5e3904] Reinstate Makefile.unx as documentation, withou...
 NEWS 2013-08-29 Eric S. Raymond Eric S. Raymond [fbcc49] Version bump for release.
 README 2012-05-18 Eric S. Raymond Eric S. Raymond [05734e] Metadata update for release.
 TODO 2012-05-18 Eric S. Raymond Eric S. Raymond [299dc4] Cross off one last to-do item.
 api.txt 2012-05-04 Eric S. Raymond Eric S. Raymond [5f3fef] Rationalize and docunent the version symbols.
 autogen.sh 2005-10-10 abadger1999 abadger1999 [b0414f] Initial revision
 build.txt 2012-05-06 Eric S. Raymond Eric S. Raymond [6328b7] Set and document the sourceforge folder variabl...
 configure.ac 2013-08-29 Eric S. Raymond Eric S. Raymond [fbcc49] Version bump for release.
 control 2012-05-18 Eric S. Raymond Eric S. Raymond [05734e] Metadata update for release.
 history.txt 2012-05-04 Eric S. Raymond Eric S. Raymond [3e8460] Create history.txt to gather historical informa...

Read Me

= 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.