interface TIFFExtension
Modifier and Type | Field and Description |
---|---|
static int |
COMPRESSION_CCITT_MODIFIED_HUFFMAN_RLE |
static int |
COMPRESSION_CCITT_T4
CCITT T.4/Group 3 Fax compression.
|
static int |
COMPRESSION_CCITT_T6
CCITT T.6/Group 4 Fax compression.
|
static int |
COMPRESSION_DEFLATE
Custom: PKZIP-style Deflate.
|
static int |
COMPRESSION_JPEG
JPEG Compression (lossy).
|
static int |
COMPRESSION_LZW
LZW Compression.
|
static int |
COMPRESSION_OLD_JPEG
Deprecated.
|
static int |
COMPRESSION_ZLIB
Adobe-style Deflate.
|
static int |
FILL_LEFT_TO_RIGHT |
static int |
FILL_RIGHT_TO_LEFT |
static int |
GROUP3OPT_2DENCODING |
static int |
GROUP3OPT_BYTEALIGNED |
static int |
GROUP3OPT_FILLBITS |
static int |
GROUP3OPT_UNCOMPRESSED |
static int |
GROUP4OPT_BYTEALIGNED |
static int |
GROUP4OPT_UNCOMPRESSED |
static int |
INKSET_CMYK
For use with Photometric: 5 (Separated), when image data is in CMYK color space.
|
static int |
INKSET_NOT_CMYK
For use with Photometric: 5 (Separated), when image data is in a color space other than CMYK.
|
static int |
JPEG_PROC_BASELINE
Deprecated.
|
static int |
JPEG_PROC_LOSSLESS
Deprecated.
|
static int |
ORIENTATION_BOTLEFT |
static int |
ORIENTATION_BOTRIGHT |
static int |
ORIENTATION_LEFTBOT |
static int |
ORIENTATION_LEFTTOP |
static int |
ORIENTATION_RIGHTBOT |
static int |
ORIENTATION_RIGHTTOP |
static int |
ORIENTATION_TOPRIGHT |
static int |
PHOTOMETRIC_CIELAB |
static int |
PHOTOMETRIC_ICCLAB |
static int |
PHOTOMETRIC_ITULAB |
static int |
PHOTOMETRIC_SEPARATED |
static int |
PHOTOMETRIC_YCBCR |
static int |
PLANARCONFIG_PLANAR |
static int |
PREDICTOR_HORIZONTAL_DIFFERENCING |
static int |
PREDICTOR_HORIZONTAL_FLOATINGPOINT |
static int |
SAMPLEFORMAT_FP |
static int |
SAMPLEFORMAT_INT |
static int |
SAMPLEFORMAT_UNDEFINED |
static int |
YCBCR_POSITIONING_CENTERED |
static int |
YCBCR_POSITIONING_COSITED |
static final int COMPRESSION_CCITT_T4
static final int COMPRESSION_CCITT_T6
static final int COMPRESSION_LZW
static final int COMPRESSION_OLD_JPEG
static final int COMPRESSION_JPEG
static final int COMPRESSION_DEFLATE
static final int COMPRESSION_ZLIB
static final int PHOTOMETRIC_SEPARATED
static final int PHOTOMETRIC_YCBCR
static final int PHOTOMETRIC_CIELAB
static final int PHOTOMETRIC_ICCLAB
static final int PHOTOMETRIC_ITULAB
static final int PLANARCONFIG_PLANAR
static final int PREDICTOR_HORIZONTAL_DIFFERENCING
static final int PREDICTOR_HORIZONTAL_FLOATINGPOINT
static final int FILL_RIGHT_TO_LEFT
static final int SAMPLEFORMAT_INT
static final int SAMPLEFORMAT_FP
static final int SAMPLEFORMAT_UNDEFINED
static final int YCBCR_POSITIONING_CENTERED
static final int YCBCR_POSITIONING_COSITED
static final int JPEG_PROC_BASELINE
static final int JPEG_PROC_LOSSLESS
static final int INKSET_CMYK
static final int INKSET_NOT_CMYK
InkNames
field for a
description of the inks to be used.static final int ORIENTATION_TOPRIGHT
static final int ORIENTATION_BOTRIGHT
static final int ORIENTATION_BOTLEFT
static final int ORIENTATION_LEFTTOP
static final int ORIENTATION_RIGHTTOP
static final int ORIENTATION_RIGHTBOT
static final int ORIENTATION_LEFTBOT
static final int GROUP3OPT_2DENCODING
static final int GROUP3OPT_UNCOMPRESSED
static final int GROUP3OPT_FILLBITS
static final int GROUP3OPT_BYTEALIGNED
static final int GROUP4OPT_UNCOMPRESSED
static final int GROUP4OPT_BYTEALIGNED
static final int COMPRESSION_CCITT_MODIFIED_HUFFMAN_RLE
static final int FILL_LEFT_TO_RIGHT