Menu

Tree [8bed39] master /
 History

HTTPS access


File Date Author Commit
 doc 2024-02-28 Eric S. Raymond Eric S. Raymond [8bed39] Emphasize lossnessless.
 pic 2019-02-09 Eric S. Raymond Eric S. Raymond [5fdd28] The abolition of autoconf.
 tests 2024-02-26 Eric S. Raymond Eric S. Raymond [daa008] Enable gif2rgb-regress.
 .gitignore 2019-02-09 Eric S. Raymond Eric S. Raymond [5fdd28] The abolition of autoconf.
 COPYING 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 ChangeLog 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 Makefile 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 NEWS 2024-02-25 Eric S. Raymond Eric S. Raymond [0a702c] NEWS update.
 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-06-24 Eric S. Raymond Eric S. Raymond [d5cd5d] Release 5.2.0
 control 2015-05-28 Eric S. Raymond Eric S. Raymond [410e2f] Add a historical note to the front page.
 dgif_lib.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 egif_lib.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 getarg.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 getarg.h 2024-02-26 Eric S. Raymond Eric S. Raymond [4b58cc] Shortenm some long lines.
 getversion 2019-02-12 Eric S. Raymond Eric S. Raymond [1f3d89] Have a single point of truth about the version.
 gif2rgb.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4b58cc] Shortenm some long lines.
 gif_err.c 2024-02-26 Eric S. Raymond Eric S. Raymond [1caa59] Correct typos, shoe=rten and fix version strings.
 gif_font.c 2024-02-26 Eric S. Raymond Eric S. Raymond [1caa59] Correct typos, shoe=rten and fix version strings.
 gif_hash.c 2024-02-26 Eric S. Raymond Eric S. Raymond [1caa59] Correct typos, shoe=rten and fix version strings.
 gif_hash.h 2024-02-26 Eric S. Raymond Eric S. Raymond [1caa59] Correct typos, shoe=rten and fix version strings.
 gif_lib.h 2024-02-19 Eric S. Raymond Eric S. Raymond [442419] Ready to ship 5.2.2
 gif_lib_private.h 2024-02-19 Eric S. Raymond Eric S. Raymond [f9f295] 1TBS reflow.
 gifalloc.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 gifbg.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 gifbuild.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 gifclrmp.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 gifcolor.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 gifecho.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 giffilter.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 giffix.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 gifhisto.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 gifinto.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 gifsponge.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 giftext.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 giftool.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 gifwedge.c 2024-02-26 Eric S. Raymond Eric S. Raymond [2072ca] Shorten a name in order to avoid problems when ...
 history.adoc 2019-02-08 Eric S. Raymond Eric S. Raymond [9ff235] Use the now-standard asciidoc extension.
 openbsd-reallocarray.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 qprintf.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.
 quantize.c 2024-02-26 Eric S. Raymond Eric S. Raymond [4a425b] More through SPDXification.

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.