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

..03-May-2022-

build/H03-May-2022-723582

cmake/H10-Mar-2021-2,0081,678

config/H16-Apr-2021-16,83912,542

contrib/H03-May-2022-17,66312,610

html/H03-May-2022-2,3591,951

libtiff/H03-May-2022-48,32538,014

m4/H16-Apr-2021-9,9348,980

man/H03-May-2022-9,5737,904

port/H03-May-2022-918678

test/H03-May-2022-9,5697,185

tools/H03-May-2022-30,89625,912

COPYRIGHTH A D05-Mar-20211.1 KiB2218

ChangeLogH A D16-Apr-2021406.2 KiB11,9917,578

HOWTO-RELEASEH A D16-Apr-20215 KiB152103

Makefile.amH A D07-Mar-20213.1 KiB8852

Makefile.inH A D03-May-202232.1 KiB1,000869

README.mdH A D05-Mar-20212.6 KiB7253

RELEASE-DATEH A D16-Apr-20219 21

TODOH A D05-Mar-2021345 118

VERSIONH A D16-Apr-20216 21

aclocal.m4H A D16-Apr-202142.7 KiB1,1781,070

autogen.shH A D05-Mar-2021565 2117

config.h.inH A D16-Apr-20217.2 KiB276190

configureH A D16-Apr-2021701.3 KiB23,69220,027

configure.acH A D16-Apr-202139 KiB1,152910

libtiff-4.pc.inH A D05-Mar-2021251 1210

README.md

1TIFF Software Distribution
2--------------------------
3This file is just a placeholder; all the documentation is now in
4HTML in the html directory.  To view the documentation point your
5favorite WWW viewer at html/index.html;
6
7e.g.
8
9    firefox html/index.html
10
11If you don't have an HTML viewer then you can read the HTML source
12or fetch a PostScript version of this documentation from the directory
13
14    http://download.osgeo.org/libtiff/
15
16If you can't hack either of these options then basically what you
17want to do is:
18
19    % ./configure
20    % make
21    % su
22    # make install
23
24More information, email contacts, and mailing list information can be
25found online at http://www.simplesystems.org/libtiff/
26
27Source code repository
28----------------------
29
30[GitLab](https://gitlab.com/libtiff/libtiff)
31
32Bug database
33------------
34
35[GitLab issues](https://gitlab.com/libtiff/libtiff/issues)
36
37Previously, the project used
38[Bugzilla](http://bugzilla.maptools.org/buglist.cgi?product=libtiff). This
39is no longer in use, and all remaining issues have been migrated to GitLab.
40
41Use and Copyright
42-----------------
43Silicon Graphics has seen fit to allow us to give this work away.  It
44is free.  There is no support or guarantee of any sort as to its
45operations, correctness, or whatever.  If you do anything useful with
46all or parts of it you need to honor the copyright notices.   I would
47also be interested in knowing about it and, hopefully, be acknowledged.
48
49The legal way of saying that is:
50
51Copyright (c) 1988-1997 Sam Leffler
52Copyright (c) 1991-1997 Silicon Graphics, Inc.
53
54Permission to use, copy, modify, distribute, and sell this software and
55its documentation for any purpose is hereby granted without fee, provided
56that (i) the above copyright notices and this permission notice appear in
57all copies of the software and related documentation, and (ii) the names of
58Sam Leffler and Silicon Graphics may not be used in any advertising or
59publicity relating to the software without the specific, prior written
60permission of Sam Leffler and Silicon Graphics.
61
62THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
63EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
64WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
65
66IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
67ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
68OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
69WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
70LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
71OF THIS SOFTWARE.
72