Skip to content
This repository has been archived by the owner. It is now read-only.
OBSOLETE and not updated any more libtiff mirror, see website for the new one
C HTML Makefile Shell CMake M4 Other
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build fax2tiff: Pass the FAX_Client_Data struct as client data Oct 29, 2017
config * refresh autoconf/make stuff with what is on Ubuntu 16.04 (minor cha… Jul 11, 2017
contrib fax2tiff: Pass the FAX_Client_Data struct as client data Oct 29, 2017
html * configure.ac: libtiff 4.0.9 released. Nov 18, 2017
libtiff * configure.ac: libtiff 4.0.9 released. Nov 18, 2017
m4 * refresh autoconf/make stuff with what is on Ubuntu 16.04 (minor cha… Jul 11, 2017
man fax2tiff: Pass the FAX_Client_Data struct as client data Oct 29, 2017
port fax2tiff: Pass the FAX_Client_Data struct as client data Oct 29, 2017
test * test/Makefile.am: Add some tests for tiff2bw. Nov 2, 2017
tools * tools/tiff2bw.c (main): Free memory allocated in the tiff2bw Nov 1, 2017
.appveyor.yml * .appveyor.yml, .travis.yml, build/travis-ci: apply patches Jun 9, 2017
.cvsignore added files Nov 21, 2005
.travis.yml * .appveyor.yml, .travis.yml, build/travis-ci: apply patches Jun 9, 2017
CMakeLists.txt * .travis.yml, build/travis-ci: new files from Jun 8, 2017
COMMITTERS Add myself to COMMITTERS Nov 19, 2014
COPYRIGHT Initial revision Jul 27, 1999
ChangeLog * configure.ac: libtiff 4.0.9 released. Nov 18, 2017
HOWTO-RELEASE Change default user id in HOWTO-RELEASE to mine. Nov 18, 2017
HOWTO-SECURITY-RELEASE note vs in topic and mailing list url Apr 6, 2012
Makefile.am * Makefile.am: Added a 'coverity' rule to assist with Coverity Sep 6, 2015
Makefile.in fax2tiff: Pass the FAX_Client_Data struct as client data Oct 29, 2017
Makefile.vc Fix clean rules to be more precise, avoiding warnings from "del" Jan 1, 2008
README Record changes for libtiff 4.0.1 Feb 18, 2012
README.vms Added support for OpenVMS by Alexey Chupahin, elvis_75@mail.ru. Apr 21, 2006
RELEASE-DATE * configure.ac: libtiff 4.0.9 released. Nov 18, 2017
SConstruct Regenerated. Feb 24, 2007
TODO added custom tag notes Oct 10, 2002
VERSION * configure.ac: libtiff 4.0.9 released. Nov 18, 2017
aclocal.m4 * html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for Apr 8, 2016
autogen.sh * libtiff 4.0.0alpha4 released. Aug 27, 2009
commit * commit: Added a script to make it more convenient to commit Sep 14, 2004
configure * configure.ac: libtiff 4.0.9 released. Nov 18, 2017
configure.ac * configure.ac: libtiff 4.0.9 released. Nov 18, 2017
configure.com Add accessor functions for the opaque type TIFFField. Jul 29, 2012
libtiff-4.pc.in * libtiff-4.pc.in: Added libtiff pkg-config .pc file support. Nov 27, 2010
nmake.opt * nmake.opt: support a DEBUG=1 option, so as to adjust OPTFLAGS and use Oct 10, 2017
tiff.spec Moved from dist directory. Jun 14, 2004

README

$Header$


TIFF Software Distribution
--------------------------
This file is just a placeholder; all the documentation is now in
HTML in the html directory.  To view the documentation point your
favorite WWW viewer at html/index.html; 

e.g.

    firefox html/index.html

If you don't have an HTML viewer then you can read the HTML source
or fetch a PostScript version of this documentation from the directory

    ftp://ftp.remotesensing.org/pub/libtiff/

If you can't hack either of these options then basically what you
want to do is:

    % ./configure
    % make
    % su
    # make install

More information, email contacts, and mailing list information can be 
found online at http://www.remotesensing.org/libtiff/.


Use and Copyright
-----------------
Silicon Graphics has seen fit to allow us to give this work away.  It
is free.  There is no support or guarantee of any sort as to its
operations, correctness, or whatever.  If you do anything useful with
all or parts of it you need to honor the copyright notices.   I would
also be interested in knowing about it and, hopefully, be acknowledged.

The legal way of saying that is:

Copyright (c) 1988-1997 Sam Leffler
Copyright (c) 1991-1997 Silicon Graphics, Inc.

Permission to use, copy, modify, distribute, and sell this software and 
its documentation for any purpose is hereby granted without fee, provided
that (i) the above copyright notices and this permission notice appear in
all copies of the software and related documentation, and (ii) the names of
Sam Leffler and Silicon Graphics may not be used in any advertising or
publicity relating to the software without the specific, prior written
permission of Sam Leffler and Silicon Graphics.

THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  

IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
OF THIS SOFTWARE.
You can’t perform that action at this time.