Home
last modified time | relevance | path

Searched refs:defcompression (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffcp.c86 static uint16 defcompression = (uint16) -1; variable
296 compression = defcompression; in main()
361 defcompression = COMPRESSION_NONE; in processCompressOptions()
363 defcompression = COMPRESSION_PACKBITS; in processCompressOptions()
367 defcompression = COMPRESSION_JPEG; in processCompressOptions()
381 defcompression = COMPRESSION_CCITTFAX3; in processCompressOptions()
383 defcompression = COMPRESSION_CCITTFAX4; in processCompressOptions()
388 defcompression = COMPRESSION_LZW; in processCompressOptions()
394 defcompression = COMPRESSION_LZMA; in processCompressOptions()
396 defcompression = COMPRESSION_JBIG; in processCompressOptions()
[all …]
H A Dtiffcrop.c452 static uint16 defcompression = (uint16) -1; variable
1427 defcompression = COMPRESSION_NONE; in processCompressOptions()
1431 defcompression = COMPRESSION_PACKBITS; in processCompressOptions()
1436 defcompression = COMPRESSION_JPEG; in processCompressOptions()
1454 defcompression = COMPRESSION_CCITTFAX3; in processCompressOptions()
1458 defcompression = COMPRESSION_CCITTFAX4; in processCompressOptions()
1465 defcompression = COMPRESSION_LZW; in processCompressOptions()
1472 defcompression = COMPRESSION_ADOBE_DEFLATE; in processCompressOptions()
2290 compression = defcompression; in main()
/libtiff-4.0.7/archive/tools/
H A Dsgi2tiff.c165 defcompression = COMPRESSION_JPEG; in processCompressOptions()