Name Date Size #Lines LOC

..--

doc/H25-Apr-2025-12,1909,657

pic/H25-Apr-2025-9284

tests/H25-Apr-2025-2,1271,902

.gitignoreH A D25-Apr-2025745 6059

Android.bpH A D25-Apr-2025910 4840

COPYINGH A D25-Apr-20251.1 KiB2016

ChangeLogH A D25-Apr-202529.6 KiB666542

CleanSpec.mkH A D25-Apr-20252.2 KiB500

METADATAH A D25-Apr-2025599 2321

MODULE_LICENSE_MITHD25-Apr-20250

MakefileH A D25-Apr-20255.8 KiB220161

NEWSH A D25-Apr-202532.2 KiB845657

NOTICEH A D25-Apr-20251.1 KiB2016

OWNERSH A D25-Apr-202546 21

READMEH A D25-Apr-20251.3 KiB4628

TODOH A D25-Apr-2025390 116

build.adocH A D25-Apr-20251.7 KiB5334

controlH A D25-Apr-2025629 2013

dgif_lib.cH A D25-Apr-202539.8 KiB1,313899

egif_lib.cH A D25-Apr-202536 KiB1,164798

getarg.cH A D25-Apr-202522.5 KiB671441

getarg.hH A D25-Apr-20252.1 KiB5526

getversionH A D25-Apr-2025391 114

gif2rgb.cH A D25-Apr-202516.8 KiB581459

gif_err.cH A D25-Apr-20252.5 KiB9881

gif_font.cH A D25-Apr-202511.5 KiB262219

gif_hash.cH A D25-Apr-20254.4 KiB12966

gif_hash.hH A D25-Apr-20251.4 KiB4423

gif_lib.hH A D25-Apr-202512.4 KiB293204

gif_lib_private.hH A D25-Apr-20252.6 KiB7350

gifalloc.cH A D25-Apr-202511.9 KiB426269

gifbg.cH A D25-Apr-202510.4 KiB390298

gifbuild.cH A D25-Apr-202526.8 KiB1,022841

gifclrmp.cH A D25-Apr-202511.8 KiB416339

gifcolor.cH A D25-Apr-20255.1 KiB168124

gifecho.cH A D25-Apr-20256.8 KiB229173

giffilter.cH A D25-Apr-20255.3 KiB174117

giffix.cH A D25-Apr-20257 KiB245195

gifhisto.cH A D25-Apr-20258.6 KiB299229

gifinto.cH A D25-Apr-20254.9 KiB198156

gifsponge.cH A D25-Apr-20252.7 KiB9144

giftext.cH A D25-Apr-202514.9 KiB530464

giftool.cH A D25-Apr-202513.2 KiB651581

gifwedge.cH A D25-Apr-20254.4 KiB154104

history.adocH A D25-Apr-20253.6 KiB7661

openbsd-reallocarray.cH A D25-Apr-20252.2 KiB7419

qprintf.cH A D25-Apr-20251.1 KiB4723

quantize.cH A D25-Apr-202512.2 KiB358246

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