LibTIFF - TIFF Library and Utilities¶
Name |
Reference |
---|---|
Home Page #1 |
|
Home Page #2 |
|
Latest Stable Release |
v4.6.0 |
Master Download Site |
|
Mailing List |
|
List subscription |
|
List archive |
|
Source repository |
The LibTIFF software provides support for the Tag Image File Format (TIFF), a widely used format for storing image data. The latest version of the TIFF specification is TIFF File Format Specification.
Included in this software distribution are:
a library,
libtiff
, for reading and writing TIFF imagesa small collection of tools for performing simple manipulations of TIFF images
documentation for the library and tools.
The libtiff
library, along with associated tool programs, should handle most of
your needs for reading and writing TIFF images.
LibTIFF is portable software, supported on various operating systems including UNIX (Linux, BSD, MacOS X) and Windows.
Warning
Starting with libtiff v4.6.0, the source code for most TIFF tools (except tiffinfo, tiffdump, tiffcp and tiffset) was discontinued, due to the lack of contributors able to address reported security issues. It will still be available in the source distribution, but they will no longer be built by default, and issues related to them will no longer be accepted in the libtiff bug tracker.
The following sections are included in this documentation:
- TIFF File Format Specification
- TIFF Test Images
- Building the TIFF Software Distribution
- Terminology
- Using The TIFF Library
- Multi Page / Multi Image TIFF
- TIFF Functions Overview
- libtiff
- TIFFAccessTagMethods
- TIFFbuffer
- TIFFClientInfo
- TIFFClose
- TIFFcodec
- TIFFcolor
- TIFFCreateDirectory
- TIFFCustomDirectory
- TIFFCustomTagList
- TIFFDataWidth
- TIFFDeferStrileArrayWriting
- TIFFError
- TIFFFieldDataType
- TIFFFieldName
- TIFFFieldPassCount
- TIFFFieldQuery
- TIFFFieldReadCount
- TIFFFieldTag
- TIFFFieldWriteCount
- TIFFFlush
- TIFFGetField
- TIFFmemory
- TIFFMergeFieldInfo
- TIFFOpen
- TIFFOpenOptions
- TIFFPrintDirectory
- TIFFProcFunctions
- TIFFquery
- TIFFReadDirectory
- TIFFReadEncodedStrip
- TIFFReadEncodedTile
- TIFFReadFromUserBuffer
- TIFFReadRawStrip
- TIFFReadRawTile
- TIFFReadRGBAImage
- TIFFReadRGBAStrip
- TIFFReadRGBATile
- TIFFReadScanline
- TIFFReadTile
- TIFFRGBAImage
- TIFFSetDirectory
- TIFFSetField
- TIFFSetTagExtender
- TIFFsize
- TIFFStrileQuery
- TIFFstrip
- TIFFswab
- TIFFtile
- TIFFWarning
- TIFFWriteDirectory
- TIFFWriteEncodedStrip
- TIFFWriteEncodedTile
- TIFFWriteRawStrip
- TIFFWriteRawTile
- TIFFWriteScanline
- TIFFWriteTile
- _TIFFauxiliary
- _TIFFRewriteField
- Modifying The TIFF Library
- Defining New TIFF Tags
- TIFF Tools Overview
- Contributed TIFF Software
- LibTIFF Project
- Release history
- Changes in TIFF v4.6.0
- Changes in TIFF v4.5.1
- Changes in TIFF v4.5.0
- Changes in TIFF v4.4.0
- Changes in TIFF v4.3.0
- Changes in TIFF v4.2.0
- Changes in TIFF v4.1.0
- Changes in TIFF v4.0.10
- Changes in TIFF v4.0.9
- Changes in TIFF v4.0.8
- Changes in TIFF v4.0.7
- Changes in TIFF v4.0.6
- Changes in TIFF v4.0.5
- Changes in TIFF v4.0.4
- Changes in TIFF v4.0.4beta
- Changes in TIFF v4.0.3
- Changes in TIFF v4.0.2
- Changes in TIFF v4.0.1
- Changes in TIFF v4.0.0
- Old release history