1. Home
  2. Browse
  3. libgeotiff

libgeotiff

v1.7.4#0Latest

Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.

Install

Run the following Vcpkg command to install the port.

vcpkg install 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

Features

Dependencies

See source

Version

v1.7.4#0

Publication

Supports

All

GitHub

OSGeo/libgeotiff197

Homepage

github.com/OSGeo/libgeotiff

Subtree

02ac82935d

License

MIT

Definition

Manifest