#include "cpl_serv.h"
#include "tiffio.h"
Go to the source code of this file.
Functions | |
TIFF CPL_DLL* | XTIFFOpen (const char* name, const char* mode) |
void CPL_DLL | XTIFFClose (TIFF *tif) |
Definitions relating GeoTIFF functions from geotiff.h to the TIFF library (usually libtiff).
|
Close a file opened with XTIFFOpen().
|
|
GeoTIFF compatible TIFF file open function.
The name of the file to be opened should be passed as name, and an opening mode ("r", "w" or "a") acceptable to TIFFOpen() should be passed as the mode.
If XTIFFOpen() fails it will return NULL. Otherwise, normal TIFFOpen() error reporting steps will have already taken place.
|