[go: up one dir, main page]

Menu

Tree [d3514c] 5.1.5 /
 History

HTTPS access


File Date Author Commit
 doc 2019-02-11 Eric S. Raymond Eric S. Raymond [d3514c] Fix a dropped stitch.
 pic 2019-02-09 Eric S. Raymond Eric S. Raymond [5fdd28] The abolition of autoconf.
 tests 2019-02-09 Eric S. Raymond Eric S. Raymond [5fdd28] The abolition of autoconf.
 .gitignore 2019-02-09 Eric S. Raymond Eric S. Raymond [5fdd28] The abolition of autoconf.
 COPYING 2005-10-10 abadger1999 abadger1999 [b0414f] Initial revision
 ChangeLog 2019-02-09 Eric S. Raymond Eric S. Raymond [5fdd28] The abolition of autoconf.
 Makefile 2019-02-11 Eric S. Raymond Eric S. Raymond [40cdf0] Version bump for release 5.1.5.
 NEWS 2019-02-11 Eric S. Raymond Eric S. Raymond [40cdf0] Version bump for release 5.1.5.
 README 2019-02-09 Eric S. Raymond Eric S. Raymond [30641c] Remove old AUTHORS file. Move the important bit...
 TODO 2019-02-11 Eric S. Raymond Eric S. Raymond [584582] Update TODO list.
 build.adoc 2019-02-11 Eric S. Raymond Eric S. Raymond [d3514c] Fix a dropped stitch.
 control 2015-05-28 Eric S. Raymond Eric S. Raymond [410e2f] Add a historical note to the front page.
 dgif_lib.c 2019-02-11 Eric S. Raymond Eric S. Raymond [ee776f] Address SF bug #103: GIFLIB 5.1.4: DGifSlurp fa...
 egif_lib.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 getarg.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 getarg.h 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gif2rgb.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 gif_err.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gif_font.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 gif_hash.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gif_hash.h 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gif_lib.h 2019-02-11 Eric S. Raymond Eric S. Raymond [d3514c] Fix a dropped stitch.
 gif_lib_private.h 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gifalloc.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gifbg.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 gifbuild.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 gifclrmp.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gifcolor.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 gifecho.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 giffilter.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 giffix.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gifhisto.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gifinto.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 gifsponge.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 giftext.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.
 giftool.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 gifwedge.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 history.adoc 2019-02-08 Eric S. Raymond Eric S. Raymond [9ff235] Use the now-standard asciidoc extension.
 openbsd-reallocarray.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 qprintf.c 2019-02-10 Eric S. Raymond Eric S. Raymond [0042b2] Clean up after the directory abolition.
 quantize.c 2019-02-11 Eric S. Raymond Eric S. Raymond [3acf4f] cppcheck cleanup.

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

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

Please report bugs to the bug tracker on sourceforge:

http://sourceforge.net/tracker/?group_id=102202

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

The project to-do list is in TODO.

== Authors ==

Gershon Elber <gershon[AT]cs.technion.sc.il>
	original giflib code

Toshio Kuratomi <toshio[AT]tiki-lounge.com>
        uncompressed gif writing code
        former maintainer

Eric Raymond <esr[AT]snark.thyrsus.com>
        current as well as long time former maintainer of giflib code

There have been many other contributors; see the attributions in the
version-control history to learn more.