[go: up one dir, main page]

Menu

Tree [edfa91] 5.0.2 /
 History

HTTPS access


File Date Author Commit
 doc 2012-10-16 Eric S. Raymond Eric S. Raymond [721873] Typo and markup fixes.
 lib 2012-10-23 Eric S. Raymond Eric S. Raymond [ffdb98] Version bump for 5.0.2 release.
 pic 2012-10-16 Eric S. Raymond Eric S. Raymond [5a3341] Address SF tracker bug #3577691: treescap-inter...
 tests 2012-06-19 Eric S. Raymond Eric S. Raymond [892536] Remove gifinter, turns out convert(1) subsumes it.
 util 2012-10-23 Eric S. Raymond Eric S. Raymond [f101f1] Suppress a Coverity warning.
 .gitignore 2012-06-19 Eric S. Raymond Eric S. Raymond [892536] Remove gifinter, turns out convert(1) subsumes it.
 AUTHORS 2012-06-07 Eric S. Raymond Eric S. Raymond [bfe345] Drop the unmaintained Windows C++ class wrapper...
 BUGS 2005-10-10 abadger1999 abadger1999 [b0414f] Initial revision
 COPYING 2005-10-10 abadger1999 abadger1999 [b0414f] Initial revision
 ChangeLog 2012-06-12 Eric S. Raymond Eric S. Raymond [94de2a] EGifPutExtensionLast() -> EGifPutExtensionTermi...
 Makefile.am 2012-10-23 Eric S. Raymond Eric S. Raymond [edfa91] Improved release machinery.
 Makefile.unx 2012-06-19 Eric S. Raymond Eric S. Raymond [98c5e8] LSMs are obsolete.
 NEWS 2012-10-23 Eric S. Raymond Eric S. Raymond [9302c7] Document recent fixes.
 README 2012-06-17 Eric S. Raymond Eric S. Raymond [7086f1] Documentation improvements.
 TODO 2012-06-18 Eric S. Raymond Eric S. Raymond [76bde4] Regression tests are done.
 autogen.sh 2005-10-10 abadger1999 abadger1999 [b0414f] Initial revision
 build.asc 2012-10-23 Eric S. Raymond Eric S. Raymond [edfa91] Improved release machinery.
 configure.ac 2012-10-23 Eric S. Raymond Eric S. Raymond [ffdb98] Version bump for 5.0.2 release.
 control 2012-06-07 Eric S. Raymond Eric S. Raymond [6566c5] The project now has a logo.
 history.asc 2012-10-16 Eric S. Raymond Eric S. Raymond [721873] Typo and markup fixes.
 test.sh 2012-06-18 Eric S. Raymond Eric S. Raymond [f5ac71] Enab;e 'make check' to do the right thing.

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

You will find full documentation of the API in doc/ and on the 
project website.

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

The project to-do list is in TODO.