1. Home
  2. Browse
  3. libgeotiff

libgeotiff

v1.7.3#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.

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#0

Publication

Supports

All

GitHub

OSGeo/libgeotiff182

Homepage

github.com/OSGeo/libgeotiff

Subtree

bb8654acb1

License

MIT

Definition

Manifest