1. Home
  2. Browse
  3. libgeotiff

libgeotiff

v1.7.3#1Latest

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.

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.3#1

Publication

Supports

All

GitHub

OSGeo/libgeotiff180

Homepage

github.com/OSGeo/libgeotiff

Subtree

6db51d86a9

License

MIT

Definition

Manifest