34 static int NotConfigured(
TIFF*,
int);
37 #define TIFFInitLZW NotConfigured 39 #ifndef PACKBITS_SUPPORT 40 #define TIFFInitPackBits NotConfigured 42 #ifndef THUNDER_SUPPORT 43 #define TIFFInitThunderScan NotConfigured 46 #define TIFFInitNeXT NotConfigured 49 #define TIFFInitJPEG NotConfigured 52 #define TIFFInitOJPEG NotConfigured 55 #define TIFFInitCCITTRLE NotConfigured 56 #define TIFFInitCCITTRLEW NotConfigured 57 #define TIFFInitCCITTFax3 NotConfigured 58 #define TIFFInitCCITTFax4 NotConfigured 61 #define TIFFInitJBIG NotConfigured 64 #define TIFFInitZIP NotConfigured 66 #ifndef PIXARLOG_SUPPORT 67 #define TIFFInitPixarLog NotConfigured 69 #ifndef LOGLUV_SUPPORT 70 #define TIFFInitSGILog NotConfigured 102 _notConfigured(
TIFF* tif)
107 "%s compression support is not configured", c->
name);
112 NotConfigured(
TIFF* tif,
int scheme)
142 if(codec->
init == NULL) {
145 if(codec->
init != NotConfigured){
int TIFFInitCCITTFax3(TIFF *tif, int scheme)
int TIFFInitThunderScan(TIFF *tif, int scheme)
#define COMPRESSION_PACKBITS
int TIFFInitZIP(TIFF *tif, int scheme)
#define COMPRESSION_CCITTFAX3
#define COMPRESSION_SGILOG24
#define COMPRESSION_CCITTRLE
#define COMPRESSION_OJPEG
typedef void(APIENTRY *GLDEBUGPROCARB)(GLenum source
int TIFFInitNeXT(TIFF *tif, int scheme)
#define COMPRESSION_DEFLATE
#define COMPRESSION_CCITTFAX4
int TIFFInitLZW(TIFF *tif, int scheme)
#define COMPRESSION_CCITTRLEW
#define COMPRESSION_PIXARLOG
void TIFFErrorExt(thandle_t fd, const char *module, const char *fmt,...)
int TIFFInitCCITTRLEW(TIFF *tif, int scheme)
const TIFFCodec * TIFFFindCODEC(uint16 scheme)
#define COMPRESSION_SGILOG
TIFFCodec _TIFFBuiltinCODECS[]
int TIFFInitPixarLog(TIFF *tif, int scheme)
int TIFFInitPackBits(TIFF *tif, int scheme)
#define COMPRESSION_THUNDERSCAN
int TIFFInitDumpMode(TIFF *tif, int scheme)
#define COMPRESSION_ADOBE_DEFLATE
int TIFFInitSGILog(TIFF *tif, int scheme)
int TIFFInitCCITTFax4(TIFF *tif, int scheme)
int TIFFInitJPEG(TIFF *tif, int scheme)
int TIFFIsCODECConfigured(uint16 scheme)
Check whether we have working codec for the specific coding scheme.
int TIFFInitCCITTRLE(TIFF *tif, int scheme)
TIFFBoolMethod tif_setupencode
TIFFBoolMethod tif_setupdecode