Package org.apache.pdfbox.filter
Interface TIFFExtension
-
interface TIFFExtension
TIFFExtension- Version:
- $Id: TIFFExtension.java,v 1.0 08.05.12 16:45 haraldk Exp$
-
-
Field Summary
Fields Modifier and Type Field 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
-
-
-
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
-
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. SeeInkNames
field 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
-
COMPRESSION_CCITT_MODIFIED_HUFFMAN_RLE
static final int COMPRESSION_CCITT_MODIFIED_HUFFMAN_RLE
- See Also:
- Constant Field Values
-
FILL_LEFT_TO_RIGHT
static final int FILL_LEFT_TO_RIGHT
- See Also:
- Constant Field Values
-
-