tiff v4.7.0
- Created
- Updated
A library that supports the manipulation of TIFF image files
# Usage
tiff is compatible with built-in CMake targets:
find_package(TIFF REQUIRED)
target_link_libraries(main PRIVATE TIFF::TIFF)
tiff provides pkg-config modules:
# Tag Image File Format (TIFF) library.
libtiff-4
# License
# Supported Platforms
All platforms are supported
# Features
Default features: jpeg
, lzma
, zip
# cxx
Build C++ libtiffxx library
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# jpeg default
Support JPEG compression in TIFF image files
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libjpeg-turbo )
- vcpkg-cmake-config (by libjpeg-turbo )
# lerc
Support LERC compression
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by lerc )
- vcpkg-cmake-config (by lerc )
# libdeflate
Use libdeflate for faster ZIP support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libdeflate )
- vcpkg-cmake-config (by libdeflate )
# lzma default
Support LZMA compression in TIFF image files
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by liblzma )
- vcpkg-cmake-config (by liblzma )
# tools
Build tools
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# webp
Support WEBP compression in TIFF image files
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libwebp )
- vcpkg-cmake-config (by libwebp )
# zip default
Support ZIP/deflate compression in TIFF image files
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by zlib )
# zstd
Support ZSTD compression in TIFF image files
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by zstd )
- vcpkg-cmake-config (by zstd )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- dcmtk (feature
tiff
) - devil (feature
tiff
) - freeimage
- gdal
- gdk-pixbuf (feature
tiff
) - graphicsmagick
- itk
- lcms (feature
tools
) - leptonica
- libgd (feature
tiff
) - libgeotiff
- libgxps
- libwebp (feature
anim
) - libwebp (feature
cwebp
) - libwebp (feature
dwebp
) - libwebp (feature
extras
) - libwebp (feature
img2webp
) - mapnik (feature
tiff
) - opencv2 (feature
tiff
) - opencv3 (feature
tiff
) - opencv4 (feature
tiff
) - openimageio
- openjpeg (feature
tools
) - openmvg
- openmvs
- openslide
- osg (feature
plugins
) - pangolin (feature
tiff
) - podofo
- poppler
- proj (feature
tiff
) - qt5-imageformats (feature
tiff
) - qtimageformats (feature
tiff
) - sail (feature
tiff
) - sdl2-image (feature
tiff
) - sdl3-image (feature
tiff
) - selene
- simage (feature
tiff
) - tiff (feature
lerc
) - tiff (feature
libdeflate
) - vtk
- vxl
- wxwidgets
# Host Dependents
No dependents.
# Contributors
Alexander Karatarakis
Robert Schumacher
Ninetainedo
Mårten Nordheim
Dale Stammen
codicodi
Daniel Shaw
Jacek Blaszczynski
Ivy Snow
Hiroshi Miura
Roger Leigh
Pavel Mach
huangqinjin
Michael Hofmann
Stefano Sinigardi
Alexej Harm
pravic
Raynor Vliegendhart
Thomas Gwynne-Timothy
Radwan Ibrahim
Alexander Neumann
ghesketh
Kai Pastor
Thomas Willecomme
Matthias Kuhn
Billy O'Neal
Alonso Schaich
Marc
Dr.-Ing. Carsten Grimm
autoantwort
# Changelog
and 55 more commits:
ea29eba
fix tiff build for uwp6cacd43
tiff: Version 4.0.1074d385f
[tiff] Disable use of liblzma in uwp to enable buildingbdb1ae9
[tiff] Use lzma on linuxb35f75d
[cairo][expat][fontconfig][graphicsmagick][libjpeg-turbo][pixman][tiff] Add unofficial targets and usage informationc761d37
[tiff] update to 4.0.926516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)957cb21
change qualifier bracket to parens7cfb833
[tiff] update to 4.0.8280a6c6
[tiff] Fix UWP builds for version 4.0.783ae9d8
[tiff] Update to version 4.0.7986ed6b
[tiff] Add support for jpeg, lzma, and glut. Add c++ support.41eba85
[tiff] Bump version for change due to UWP support.8603441
added patch to enable uwp builds7e4a57f
[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on openssl.351c9a8
[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on openssl.981ea27
Fix tiff patch path1808d46
triplet is now automatically included before portfiles.f25c8c8
[tiff] Remove bin directories in static buildsd264387
[tiff] Enable static building3679955
Introduce SOURCE_PATH to almost all portfiles930d0a7
URL and MIRRORS are now URLSfc26083
Second part of updated portfilesccca198
Initial commit