| /libtiff-4.0.7/libtiff/ |
| H A D | tif_compress.c | 161 TIFFSetCompressionScheme(TIFF* tif, int scheme) in TIFFSetCompressionScheme() argument 163 const TIFFCodec *c = TIFFFindCODEC((uint16) scheme); in TIFFSetCompressionScheme() 172 return (c ? (*c->init)(tif, scheme) : 1); in TIFFSetCompressionScheme() 187 TIFFFindCODEC(uint16 scheme) in TIFFFindCODEC() argument 193 if (cd->info->scheme == scheme) in TIFFFindCODEC() 196 if (c->scheme == scheme) in TIFFFindCODEC() 202 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC() argument 212 cd->info->scheme = scheme; in TIFFRegisterCODEC() 273 if (TIFFIsCODECConfigured(c->scheme)) { in TIFFGetConfiguredCODECs()
|
| H A D | tif_codec.c | 119 NotConfigured(TIFF* tif, int scheme) in NotConfigured() argument 121 (void) scheme; in NotConfigured() 143 TIFFIsCODECConfigured(uint16 scheme) in TIFFIsCODECConfigured() argument 145 const TIFFCodec* codec = TIFFFindCODEC(scheme); in TIFFIsCODECConfigured()
|
| H A D | tif_jpeg_12.c | 9 TIFFInitJPEG_12(TIFF* tif, int scheme); 15 int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode ) in TIFFReInitJPEG_12() argument 20 assert(scheme == COMPRESSION_JPEG); in TIFFReInitJPEG_12()
|
| H A D | tif_dumpmode.c | 124 TIFFInitDumpMode(TIFF* tif, int scheme) in TIFFInitDumpMode() argument 126 (void) scheme; in TIFFInitDumpMode()
|
| H A D | tif_jbig.c | 181 int TIFFInitJBIG(TIFF* tif, int scheme) in TIFFInitJBIG() argument 183 assert(scheme == COMPRESSION_JBIG); in TIFFInitJBIG()
|
| H A D | tif_next.c | 171 TIFFInitNeXT(TIFF* tif, int scheme) in TIFFInitNeXT() argument 173 (void) scheme; in TIFFInitNeXT()
|
| H A D | tif_thunder.c | 190 TIFFInitThunderScan(TIFF* tif, int scheme) in TIFFInitThunderScan() argument 192 (void) scheme; in TIFFInitThunderScan()
|
| H A D | tif_zip.c | 396 TIFFInitZIP(TIFF* tif, int scheme) in TIFFInitZIP() argument 401 assert( (scheme == COMPRESSION_DEFLATE) in TIFFInitZIP() 402 || (scheme == COMPRESSION_ADOBE_DEFLATE)); in TIFFInitZIP()
|
| H A D | tif_fax3.c | 1367 TIFFInitCCITTFax3(TIFF* tif, int scheme) in TIFFInitCCITTFax3() argument 1369 (void) scheme; in TIFFInitCCITTFax3() 1485 TIFFInitCCITTFax4(TIFF* tif, int scheme) in TIFFInitCCITTFax4() argument 1487 (void) scheme; in TIFFInitCCITTFax4() 1572 TIFFInitCCITTRLE(TIFF* tif, int scheme) in TIFFInitCCITTRLE() argument 1574 (void) scheme; in TIFFInitCCITTRLE() 1589 TIFFInitCCITTRLEW(TIFF* tif, int scheme) in TIFFInitCCITTRLEW() argument 1591 (void) scheme; in TIFFInitCCITTRLEW()
|
| H A D | tif_packbits.c | 283 TIFFInitPackBits(TIFF* tif, int scheme) in TIFFInitPackBits() argument 285 (void) scheme; in TIFFInitPackBits()
|
| H A D | tif_lzma.c | 410 TIFFInitLZMA(TIFF* tif, int scheme) in TIFFInitLZMA() argument 416 assert( scheme == COMPRESSION_LZMA ); in TIFFInitLZMA()
|
| H A D | tif_luv.c | 1682 TIFFInitSGILog(TIFF* tif, int scheme) in TIFFInitSGILog() argument 1687 assert(scheme == COMPRESSION_SGILOG24 || scheme == COMPRESSION_SGILOG); in TIFFInitSGILog() 1708 sp->encode_meth = (scheme == COMPRESSION_SGILOG24) ? in TIFFInitSGILog()
|
| H A D | tif_lzw.c | 1117 TIFFInitLZW(TIFF* tif, int scheme) in TIFFInitLZW() argument 1120 assert(scheme == COMPRESSION_LZW); in TIFFInitLZW()
|
| H A D | tiffiop.h | 335 extern int TIFFSetCompressionScheme(TIFF* tif, int scheme);
|
| H A D | tiffio.h | 254 uint16 scheme; member
|
| H A D | tif_jpeg.c | 49 int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode ); 2302 TIFFInitJPEG(TIFF* tif, int scheme) in TIFFInitJPEG() argument 2306 assert(scheme == COMPRESSION_JPEG); in TIFFInitJPEG()
|
| H A D | tif_pixarlog.c | 1368 TIFFInitPixarLog(TIFF* tif, int scheme) in TIFFInitPixarLog() argument 1374 assert(scheme == COMPRESSION_PIXARLOG); in TIFFInitPixarLog()
|
| H A D | tif_ojpeg.c | 419 TIFFInitOJPEG(TIFF* tif, int scheme) in TIFFInitOJPEG() argument 424 assert(scheme==COMPRESSION_OJPEG); in TIFFInitOJPEG()
|
| /libtiff-4.0.7/ |
| H A D | CMakeLists.txt | 80 # Library version (unlike libtool's baroque scheme, WYSIWYG here)
|
| H A D | ChangeLog | 1831 TIFF compression scheme LZMA reserving a new value 34925 for 3033 extending scheme completed. 3045 tag extending scheme. Use the new scheme everywhere. 3363 support for JBIG compression scheme (34661 code) contributed by Lee
|