Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.
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
Install libgeotiff utility programs
v1.7.3#1
All
MIT
Manifest