Blame README

Packit Service 384661
= GIFLIB =
Packit Service 384661
Packit Service 384661
This is the README file of GIFLIB, a library for manipulating GIF files.
Packit Service 384661
Packit Service 384661
Latest versions of GIFLIB are currently hosted at:
Packit Service 384661
    http://sourceforge.net/projects/giflib
Packit Service 384661
Packit Service 384661
== Overview ==
Packit Service 384661
Packit Service 384661
GIF is a legacy format; we recommend against generating new images in
Packit Service 384661
it.  For a cleaner, more extensible design with better color support
Packit Service 384661
and compression, look up PNG.
Packit Service 384661
Packit Service 384661
giflib provides code for reading GIF files and transforming them into 
Packit Service 384661
RGB bitmaps, and for writing RGB bitmaps as GIF files.
Packit Service 384661
Packit Service 384661
The (permissive) open-source license is in the file COPYING.
Packit Service 384661
Packit Service 384661
You will find build instructions in build.asc
Packit Service 384661
Packit Service 384661
You will find full documentation of the API in doc/ and on the 
Packit Service 384661
project website.
Packit Service 384661
Packit Service 384661
The project has a long and confusing history, described in history.asc
Packit Service 384661
Packit Service 384661
The project to-do list is in TODO.
Packit Service 384661