[go: up one dir, main page]

Menu

Tree [733960] 5.0.0 /
 History

HTTPS access


File Date Author Commit
 doc 2012-06-19 Eric S. Raymond Eric S. Raymond [733960] Thinko fix. All regression tests pass, code is...
 lib 2012-06-19 Eric S. Raymond Eric S. Raymond [02d2b0] Explain a useful property of the code.
 pic 2012-06-19 Eric S. Raymond Eric S. Raymond [d9a29e] "make distcheck" now works as a smoke test.
 tests 2012-06-18 Eric S. Raymond Eric S. Raymond [4c05a2] Fix and simplify tests.
 util 2012-06-18 Eric S. Raymond Eric S. Raymond [61ca91] Remove rules for obsolete systems.
 .gitignore 2012-06-18 Eric S. Raymond Eric S. Raymond [43320b] Remove gif2x11, gifasm, gifcomb, gifflip, gifov...
 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-06-18 Eric S. Raymond Eric S. Raymond [f5ac71] Enab;e 'make check' to do the right thing.
 Makefile.unx 2012-06-19 Eric S. Raymond Eric S. Raymond [98c5e8] LSMs are obsolete.
 NEWS 2012-06-19 Eric S. Raymond Eric S. Raymond [137766] News update.
 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-06-19 Eric S. Raymond Eric S. Raymond [3470aa] More use of "make check".
 configure.ac 2012-06-18 Eric S. Raymond Eric S. Raymond [43320b] Remove gif2x11, gifasm, gifcomb, gifflip, gifov...
 control 2012-06-07 Eric S. Raymond Eric S. Raymond [6566c5] The project now has a logo.
 history.asc 2012-06-19 Eric S. Raymond Eric S. Raymond [992403] History update before release.
 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.