11 #include "geo_config.h" 25 #define TIFFTAG_GEOPIXELSCALE 33550 27 #define TIFFTAG_INTERGRAPH_MATRIX 33920 28 #define TIFFTAG_GEOTIEPOINTS 33922 30 #ifdef JPL_TAG_SUPPORT 31 #define TIFFTAG_JPL_CARTO_IFD 34263 33 #define TIFFTAG_GEOTRANSMATRIX 34264 35 #define TIFFTAG_GEOKEYDIRECTORY 34735 36 #define TIFFTAG_GEODOUBLEPARAMS 34736 37 #define TIFFTAG_GEOASCIIPARAMS 34737 46 #define TIFFPRINT_GEOKEYDIRECTORY 0x80000000 47 #define TIFFPRINT_GEOKEYPARAMS 0x40000000 53 #if defined(__cplusplus) 61 # if defined(_WIN32) && defined(BUILD_AS_DLL) 62 # define CPL_DLL __declspec(dllexport) 69 extern TIFF CPL_DLL *
XTIFFOpen(
const char* name,
const char* mode);
70 extern TIFF CPL_DLL * XTIFFFdOpen(
int fd,
const char* name,
const char* mode);
73 extern TIFF CPL_DLL * XTIFFClientOpen(
const char* name,
const char* mode,
75 TIFFReadWriteProc, TIFFReadWriteProc,
76 TIFFSeekProc, TIFFCloseProc,
78 TIFFMapFileProc, TIFFUnmapFileProc);
79 #if defined(__cplusplus) void CPL_DLL XTIFFClose(TIFF *tif)
Definition: xtiff.c:202
void CPL_DLL XTIFFInitialize()
Definition: xtiff.c:100
TIFF CPL_DLL * XTIFFOpen(const char *name, const char *mode)
Definition: xtiff.c:135