Menu

Tree [9c4ed6] master /
 History

HTTPS access


File Date Author Commit
 doc 2016-04-02 Eric S. Raymond Eric S. Raymond [d48b62] Add a bit of sanity checking to gifbuild.
 lib 2016-08-19 KangLin KangLin [9c4ed6] Modify Makefile.ms
 pic 2012-10-16 Eric S. Raymond Eric S. Raymond [5a3341] Address SF tracker bug #3577691: treescap-inter...
 tests 2014-05-14 Eric S. Raymond Eric S. Raymond [49cb74] Removed the long-obsolete gif2raw from utils.
 util 2016-04-02 Hugh Davenport Hugh Davenport [123302] SF Bug #91: Fix global buffer overread in gifbuild
 .gitignore 2016-04-02 Eric S. Raymond Eric S. Raymond [fc5cbc] Ignore some autotools cruft.
 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 2016-01-08 Eric S. Raymond Eric S. Raymond [c26e1e] Add a refresh production to update the website.
 Makefile.unx 2012-06-19 Eric S. Raymond Eric S. Raymond [98c5e8] LSMs are obsolete.
 NEWS 2016-04-02 Eric S. Raymond Eric S. Raymond [ea8dbc] Fix SF bug #87 Heap buffer overflow in 5.1.2 (g...
 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 2015-01-06 Martin Lindhe Martin Lindhe [4f8785] The libtoolize script is named "glibtoolize" in...
 build.asc 2016-01-07 Eric S. Raymond Eric S. Raymond [dba467] Address Savannah #77 dgif_lib.c: extension proc...
 configure.ac 2016-04-02 Eric S. Raymond Eric S. Raymond [c9a54a] Version bump for release 5.1.4.
 control 2015-05-28 Eric S. Raymond Eric S. Raymond [410e2f] Add a historical note to the front page.
 history.asc 2016-01-17 Eric S. Raymond Eric S. Raymond [8ad0f4] History update.
 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.