libgeotiffv1.7.4
- Updated
Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.
- Project website: https://github.com/OSGeo/libgeotiff
#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#Supported Platforms
All platforms supported.
#Features
No default features.
#tools
Install libgeotiff utility programs
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through libjpeg-turbo)
- vcpkg-cmake-config (through libjpeg-turbo)
#Dependencies
#Host Tool For
No ports use this.
#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
SunBlack
#Changelog
Show 21 earlier changes
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 buildfc888e4fix tiff detection error when static buildf68711e[libgeotiff] fix install directory for cmake configurations5ef129eAdd libgeotiff port