
This is libungif, a library for manipulating gif files in a manner compatible
with libgif, the gif library authored and maintainer by Eric S. Raymond.
The observant builder of this package may in fact notice that this package
is mostly Eric S. Raymond's libgif with a few changes (Please see the NEWS
file)

Latest versions of libungif are available from:

    ftp://prtr-13.ucsc.edu/pub/libungif/

You can see a web page with late breaking announcements at:

    http://prtr-13.ucsc.edu/~badger/software/libungif.shtml

====
Building this package should be as simple as:

    ./configure
    gmake
    gmake install

-Toshio Kuratomi <badger@prtr-13.ucsc.edu>

==== READ.ME file for giflib version 3.0:

			READ ME for GIFLIB

For complete documentation on the package, point a web browser at
doc/index.html.  See the file INSTALL for instructions on how to
install and test the package.

GIFLIB has a home page at http://www.ccil.org/~esr/giflib.

==== COPYRIGHT
					Eric S. Raymond
					esr@snark.thyrsus.com.
					(http://www.ccil.org/~esr)
    The GIFLIB distribution is Copyright (c) 1997  Eric S. Raymond
 
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.

==== AUTHORS 

Michael Brown <michael_brown_uk@hotmail.com>
        callbacks to write data via user defined function

Marc Ewing <marc@redhat.com>
        spec file (for rpms) updates

Toshio Kuratomi <badger@prtr-13.ucsc.edu>
        uncompressed gif writing code
        autoconf/automake process
        current maintainer

Peter Mehlitz <peter@transvirtual.com>
        callbacks to read data from arbitrary sources (like libjpeg/libpng)

Dick Porter <dick@cymru.net>
        int/pointer fixes for Alpha

Eric Raymond <esr@snark.thyrsus.com>
        original giflib code
