net.sourceforge.jiu.codecs.tiff
Interface TIFFConstants
- All Known Implementing Classes:
- TIFFCodec, TIFFImageFileDirectory, TIFFTag
- public interface TIFFConstants
This class provides a lot of constant values for a TIFF encoder or decoder.
- Author:
- Marco Schmidt
COMPRESSION_NONE
public static final int COMPRESSION_NONE
- See Also:
- Constant Field Values
COMPRESSION_CCITT_GROUP3_1D_MODIFIED_HUFFMAN
public static final int COMPRESSION_CCITT_GROUP3_1D_MODIFIED_HUFFMAN
- See Also:
- Constant Field Values
COMPRESSION_CCITT_T4
public static final int COMPRESSION_CCITT_T4
- See Also:
- Constant Field Values
COMPRESSION_CCITT_T6
public static final int COMPRESSION_CCITT_T6
- See Also:
- Constant Field Values
COMPRESSION_LZW
public static final int COMPRESSION_LZW
- See Also:
- Constant Field Values
COMPRESSION_JPEG_6_0
public static final int COMPRESSION_JPEG_6_0
- See Also:
- Constant Field Values
COMPRESSION_JPEG_POST_6_0
public static final int COMPRESSION_JPEG_POST_6_0
- See Also:
- Constant Field Values
COMPRESSION_DEFLATED_OFFICIAL
public static final int COMPRESSION_DEFLATED_OFFICIAL
- See Also:
- Constant Field Values
COMPRESSION_NEXT
public static final int COMPRESSION_NEXT
- See Also:
- Constant Field Values
COMPRESSION_NONE_WORD_ALIGNED
public static final int COMPRESSION_NONE_WORD_ALIGNED
- See Also:
- Constant Field Values
COMPRESSION_PACKBITS
public static final int COMPRESSION_PACKBITS
- See Also:
- Constant Field Values
COMPRESSION_THUNDERSCAN
public static final int COMPRESSION_THUNDERSCAN
- See Also:
- Constant Field Values
COMPRESSION_DEFLATED_INOFFICIAL
public static final int COMPRESSION_DEFLATED_INOFFICIAL
- See Also:
- Constant Field Values
COMPRESSION_JBIG
public static final int COMPRESSION_JBIG
- See Also:
- Constant Field Values
COMPRESSION_SGI_LOG_RLE
public static final int COMPRESSION_SGI_LOG_RLE
- See Also:
- Constant Field Values
COMPRESSION_SGI_LOG_24_PACKED
public static final int COMPRESSION_SGI_LOG_24_PACKED
- See Also:
- Constant Field Values
COMPRESSION_JBIG2
public static final int COMPRESSION_JBIG2
- See Also:
- Constant Field Values
PHOTOMETRIC_WHITE_IS_ZERO
public static final int PHOTOMETRIC_WHITE_IS_ZERO
- See Also:
- Constant Field Values
PHOTOMETRIC_BLACK_IS_ZERO
public static final int PHOTOMETRIC_BLACK_IS_ZERO
- See Also:
- Constant Field Values
PHOTOMETRIC_PALETTED
public static final int PHOTOMETRIC_PALETTED
- See Also:
- Constant Field Values
PHOTOMETRIC_TRUECOLOR_RGB
public static final int PHOTOMETRIC_TRUECOLOR_RGB
- See Also:
- Constant Field Values
PHOTOMETRIC_TRUECOLOR_CMYK
public static final int PHOTOMETRIC_TRUECOLOR_CMYK
- See Also:
- Constant Field Values
PHOTOMETRIC_LOGL
public static final int PHOTOMETRIC_LOGL
- See Also:
- Constant Field Values
PHOTOMETRIC_TRUECOLOR_LOGLUV
public static final int PHOTOMETRIC_TRUECOLOR_LOGLUV
- See Also:
- Constant Field Values
PLANAR_CONFIGURATION_CHUNKY
public static final int PLANAR_CONFIGURATION_CHUNKY
- See Also:
- Constant Field Values
PLANAR_CONFIGURATION_PLANAR
public static final int PLANAR_CONFIGURATION_PLANAR
- See Also:
- Constant Field Values
TAG_LENGTH
public static final int TAG_LENGTH
- Length of a tag (an image file directory entry) in bytes (12).
- See Also:
- Constant Field Values
TAG_TYPE_BYTE
public static final int TAG_TYPE_BYTE
- See Also:
- Constant Field Values
TAG_TYPE_ASCII
public static final int TAG_TYPE_ASCII
- See Also:
- Constant Field Values
TAG_TYPE_SHORT
public static final int TAG_TYPE_SHORT
- See Also:
- Constant Field Values
TAG_TYPE_LONG
public static final int TAG_TYPE_LONG
- See Also:
- Constant Field Values
TAG_TYPE_RATIONAL
public static final int TAG_TYPE_RATIONAL
- See Also:
- Constant Field Values
TAG_TYPE_SBYTE
public static final int TAG_TYPE_SBYTE
- See Also:
- Constant Field Values
TAG_TYPE_UNDEFINED
public static final int TAG_TYPE_UNDEFINED
- See Also:
- Constant Field Values
TAG_TYPE_SSHORT
public static final int TAG_TYPE_SSHORT
- See Also:
- Constant Field Values
TAG_TYPE_SLONG
public static final int TAG_TYPE_SLONG
- See Also:
- Constant Field Values
TAG_TYPE_SRATIONAL
public static final int TAG_TYPE_SRATIONAL
- See Also:
- Constant Field Values
TAG_TYPE_FLOAT
public static final int TAG_TYPE_FLOAT
- See Also:
- Constant Field Values
TAG_TYPE_DOUBLE
public static final int TAG_TYPE_DOUBLE
- See Also:
- Constant Field Values
TAG_ARTIST
public static final int TAG_ARTIST
- See Also:
- Constant Field Values
TAG_BAD_FAX_LINES
public static final int TAG_BAD_FAX_LINES
- See Also:
- Constant Field Values
TAG_BITS_PER_SAMPLE
public static final int TAG_BITS_PER_SAMPLE
- See Also:
- Constant Field Values
TAG_CELL_LENGTH
public static final int TAG_CELL_LENGTH
- See Also:
- Constant Field Values
TAG_CELL_WIDTH
public static final int TAG_CELL_WIDTH
- See Also:
- Constant Field Values
TAG_CLEAN_FAX_DATA
public static final int TAG_CLEAN_FAX_DATA
- See Also:
- Constant Field Values
TAG_COLOR_MAP
public static final int TAG_COLOR_MAP
- See Also:
- Constant Field Values
TAG_COMPRESSION
public static final int TAG_COMPRESSION
- See Also:
- Constant Field Values
TAG_CONSECUTIVE_BAD_FAX_LINES
public static final int TAG_CONSECUTIVE_BAD_FAX_LINES
- See Also:
- Constant Field Values
TAG_COPYRIGHT
public static final int TAG_COPYRIGHT
- See Also:
- Constant Field Values
TAG_DATE_TIME
public static final int TAG_DATE_TIME
- See Also:
- Constant Field Values
TAG_DOCUMENT_NAME
public static final int TAG_DOCUMENT_NAME
- See Also:
- Constant Field Values
TAG_EXTRA_SAMPLES
public static final int TAG_EXTRA_SAMPLES
- See Also:
- Constant Field Values
TAG_FILL_ORDER
public static final int TAG_FILL_ORDER
- See Also:
- Constant Field Values
TAG_FREE_BYTE_COUNTS
public static final int TAG_FREE_BYTE_COUNTS
- See Also:
- Constant Field Values
TAG_FREE_OFFSETS
public static final int TAG_FREE_OFFSETS
- See Also:
- Constant Field Values
TAG_GRAY_RESPONSE_CURVE
public static final int TAG_GRAY_RESPONSE_CURVE
- See Also:
- Constant Field Values
TAG_GRAY_RESPONSE_UNIT
public static final int TAG_GRAY_RESPONSE_UNIT
- See Also:
- Constant Field Values
TAG_HOST_COMPUTER
public static final int TAG_HOST_COMPUTER
- See Also:
- Constant Field Values
TAG_IMAGE_DESCRIPTION
public static final int TAG_IMAGE_DESCRIPTION
- See Also:
- Constant Field Values
TAG_IMAGE_LENGTH
public static final int TAG_IMAGE_LENGTH
- See Also:
- Constant Field Values
TAG_IMAGE_WIDTH
public static final int TAG_IMAGE_WIDTH
- See Also:
- Constant Field Values
TAG_MAKE
public static final int TAG_MAKE
- See Also:
- Constant Field Values
TAG_MAX_SAMPLE_VALUE
public static final int TAG_MAX_SAMPLE_VALUE
- See Also:
- Constant Field Values
TAG_MIN_SAMPLE_VALUE
public static final int TAG_MIN_SAMPLE_VALUE
- See Also:
- Constant Field Values
TAG_MODEL
public static final int TAG_MODEL
- See Also:
- Constant Field Values
TAG_NEW_SUBFILE_TYPE
public static final int TAG_NEW_SUBFILE_TYPE
- See Also:
- Constant Field Values
TAG_ORIENTATION
public static final int TAG_ORIENTATION
- See Also:
- Constant Field Values
TAG_PHOTOMETRIC_INTERPRETATION
public static final int TAG_PHOTOMETRIC_INTERPRETATION
- See Also:
- Constant Field Values
TAG_PHOTOSHOP_IMAGE_RESOURCES
public static final int TAG_PHOTOSHOP_IMAGE_RESOURCES
- See Also:
- Constant Field Values
TAG_PLANAR_CONFIGURATION
public static final int TAG_PLANAR_CONFIGURATION
- See Also:
- Constant Field Values
TAG_PREDICTOR
public static final int TAG_PREDICTOR
- See Also:
- Constant Field Values
TAG_RESOLUTION_UNIT
public static final int TAG_RESOLUTION_UNIT
- See Also:
- Constant Field Values
TAG_RESOLUTION_X
public static final int TAG_RESOLUTION_X
- See Also:
- Constant Field Values
TAG_RESOLUTION_Y
public static final int TAG_RESOLUTION_Y
- See Also:
- Constant Field Values
TAG_ROWS_PER_STRIP
public static final int TAG_ROWS_PER_STRIP
- See Also:
- Constant Field Values
TAG_SAMPLES_PER_PIXEL
public static final int TAG_SAMPLES_PER_PIXEL
- See Also:
- Constant Field Values
TAG_SOFTWARE
public static final int TAG_SOFTWARE
- See Also:
- Constant Field Values
TAG_STRIP_BYTE_COUNTS
public static final int TAG_STRIP_BYTE_COUNTS
- See Also:
- Constant Field Values
TAG_STRIP_OFFSETS
public static final int TAG_STRIP_OFFSETS
- See Also:
- Constant Field Values
TAG_T4_OPTIONS
public static final int TAG_T4_OPTIONS
- See Also:
- Constant Field Values
TAG_T6_OPTIONS
public static final int TAG_T6_OPTIONS
- See Also:
- Constant Field Values
TAG_TILE_BYTE_COUNTS
public static final int TAG_TILE_BYTE_COUNTS
- See Also:
- Constant Field Values
TAG_TILE_HEIGHT
public static final int TAG_TILE_HEIGHT
- See Also:
- Constant Field Values
TAG_TILE_OFFSETS
public static final int TAG_TILE_OFFSETS
- See Also:
- Constant Field Values
TAG_TILE_WIDTH
public static final int TAG_TILE_WIDTH
- See Also:
- Constant Field Values
Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt