Skip to content

libgeotiffv1.7.4

Updated

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

#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

#Supported Platforms

All platforms supported.

#Features

No default features.

#tools

Install libgeotiff utility programs

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

#Dependencies

and 4 transitive dependencies:

#Host Dependencies

No transitive dependencies.

#Host Tool For

No ports use this.

#Contributors

  • Hiroshi Miura's avatarHiroshi Miura
  • Robert Schumacher's avatarRobert Schumacher
  • Raynor Vliegendhart's avatarRaynor Vliegendhart
  • Alexander Neumann's avatarAlexander Neumann
  • Stefano Sinigardi's avatarStefano Sinigardi
  • pravic's avatarpravic
  • JackBoosY's avatarJackBoosY
  • Lily's avatarLily
  • NancyLi1013's avatarNancyLi1013
  • Kai Pastor's avatarKai Pastor
  • Matthias Kuhn's avatarMatthias Kuhn
  • Billy O'Neal's avatarBilly O'Neal
  • reito's avatarreito
  • Osyotr's avatarOsyotr
  • gerard-ryan-immersaview's avatargerard-ryan-immersaview
  • SunBlack's avatarSunBlack

#Changelog

  • 02ac829[libgeotiff] Update to 1.7.4 (#44277)
  • 6db51d8[vcpkg_replace_string] warn unchanged by call (#34719)
  • bb8654a[libgeotiff] Update to 1.7.3 (#38885)
  • a9e8ed2[gdal] Don't depend on default features of proj (#31606)
  • 8c9416f[multiple-ports] Fix missing usage (#29345)
  • e6c8c2b[gdal] Update to 3.5.1, build with CMake (#22392)
  • ee2fa53[libgeotiff] Update to 1.7.1 (#23446)
  • fb34164[proj, proj4] Update to PROJ 9.0.0 & make proj the regular port (#23186)
  • 369878e[libgeotiff] Update to 1.7.0, revise features and config (#21253)
  • b295670Bulk convert control files. (#19986)
Show 21 earlier changes