Interface TIFFExtension
interface TIFFExtension
TIFFExtension
- Version:
- $Id: TIFFExtension.java,v 1.0 08.05.12 16:45 haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
CCITT T.4/Group 3 Fax compression.static final int
CCITT T.6/Group 4 Fax compression.static final int
Custom: PKZIP-style Deflate.static final int
JPEG Compression (lossy).static final int
LZW Compression.static final int
Deprecated.static final int
Adobe-style Deflate.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
For use with Photometric: 5 (Separated), when image data is in CMYK color space.static final int
For use with Photometric: 5 (Separated), when image data is in a color space other than CMYK.static final int
Deprecated.static final int
Deprecated.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
COMPRESSION_CCITT_T4
static final int COMPRESSION_CCITT_T4CCITT T.4/Group 3 Fax compression.- See Also:
-
COMPRESSION_CCITT_T6
static final int COMPRESSION_CCITT_T6CCITT T.6/Group 4 Fax compression.- See Also:
-
COMPRESSION_LZW
static final int COMPRESSION_LZWLZW Compression. Was baseline, but moved to extension due to license issues in the LZW algorithm.- See Also:
-
COMPRESSION_OLD_JPEG
static final int COMPRESSION_OLD_JPEGDeprecated. For backwards compatibility only ("Old-style" JPEG).- See Also:
-
COMPRESSION_JPEG
static final int COMPRESSION_JPEGJPEG Compression (lossy).- See Also:
-
COMPRESSION_DEFLATE
static final int COMPRESSION_DEFLATECustom: PKZIP-style Deflate.- See Also:
-
COMPRESSION_ZLIB
static final int COMPRESSION_ZLIBAdobe-style Deflate.- See Also:
-
PHOTOMETRIC_SEPARATED
static final int PHOTOMETRIC_SEPARATED- See Also:
-
PHOTOMETRIC_YCBCR
static final int PHOTOMETRIC_YCBCR- See Also:
-
PHOTOMETRIC_CIELAB
static final int PHOTOMETRIC_CIELAB- See Also:
-
PHOTOMETRIC_ICCLAB
static final int PHOTOMETRIC_ICCLAB- See Also:
-
PHOTOMETRIC_ITULAB
static final int PHOTOMETRIC_ITULAB- See Also:
-
PLANARCONFIG_PLANAR
static final int PLANARCONFIG_PLANAR- See Also:
-
PREDICTOR_HORIZONTAL_DIFFERENCING
static final int PREDICTOR_HORIZONTAL_DIFFERENCING- See Also:
-
PREDICTOR_HORIZONTAL_FLOATINGPOINT
static final int PREDICTOR_HORIZONTAL_FLOATINGPOINT- See Also:
-
FILL_RIGHT_TO_LEFT
static final int FILL_RIGHT_TO_LEFT- See Also:
-
SAMPLEFORMAT_INT
static final int SAMPLEFORMAT_INT- See Also:
-
SAMPLEFORMAT_FP
static final int SAMPLEFORMAT_FP- See Also:
-
SAMPLEFORMAT_UNDEFINED
static final int SAMPLEFORMAT_UNDEFINED- See Also:
-
YCBCR_POSITIONING_CENTERED
static final int YCBCR_POSITIONING_CENTERED- See Also:
-
YCBCR_POSITIONING_COSITED
static final int YCBCR_POSITIONING_COSITED- See Also:
-
JPEG_PROC_BASELINE
static final int JPEG_PROC_BASELINEDeprecated. For backwards compatibility only ("Old-style" JPEG).- See Also:
-
JPEG_PROC_LOSSLESS
static final int JPEG_PROC_LOSSLESSDeprecated. For backwards compatibility only ("Old-style" JPEG).- See Also:
-
INKSET_CMYK
static final int INKSET_CMYKFor use with Photometric: 5 (Separated), when image data is in CMYK color space.- See Also:
-
INKSET_NOT_CMYK
static final int INKSET_NOT_CMYKFor use with Photometric: 5 (Separated), when image data is in a color space other than CMYK. SeeInkNames
field for a description of the inks to be used.- See Also:
-
ORIENTATION_TOPRIGHT
static final int ORIENTATION_TOPRIGHT- See Also:
-
ORIENTATION_BOTRIGHT
static final int ORIENTATION_BOTRIGHT- See Also:
-
ORIENTATION_BOTLEFT
static final int ORIENTATION_BOTLEFT- See Also:
-
ORIENTATION_LEFTTOP
static final int ORIENTATION_LEFTTOP- See Also:
-
ORIENTATION_RIGHTTOP
static final int ORIENTATION_RIGHTTOP- See Also:
-
ORIENTATION_RIGHTBOT
static final int ORIENTATION_RIGHTBOT- See Also:
-
ORIENTATION_LEFTBOT
static final int ORIENTATION_LEFTBOT- See Also:
-
GROUP3OPT_2DENCODING
static final int GROUP3OPT_2DENCODING- See Also:
-
GROUP3OPT_UNCOMPRESSED
static final int GROUP3OPT_UNCOMPRESSED- See Also:
-
GROUP3OPT_FILLBITS
static final int GROUP3OPT_FILLBITS- See Also:
-
GROUP3OPT_BYTEALIGNED
static final int GROUP3OPT_BYTEALIGNED- See Also:
-
GROUP4OPT_UNCOMPRESSED
static final int GROUP4OPT_UNCOMPRESSED- See Also:
-
GROUP4OPT_BYTEALIGNED
static final int GROUP4OPT_BYTEALIGNED- See Also:
-