• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-4,3853,490

pic/H03-May-2022-9284

tests/H03-May-2022-2,1281,902

COPYINGH A D17-Oct-20121.1 KiB2016

ChangeLogH A D10-Feb-201929.6 KiB666542

MakefileH A D03-May-20224.7 KiB180124

NEWSH A D24-Jun-201929.9 KiB785624

READMEH A D10-Feb-20191.3 KiB4628

TODOH A D11-Feb-2019390 116

build.adocH A D24-Jun-20191.7 KiB5334

controlH A D28-Mar-2019629 2013

dgif_lib.cH A D24-Jun-201942 KiB1,242848

egif_lib.cH A D24-Jun-201938.5 KiB1,166804

getarg.cH A D24-Jun-201924.9 KiB640413

getarg.hH A D24-Jun-20191.9 KiB5324

getversionH A D12-Feb-2019391 114

gif2rgb.cH A D24-Jun-201916.3 KiB539418

gif_err.cH A D24-Jun-20192.9 KiB10083

gif_font.cH A D24-Jun-201912 KiB262219

gif_hash.cH A D24-Jun-20194.4 KiB13471

gif_hash.hH A D24-Jun-20191.4 KiB4221

gif_lib.hH A D24-Jun-201912.7 KiB304214

gif_lib_private.hH A D24-Jun-20192.6 KiB7150

gifalloc.cH A D24-Jun-201913.2 KiB421267

gifbg.cH A D24-Jun-201910.1 KiB350271

gifbuild.cH A D24-Jun-201924.6 KiB941758

gifclrmp.cH A D24-Jun-201910.8 KiB362290

gifcolor.cH A D24-Jun-20195.1 KiB171127

gifecho.cH A D24-Jun-20196.5 KiB210156

giffilter.cH A D24-Jun-20195.1 KiB155100

giffix.cH A D24-Jun-20196.6 KiB219171

gifhisto.cH A D24-Jun-20197.9 KiB260193

gifinto.cH A D24-Jun-20194.9 KiB192151

gifsponge.cH A D24-Jun-20192.7 KiB8842

giftext.cH A D24-Jun-201913.7 KiB467402

giftool.cH A D24-Jun-201911.8 KiB580513

gifwedge.cH A D24-Jun-20194.3 KiB14498

history.adocH A D10-Feb-20193.6 KiB7661

openbsd-reallocarray.cH A D24-Jun-20192.2 KiB7520

qprintf.cH A D24-Jun-20191.1 KiB4924

quantize.cH A D24-Jun-201913.1 KiB333223

README

1= GIFLIB =
2
3This is the README file of GIFLIB, a library for manipulating GIF files.
4
5Latest versions of GIFLIB are currently hosted at:
6    http://sourceforge.net/projects/giflib
7
8== Overview ==
9
10GIF is a legacy format; we recommend against generating new images in
11it.  For a cleaner, more extensible design with better color support
12and compression, look up PNG.
13
14giflib provides code for reading GIF files and transforming them into
15RGB bitmaps, and for writing RGB bitmaps as GIF files.
16
17The (permissive) open-source license is in the file COPYING.
18
19You will find build instructions in build.adoc
20
21You will find full documentation of the API in doc/ and on the
22project website.
23
24Please report bugs to the bug tracker on sourceforge:
25
26http://sourceforge.net/tracker/?group_id=102202
27
28The project has a long and confusing history, described in history.adoc
29
30The project to-do list is in TODO.
31
32== Authors ==
33
34Gershon Elber <gershon[AT]cs.technion.sc.il>
35	original giflib code
36
37Toshio Kuratomi <toshio[AT]tiki-lounge.com>
38        uncompressed gif writing code
39        former maintainer
40
41Eric Raymond <esr[AT]snark.thyrsus.com>
42        current as well as long time former maintainer of giflib code
43
44There have been many other contributors; see the attributions in the
45version-control history to learn more.
46