7#include "projection/standard/proj.h"
bool try_read_geotiff(proj::projection_t *proj, TIFF *tif)
Attempts to parse TIFF tags from a GeoTIFF file.
Definition geotiff_read.cpp:8
bool try_write_geotiff(TIFF *tif, proj::projection_t *proj)
Attempts to write TIFF tags to a GeoTIFF file.
Definition geotiff_write.cpp:9