TIFF decoding library from https://gitlab.com/libtiff/libtiff
  • C 90.5%
  • CMake 3.9%
  • M4 1.8%
  • Shell 1.2%
  • C++ 1%
  • Other 1.5%
Find a file
Even Rouault c09bb267ca Merge branch 'fix_826' into 'master'
JPEG decompressor: initialize output buffer when JPEG image is smaller than...

Closes #826

See merge request libtiff/libtiff!877
2026-04-29 17:35:17 +00:00
archive Update pre-commit clang-format to v22.1.3 and apply 'pre-commit run --all' 2026-04-20 14:53:49 +02:00
build Use Windows Containers for VS2022 and VS2026 builds 2026-02-22 19:47:20 +00:00
cmake cmake: Fix and improve Apple framework build support 2026-04-25 20:33:32 +01:00
contrib Remove unused __TIFFSafeMultiply macro and MAX_SIZE constant 2026-04-25 18:00:59 +01:00
doc cmake: Use TurboJPEG CONFIG by default 2026-04-25 08:36:07 +01:00
libtiff Merge branch 'fix_826' into 'master' 2026-04-29 17:35:17 +00:00
m4 Revert "autotools: allow pulling in updated macros from autoconf-archive" 2024-09-07 13:19:53 +02:00
port port: Correct HAVE_GETOPT and HAVE_UNISTD_H usage 2026-04-18 17:43:25 +01:00
scripts Formatting fixes 2026-02-10 23:51:05 +01:00
test Update pre-commit clang-format to v22.1.3 and apply 'pre-commit run --all' 2026-04-20 14:53:49 +02:00
tools cmake: Incorporate improvements from treata11/cmake-macos-framework 2026-04-25 21:26:28 +01:00
.clang-format Add .clang-format, .pre-commit-config.yaml and CONTRIBUTING.md 2022-12-08 19:18:23 +01:00
.git-blame-ignore-revs Add .git-blame-ignore-revs 2022-12-08 19:20:35 +01:00
.gitattributes Add .gitattributes 2025-12-17 09:44:54 +00:00
.gitignore cmake: Incorporate improvements from treata11/cmake-macos-framework 2026-04-25 21:26:28 +01:00
.gitlab-ci.yml ci: Correct Cygwin invocation to use proper PATH settings 2026-02-24 21:05:55 +00:00
.pre-commit-config.yaml Update pre-commit clang-format to v22.1.3 and apply 'pre-commit run --all' 2026-04-20 14:53:49 +02:00
autogen.sh autogen.sh: Enable verbose wget 2025-04-29 14:06:13 -05:00
ChangeLog Prepare for 4.7.1 release 2025-09-11 12:57:46 +02:00
CMakeLists.txt cmake: Incorporate improvements from treata11/cmake-macos-framework 2026-04-25 21:26:28 +01:00
COMMITTERS Add myself to COMMITTERS 2014-11-19 22:26:42 +00:00
configure.ac configure.ac: Require bootstrap with at least Autoconf 2.71 2025-12-13 15:48:12 -06:00
CONTRIBUTING.md Add .clang-format, .pre-commit-config.yaml and CONTRIBUTING.md 2022-12-08 19:18:23 +01:00
HOWTO-RELEASE Spelling fixes. 2025-05-02 17:36:53 +00:00
HOWTO-SECURITY-RELEASE note vs in topic and mailing list url 2012-04-06 16:45:55 +00:00
libtiff-4.pc.in Fix version in libtiff-4.pc.in, and CMake build: Add requirements to pc file 2021-07-09 10:06:55 +00:00
LICENSE.md Add BSD license for Lempel-Ziv & Welch compression (tif_lzw.c) to LICENSE.md 2025-09-04 21:54:05 +02:00
Makefile.am Revert "autotools: allow pulling in updated macros from autoconf-archive" 2024-09-07 13:19:53 +02:00
placeholder.h Fix build with CMake 3.10 2021-07-04 15:08:41 +02:00
README.md Update documentation reference within README.md. Fixes #603. 2023-09-05 18:13:47 +02:00
RELEASE-DATE Prepare for 4.7.1 release 2025-09-11 12:57:46 +02:00
tiff.spec Fix some typos 2018-02-24 21:47:52 +01:00
TODO Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
VERSION Prepare for 4.7.1 release 2025-09-11 12:57:46 +02:00

TIFF Software Distribution

This file is just a placeholder; the entire documentation is now located as reStructuredText in the doc directory. To view the documentation as HTML, visit https://libtiff.gitlab.io/libtiff/ or http://www.simplesystems.org/libtiff/ or within the release package in the doc/html-prebuilt directory. The manual pages are located at doc/man-prebuilt.

The release package can be downloaded at

http://download.osgeo.org/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.simplesystems.org/libtiff/

Source code repository

GitLab

Bug database

GitLab issues

Previously, the project used Bugzilla. This is no longer in use, and all remaining issues have been migrated to GitLab.

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.