Interface TIFFExtension
-
interface TIFFExtensionTIFFExtension- Version:
- $Id: TIFFExtension.java,v 1.0 08.05.12 16:45 haraldk Exp$
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMPRESSION_CCITT_T4CCITT T.4/Group 3 Fax compression.static intCOMPRESSION_CCITT_T6CCITT T.6/Group 4 Fax compression.static intCOMPRESSION_DEFLATECustom: PKZIP-style Deflate.static intCOMPRESSION_JPEGJPEG Compression (lossy).static intCOMPRESSION_LZWLZW Compression.static intCOMPRESSION_OLD_JPEGDeprecated.static intCOMPRESSION_ZLIBAdobe-style Deflate.static intFILL_RIGHT_TO_LEFTstatic intGROUP3OPT_2DENCODINGstatic intGROUP3OPT_BYTEALIGNEDstatic intGROUP3OPT_FILLBITSstatic intGROUP3OPT_UNCOMPRESSEDstatic intGROUP4OPT_BYTEALIGNEDstatic intGROUP4OPT_UNCOMPRESSEDstatic intINKSET_CMYKFor use with Photometric: 5 (Separated), when image data is in CMYK color space.static intINKSET_NOT_CMYKFor use with Photometric: 5 (Separated), when image data is in a color space other than CMYK.static intJPEG_PROC_BASELINEDeprecated.static intJPEG_PROC_LOSSLESSDeprecated.static intORIENTATION_BOTLEFTstatic intORIENTATION_BOTRIGHTstatic intORIENTATION_LEFTBOTstatic intORIENTATION_LEFTTOPstatic intORIENTATION_RIGHTBOTstatic intORIENTATION_RIGHTTOPstatic intORIENTATION_TOPRIGHTstatic intPHOTOMETRIC_CIELABstatic intPHOTOMETRIC_ICCLABstatic intPHOTOMETRIC_ITULABstatic intPHOTOMETRIC_SEPARATEDstatic intPHOTOMETRIC_YCBCRstatic intPLANARCONFIG_PLANARstatic intPREDICTOR_HORIZONTAL_DIFFERENCINGstatic intPREDICTOR_HORIZONTAL_FLOATINGPOINTstatic intSAMPLEFORMAT_COMPLEXIEEEFPComplex IEEE floating pointstatic intSAMPLEFORMAT_COMPLEXINTComplex signed integerstatic intSAMPLEFORMAT_FPstatic intSAMPLEFORMAT_INTstatic intSAMPLEFORMAT_UNDEFINEDstatic intYCBCR_POSITIONING_CENTEREDstatic intYCBCR_POSITIONING_COSITED
-
-
-
Field Detail
-
COMPRESSION_CCITT_T4
static final int COMPRESSION_CCITT_T4
CCITT T.4/Group 3 Fax compression.- See Also:
- Constant Field Values
-
COMPRESSION_CCITT_T6
static final int COMPRESSION_CCITT_T6
CCITT T.6/Group 4 Fax compression.- See Also:
- Constant Field Values
-
COMPRESSION_LZW
static final int COMPRESSION_LZW
LZW Compression. Was baseline, but moved to extension due to license issues in the LZW algorithm.- See Also:
- Constant Field Values
-
COMPRESSION_OLD_JPEG
static final int COMPRESSION_OLD_JPEG
Deprecated. For backwards compatibility only ("Old-style" JPEG).- See Also:
- Constant Field Values
-
COMPRESSION_JPEG
static final int COMPRESSION_JPEG
JPEG Compression (lossy).- See Also:
- Constant Field Values
-
COMPRESSION_DEFLATE
static final int COMPRESSION_DEFLATE
Custom: PKZIP-style Deflate.- See Also:
- Constant Field Values
-
COMPRESSION_ZLIB
static final int COMPRESSION_ZLIB
Adobe-style Deflate.- See Also:
- Constant Field Values
-
PHOTOMETRIC_SEPARATED
static final int PHOTOMETRIC_SEPARATED
- See Also:
- Constant Field Values
-
PHOTOMETRIC_YCBCR
static final int PHOTOMETRIC_YCBCR
- See Also:
- Constant Field Values
-
PHOTOMETRIC_CIELAB
static final int PHOTOMETRIC_CIELAB
- See Also:
- Constant Field Values
-
PHOTOMETRIC_ICCLAB
static final int PHOTOMETRIC_ICCLAB
- See Also:
- Constant Field Values
-
PHOTOMETRIC_ITULAB
static final int PHOTOMETRIC_ITULAB
- See Also:
- Constant Field Values
-
PLANARCONFIG_PLANAR
static final int PLANARCONFIG_PLANAR
- See Also:
- Constant Field Values
-
PREDICTOR_HORIZONTAL_DIFFERENCING
static final int PREDICTOR_HORIZONTAL_DIFFERENCING
- See Also:
- Constant Field Values
-
PREDICTOR_HORIZONTAL_FLOATINGPOINT
static final int PREDICTOR_HORIZONTAL_FLOATINGPOINT
- See Also:
- Constant Field Values
-
FILL_RIGHT_TO_LEFT
static final int FILL_RIGHT_TO_LEFT
- See Also:
- Constant Field Values
-
SAMPLEFORMAT_INT
static final int SAMPLEFORMAT_INT
- See Also:
- Constant Field Values
-
SAMPLEFORMAT_FP
static final int SAMPLEFORMAT_FP
- See Also:
- Constant Field Values
-
SAMPLEFORMAT_UNDEFINED
static final int SAMPLEFORMAT_UNDEFINED
- See Also:
- Constant Field Values
-
SAMPLEFORMAT_COMPLEXINT
static final int SAMPLEFORMAT_COMPLEXINT
Complex signed integer- See Also:
- Constant Field Values
-
SAMPLEFORMAT_COMPLEXIEEEFP
static final int SAMPLEFORMAT_COMPLEXIEEEFP
Complex IEEE floating point- See Also:
- Constant Field Values
-
YCBCR_POSITIONING_CENTERED
static final int YCBCR_POSITIONING_CENTERED
- See Also:
- Constant Field Values
-
YCBCR_POSITIONING_COSITED
static final int YCBCR_POSITIONING_COSITED
- See Also:
- Constant Field Values
-
JPEG_PROC_BASELINE
static final int JPEG_PROC_BASELINE
Deprecated. For backwards compatibility only ("Old-style" JPEG).- See Also:
- Constant Field Values
-
JPEG_PROC_LOSSLESS
static final int JPEG_PROC_LOSSLESS
Deprecated. For backwards compatibility only ("Old-style" JPEG).- See Also:
- Constant Field Values
-
INKSET_CMYK
static final int INKSET_CMYK
For use with Photometric: 5 (Separated), when image data is in CMYK color space.- See Also:
- Constant Field Values
-
INKSET_NOT_CMYK
static final int INKSET_NOT_CMYK
For use with Photometric: 5 (Separated), when image data is in a color space other than CMYK. SeeInkNamesfield for a description of the inks to be used.- See Also:
- Constant Field Values
-
ORIENTATION_TOPRIGHT
static final int ORIENTATION_TOPRIGHT
- See Also:
- Constant Field Values
-
ORIENTATION_BOTRIGHT
static final int ORIENTATION_BOTRIGHT
- See Also:
- Constant Field Values
-
ORIENTATION_BOTLEFT
static final int ORIENTATION_BOTLEFT
- See Also:
- Constant Field Values
-
ORIENTATION_LEFTTOP
static final int ORIENTATION_LEFTTOP
- See Also:
- Constant Field Values
-
ORIENTATION_RIGHTTOP
static final int ORIENTATION_RIGHTTOP
- See Also:
- Constant Field Values
-
ORIENTATION_RIGHTBOT
static final int ORIENTATION_RIGHTBOT
- See Also:
- Constant Field Values
-
ORIENTATION_LEFTBOT
static final int ORIENTATION_LEFTBOT
- See Also:
- Constant Field Values
-
GROUP3OPT_2DENCODING
static final int GROUP3OPT_2DENCODING
- See Also:
- Constant Field Values
-
GROUP3OPT_UNCOMPRESSED
static final int GROUP3OPT_UNCOMPRESSED
- See Also:
- Constant Field Values
-
GROUP3OPT_FILLBITS
static final int GROUP3OPT_FILLBITS
- See Also:
- Constant Field Values
-
GROUP3OPT_BYTEALIGNED
static final int GROUP3OPT_BYTEALIGNED
- See Also:
- Constant Field Values
-
GROUP4OPT_UNCOMPRESSED
static final int GROUP4OPT_UNCOMPRESSED
- See Also:
- Constant Field Values
-
GROUP4OPT_BYTEALIGNED
static final int GROUP4OPT_BYTEALIGNED
- See Also:
- Constant Field Values
-
-