|
SatDump 2.0.0-alpha-520736c72
|
#include "projection/standard/proj.h"#include <tiffio.h>Go to the source code of this file.
Functions | |
| bool | satdump::geotiff::try_read_geotiff (proj::projection_t *proj, TIFF *tif) |
| Attempts to parse TIFF tags from a GeoTIFF file. | |
| bool | satdump::geotiff::try_write_geotiff (TIFF *tif, proj::projection_t *proj) |
| Attempts to write TIFF tags to a GeoTIFF file. | |
| bool satdump::geotiff::try_read_geotiff | ( | proj::projection_t * | proj, |
| TIFF * | tif ) |
Attempts to parse TIFF tags from a GeoTIFF file.
| proj | projection to write |
| tif | the libtiff object |
| bool satdump::geotiff::try_write_geotiff | ( | TIFF * | tif, |
| proj::projection_t * | proj ) |
Attempts to write TIFF tags to a GeoTIFF file.
| tif | the libtiff object |
| proj | projection to write |