Class TiffConstants
java.lang.Object
org.apache.commons.imaging.formats.tiff.constants.TiffConstants
Defines constants for internal elements from TIFF files and for allowing
applications to define parameters for reading and writing TIFF files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteOrder
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
static final int
Specifies a larger strip-size to be used for compression.static final int
Specifies a larger strip-size to be used for compression. -
Method Summary
-
Field Details
-
DEFAULT_TIFF_BYTE_ORDER
-
TIFF_HEADER_SIZE
- See Also:
-
TIFF_DIRECTORY_HEADER_LENGTH
- See Also:
-
TIFF_DIRECTORY_FOOTER_LENGTH
- See Also:
-
TIFF_ENTRY_LENGTH
- See Also:
-
TIFF_ENTRY_MAX_VALUE_LENGTH
- See Also:
-
TIFF_COMPRESSION_UNCOMPRESSED_1
- See Also:
-
TIFF_COMPRESSION_UNCOMPRESSED
- See Also:
-
TIFF_COMPRESSION_CCITT_1D
- See Also:
-
TIFF_COMPRESSION_CCITT_GROUP_3
- See Also:
-
TIFF_COMPRESSION_CCITT_GROUP_4
- See Also:
-
TIFF_COMPRESSION_LZW
- See Also:
-
TIFF_COMPRESSION_JPEG
- See Also:
-
TIFF_COMPRESSION_UNCOMPRESSED_2
- See Also:
-
TIFF_COMPRESSION_PACKBITS
- See Also:
-
TIFF_COMPRESSION_DEFLATE_PKZIP
- See Also:
-
TIFF_COMPRESSION_DEFLATE_ADOBE
- See Also:
-
TIFF_FLAG_T4_OPTIONS_2D
- See Also:
-
TIFF_FLAG_T4_OPTIONS_UNCOMPRESSED_MODE
- See Also:
-
TIFF_FLAG_T4_OPTIONS_FILL
- See Also:
-
TIFF_FLAG_T6_OPTIONS_UNCOMPRESSED_MODE
- See Also:
-
TIFF_LZW_COMPRESSION_BLOCK_SIZE_MEDIUM
Specifies a larger strip-size to be used for compression. This setting generally produces smaller output files, but requires a slightly longer processing time. Used in conjunction with the PARAM_KEY_LZW_COMPRESSION_STRIP_SIZE- See Also:
-
TIFF_LZW_COMPRESSION_BLOCK_SIZE_LARGE
Specifies a larger strip-size to be used for compression. This setting generally produces smaller output files, but requires a slightly longer processing time. Used in conjunction with the PARAM_KEY_LZW_COMPRESSION_STRIP_SIZE- See Also:
-