Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.
Run the following Vcpkg command to install the port.
vcpkg install libgeotiff
The package 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})
Install libgeotiff utility programs
v1.7.1#3
May 25, 2023
All
OSGeo/libgeotiff162
github.com/OSGeo/libgeotiff
a9e8ed2469
MIT
Manifest