libgeotiff v1.7.3
- Created
- Updated
Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.
# Usage
libgeotiff provides a CMake config file:
find_package(GeoTIFF CONFIG REQUIRED)
target_include_directories(main PRIVATE ${GEOTIFF_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${GEOTIFF_LIBRARIES})
libgeotiff provides pkg-config modules:
# GeoTIFF file format library
libgeotiff
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# tools
Install libgeotiff utility programs
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libjpeg-turbo )
- vcpkg-cmake-config (by libjpeg-turbo )
# Dependencies
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Hiroshi Miura
- Robert Schumacher
- Raynor Vliegendhart
- Alexander Neumann
- Stefano Sinigardi
- pravic
- JackBoosY
- Lily
- NancyLi1013
- Kai Pastor
- Matthias Kuhn
- Billy O'Neal
- reito
- Osyotr
- gerard-ryan-immersaview
# Changelog
and 20 more commits:
b7d5f8c
[libgeotiff] Remove FindPROJ4.cmake from srcbdb1ae9
[tiff] Use lzma on linux67d3662
[libgeotiff] Fix libgeotiff link error6f92f7a
[libgeotiff] Update patchesee84a44
[libgeotiff] update descriptione8899b3
[libgeotiff] remove installed dlls when static buildfc888e4
fix tiff detection error when static buildf68711e
[libgeotiff] fix install directory for cmake configurations5ef129e
Add libgeotiff port