com.sun.media.imageio.plugins.tiff

Class BaselineTIFFTagSet

public class BaselineTIFFTagSet extends TIFFTagSet

A class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.

The non-baseline tags included in this class are:

The non-baseline values of baseline tags included in this class are

  • Compression tag values:
  • PhotometricInterpretation tag values:
  • See Also: TIFF 6.0 Specification

    Field Summary
    static intCOMPRESSION_CCITT_RLE
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_CCITT_T_4
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_CCITT_T_6
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_DEFLATE
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_JPEG
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_LZW
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_NONE
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_OLD_JPEG
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_PACKBITS
    A value to be used with the "Compression" tag.
    static intCOMPRESSION_ZLIB
    A value to be used with the "Compression" tag.
    static intEXTRA_SAMPLES_ASSOCIATED_ALPHA
    A value to be used with the "ExtraSamples" tag.
    static intEXTRA_SAMPLES_UNASSOCIATED_ALPHA
    A value to be used with the "ExtraSamples" tag.
    static intEXTRA_SAMPLES_UNSPECIFIED
    A value to be used with the "ExtraSamples" tag.
    static intFILL_ORDER_LEFT_TO_RIGHT
    A value to be used with the "FillOrder" tag.
    static intFILL_ORDER_RIGHT_TO_LEFT
    A value to be used with the "FillOrder" tag.
    static intGRAY_RESPONSE_UNIT_HUNDREDTHS
    A value to be used with the "GrayResponseUnit" tag.
    static intGRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS
    A value to be used with the "GrayResponseUnit" tag.
    static intGRAY_RESPONSE_UNIT_TENTHS
    A value to be used with the "GrayResponseUnit" tag.
    static intGRAY_RESPONSE_UNIT_TEN_THOUSANDTHS
    A value to be used with the "GrayResponseUnit" tag.
    static intGRAY_RESPONSE_UNIT_THOUSANDTHS
    A value to be used with the "GrayResponseUnit" tag.
    static intINK_SET_CMYK
    A value to be used with the "InkSet" tag.
    static intINK_SET_NOT_CMYK
    A value to be used with the "InkSet" tag.
    static intJPEG_PROC_BASELINE
    A value to be used with the "JPEGProc" tag.
    static intJPEG_PROC_LOSSLESS
    A value to be used with the "JPEGProc" tag.
    static intNEW_SUBFILE_TYPE_REDUCED_RESOLUTION
    A mask to be used with the "NewSubfileType" tag.
    static intNEW_SUBFILE_TYPE_SINGLE_PAGE
    A mask to be used with the "NewSubfileType" tag.
    static intNEW_SUBFILE_TYPE_TRANSPARENCY
    A mask to be used with the "NewSubfileType" tag.
    static intORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT
    A value to be used with the "Orientation" tag.
    static intORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT
    A value to be used with the "Orientation" tag.
    static intORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM
    A value to be used with the "Orientation" tag.
    static intORIENTATION_ROW_0_LEFT_COLUMN_0_TOP
    A value to be used with the "Orientation" tag.
    static intORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM
    A value to be used with the "Orientation" tag.
    static intORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP
    A value to be used with the "Orientation" tag.
    static intORIENTATION_ROW_0_TOP_COLUMN_0_LEFT
    A value to be used with the "Orientation" tag.
    static intORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT
    A value to be used with the "Orientation" tag.
    static intPHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
    A value to be used with the "PhotometricInterpretation" tag.
    static intPHOTOMETRIC_INTERPRETATION_CIELAB
    A value to be used with the "PhotometricInterpretation" tag.
    static intPHOTOMETRIC_INTERPRETATION_CMYK
    A value to be used with the "PhotometricInterpretation" tag.
    static intPHOTOMETRIC_INTERPRETATION_ICCLAB
    A value to be used with the "PhotometricInterpretation" tag.
    static intPHOTOMETRIC_INTERPRETATION_PALETTE_COLOR
    A value to be used with the "PhotometricInterpretation" tag.
    static intPHOTOMETRIC_INTERPRETATION_RGB
    A value to be used with the "PhotometricInterpretation" tag.
    static intPHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK
    A value to be used with the "PhotometricInterpretation" tag.
    static intPHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
    A value to be used with the "PhotometricInterpretation" tag.
    static intPHOTOMETRIC_INTERPRETATION_Y_CB_CR
    A value to be used with the "PhotometricInterpretation" tag.
    static intPLANAR_CONFIGURATION_CHUNKY
    A value to be used with the "PlanarConfiguration" tag.
    static intPLANAR_CONFIGURATION_PLANAR
    A value to be used with the "PlanarConfiguration" tag.
    static intPREDICTOR_HORIZONTAL_DIFFERENCING
    A value to be used with the "Predictor" tag.
    static intPREDICTOR_NONE
    A value to be used with the "Predictor" tag.
    static intRESOLUTION_UNIT_CENTIMETER
    A value to be used with the "ResolutionUnit" tag.
    static intRESOLUTION_UNIT_INCH
    A value to be used with the "ResolutionUnit" tag.
    static intRESOLUTION_UNIT_NONE
    A value to be used with the "ResolutionUnit" tag.
    static intSAMPLE_FORMAT_FLOATING_POINT
    A value to be used with the "SampleFormat" tag.
    static intSAMPLE_FORMAT_SIGNED_INTEGER
    A value to be used with the "SampleFormat" tag.
    static intSAMPLE_FORMAT_UNDEFINED
    A value to be used with the "SampleFormat" tag.
    static intSAMPLE_FORMAT_UNSIGNED_INTEGER
    A value to be used with the "SampleFormat" tag.
    static intSUBFILE_TYPE_FULL_RESOLUTION
    A value to be used with the "SubfileType" tag.
    static intSUBFILE_TYPE_REDUCED_RESOLUTION
    A value to be used with the "SubfileType" tag.
    static intSUBFILE_TYPE_SINGLE_PAGE
    A value to be used with the "SubfileType" tag.
    static intT4_OPTIONS_2D_CODING
    A mask to be used with the "T4Options" tag.
    static intT4_OPTIONS_EOL_BYTE_ALIGNED
    A mask to be used with the "T4Options" tag.
    static intT4_OPTIONS_UNCOMPRESSED
    A mask to be used with the "T4Options" tag.
    static intT6_OPTIONS_UNCOMPRESSED
    A mask to be used with the "T6Options" tag.
    static intTAG_ARTIST
    Constant specifying the "Artist" tag.
    static intTAG_BITS_PER_SAMPLE
    Constant specifying the "BitsPerSample" tag.
    static intTAG_CELL_LENGTH
    Constant specifying the "cell_length" tag.
    static intTAG_CELL_WIDTH
    Constant specifying the "Cell_Width" tag.
    static intTAG_COLOR_MAP
    Constant specifying the "ColorMap" tag.
    static intTAG_COMPRESSION
    Constant specifying the "Compression" tag.
    static intTAG_COPYRIGHT
    Constant specifying the "Copyright" tag.
    static intTAG_DATE_TIME
    Constant specifying the "DateTime" tag.
    static intTAG_DOCUMENT_NAME
    Constant specifying the "document_name" tag.
    static intTAG_DOT_RANGE
    Constant specifying the "DotRange" tag.
    static intTAG_EXTRA_SAMPLES
    Constant specifying the "ExtraSamples" tag.
    static intTAG_FILL_ORDER
    Constant specifying the "fill_order" tag.
    static intTAG_FREE_BYTE_COUNTS
    Constant specifying the "FreeByteCounts" tag.
    static intTAG_FREE_OFFSETS
    Constant specifying the "FreeOffsets" tag.
    static intTAG_GRAY_RESPONSE_CURVE
    Constant specifying the "GrayResponseCurve" tag.
    static intTAG_GRAY_RESPONSE_UNIT
    Constant specifying the "GrayResponseUnit" tag.
    static intTAG_HALFTONE_HINTS
    Constant specifying the "HalftoneHints" tag.
    static intTAG_HOST_COMPUTER
    Constant specifying the "HostComputer" tag.
    static intTAG_ICC_PROFILE
    Constant specifying the "ICC Profile" tag.
    static intTAG_IMAGE_DESCRIPTION
    Constant specifying the "Image_description" tag.
    static intTAG_IMAGE_LENGTH
    Constant specifying the "ImageLength" tag.
    static intTAG_IMAGE_WIDTH
    Constant specifying the "ImageWidth" tag.
    static intTAG_INK_NAMES
    Constant specifying the "InkNames" tag.
    static intTAG_INK_SET
    Constant specifying the "InkSet" tag.
    static intTAG_JPEG_AC_TABLES
    Constant specifying the "JPEGACTables" tag.
    static intTAG_JPEG_DC_TABLES
    Constant specifying the "JPEGDCTables" tag.
    static intTAG_JPEG_INTERCHANGE_FORMAT
    Constant specifying the "JPEGInterchangeFormat" tag.
    static intTAG_JPEG_INTERCHANGE_FORMAT_LENGTH
    Constant specifying the "JPEGInterchangeFormatLength" tag.
    static intTAG_JPEG_LOSSLESS_PREDICTORS
    Constant specifying the "JPEGLosslessPredictors" tag.
    static intTAG_JPEG_POINT_TRANSFORMS
    Constant specifying the "JPEGPointTransforms" tag.
    static intTAG_JPEG_PROC
    Constant specifying the "JPEGProc" tag.
    static intTAG_JPEG_Q_TABLES
    Constant specifying the "JPEGQTables" tag.
    static intTAG_JPEG_RESTART_INTERVAL
    Constant specifying the "JPEGRestartInterval" tag.
    static intTAG_JPEG_TABLES
    Constant specifying the "JPEGTables" tag.
    static intTAG_MAKE
    Constant specifying the "Make" tag.
    static intTAG_MAX_SAMPLE_VALUE
    Constant specifying the "Max_sample_value" tag.
    static intTAG_MIN_SAMPLE_VALUE
    Constant specifying the "Min_sample_value" tag.
    static intTAG_MODEL
    Constant specifying the "Model" tag.
    static intTAG_NEW_SUBFILE_TYPE
    Constant specifying the "NewSubfileType" tag.
    static intTAG_NUMBER_OF_INKS
    Constant specifying the "NumberOfInks" tag.
    static intTAG_ORIENTATION
    Constant specifying the "Orientation" tag.
    static intTAG_PAGE_NAME
    Constant specifying the "PageName" tag.
    static intTAG_PAGE_NUMBER
    Constant specifying the "PageNumber" tag.
    static intTAG_PHOTOMETRIC_INTERPRETATION
    Constant specifying the "PhotometricInterpretation" tag.
    static intTAG_PLANAR_CONFIGURATION
    Constant specifying the "PlanarConfiguration" tag.
    static intTAG_PREDICTOR
    Constant specifying the "Predictor" tag.
    static intTAG_PRIMARY_CHROMATICITES
    Constant specifying the "PrimaryChromaticites" tag.
    static intTAG_REFERENCE_BLACK_WHITE
    Constant specifying the "ReferenceBlackWhite" tag.
    static intTAG_RESOLUTION_UNIT
    Constant specifying the "ResolutionUnit" tag.
    static intTAG_ROWS_PER_STRIP
    Constant specifying the "Rows_per_strip" tag.
    static intTAG_SAMPLES_PER_PIXEL
    Constant specifying the "Samples_per_pixel" tag.
    static intTAG_SAMPLE_FORMAT
    Constant specifying the "SampleFormat" tag.
    static intTAG_SOFTWARE
    Constant specifying the "Software" tag.
    static intTAG_STRIP_BYTE_COUNTS
    Constant specifying the "Strip_byte_counts" tag.
    static intTAG_STRIP_OFFSETS
    Constant specifying the "Strip_offsets" tag.
    static intTAG_SUBFILE_TYPE
    Constant specifying the "SubfileType" tag.
    static intTAG_S_MAX_SAMPLE_VALUE
    Constant specifying the "SMaxSampleValue" tag.
    static intTAG_S_MIN_SAMPLE_VALUE
    Constant specifying the "SMinSampleValue" tag.
    static intTAG_T4_OPTIONS
    Constant specifying the "T4Options" tag.
    static intTAG_T6_OPTIONS
    Constant specifying the "T6Options" tag.
    static intTAG_TARGET_PRINTER
    Constant specifying the "TargetPrinter" tag.
    static intTAG_THRESHHOLDING
    Constant specifying the "Threshholding" tag.
    static intTAG_TILE_BYTE_COUNTS
    Constant specifying the "TileByteCounts" tag.
    static intTAG_TILE_LENGTH
    Constant specifying the "TileLength" tag.
    static intTAG_TILE_OFFSETS
    Constant specifying the "TileOffsets" tag.
    static intTAG_TILE_WIDTH
    Constant specifying the "TileWidth" tag.
    static intTAG_TRANSFER_FUNCTION
    Constant specifying the "TransferFunction" tag.
    static intTAG_TRANSFER_RANGE
    Constant specifying the "TransferRange" tag.
    static intTAG_WHITE_POINT
    Constant specifying the "WhitePoint" tag.
    static intTAG_X_POSITION
    Constant specifying the "XPosition" tag.
    static intTAG_X_RESOLUTION
    Constant specifying the "XResolution" tag.
    static intTAG_Y_CB_CR_COEFFICIENTS
    Constant specifying the "YCbCrCoefficients" tag.
    static intTAG_Y_CB_CR_POSITIONING
    Constant specifying the "YCbCrPositioning" tag.
    static intTAG_Y_CB_CR_SUBSAMPLING
    Constant specifying the "YCbCrSubsampling" tag.
    static intTAG_Y_POSITION
    Constant specifying the "YPosition" tag.
    static intTAG_Y_RESOLUTION
    Constant specifying the "YResolution" tag.
    static intTHRESHHOLDING_NONE
    A value to be used with the "Thresholding" tag.
    static intTHRESHHOLDING_ORDERED_DITHER
    A value to be used with the "Thresholding" tag.
    static intTHRESHHOLDING_RANDOMIZED_DITHER
    A value to be used with the "Thresholding" tag.
    static intY_CB_CR_POSITIONING_CENTERED
    A value to be used with the "YCbCrPositioning" tag.
    static intY_CB_CR_POSITIONING_COSITED
    A value to be used with the "YCbCrPositioning" tag.
    Method Summary
    static BaselineTIFFTagSetgetInstance()
    Returns a shared instance of a BaselineTIFFTagSet.

    Field Detail

    COMPRESSION_CCITT_RLE

    public static final int COMPRESSION_CCITT_RLE
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION

    COMPRESSION_CCITT_T_4

    public static final int COMPRESSION_CCITT_T_4
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION

    COMPRESSION_CCITT_T_6

    public static final int COMPRESSION_CCITT_T_6
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION

    COMPRESSION_DEFLATE

    public static final int COMPRESSION_DEFLATE
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION DEFLATE specification TIFF Specification Supplement 2

    COMPRESSION_JPEG

    public static final int COMPRESSION_JPEG
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION TIFF Specification Supplement 2

    COMPRESSION_LZW

    public static final int COMPRESSION_LZW
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION

    COMPRESSION_NONE

    public static final int COMPRESSION_NONE
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION

    COMPRESSION_OLD_JPEG

    public static final int COMPRESSION_OLD_JPEG
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION

    COMPRESSION_PACKBITS

    public static final int COMPRESSION_PACKBITS
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION

    COMPRESSION_ZLIB

    public static final int COMPRESSION_ZLIB
    A value to be used with the "Compression" tag.

    See Also: TAG_COMPRESSION TIFF Specification Supplement 2

    EXTRA_SAMPLES_ASSOCIATED_ALPHA

    public static final int EXTRA_SAMPLES_ASSOCIATED_ALPHA
    A value to be used with the "ExtraSamples" tag.

    See Also: TAG_EXTRA_SAMPLES

    EXTRA_SAMPLES_UNASSOCIATED_ALPHA

    public static final int EXTRA_SAMPLES_UNASSOCIATED_ALPHA
    A value to be used with the "ExtraSamples" tag.

    See Also: TAG_EXTRA_SAMPLES

    EXTRA_SAMPLES_UNSPECIFIED

    public static final int EXTRA_SAMPLES_UNSPECIFIED
    A value to be used with the "ExtraSamples" tag.

    See Also: TAG_EXTRA_SAMPLES

    FILL_ORDER_LEFT_TO_RIGHT

    public static final int FILL_ORDER_LEFT_TO_RIGHT
    A value to be used with the "FillOrder" tag.

    See Also: TAG_FILL_ORDER

    FILL_ORDER_RIGHT_TO_LEFT

    public static final int FILL_ORDER_RIGHT_TO_LEFT
    A value to be used with the "FillOrder" tag.

    See Also: TAG_FILL_ORDER

    GRAY_RESPONSE_UNIT_HUNDREDTHS

    public static final int GRAY_RESPONSE_UNIT_HUNDREDTHS
    A value to be used with the "GrayResponseUnit" tag.

    See Also: TAG_GRAY_RESPONSE_UNIT

    GRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS

    public static final int GRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS
    A value to be used with the "GrayResponseUnit" tag.

    See Also: TAG_GRAY_RESPONSE_UNIT

    GRAY_RESPONSE_UNIT_TENTHS

    public static final int GRAY_RESPONSE_UNIT_TENTHS
    A value to be used with the "GrayResponseUnit" tag.

    See Also: TAG_GRAY_RESPONSE_UNIT

    GRAY_RESPONSE_UNIT_TEN_THOUSANDTHS

    public static final int GRAY_RESPONSE_UNIT_TEN_THOUSANDTHS
    A value to be used with the "GrayResponseUnit" tag.

    See Also: TAG_GRAY_RESPONSE_UNIT

    GRAY_RESPONSE_UNIT_THOUSANDTHS

    public static final int GRAY_RESPONSE_UNIT_THOUSANDTHS
    A value to be used with the "GrayResponseUnit" tag.

    See Also: TAG_GRAY_RESPONSE_UNIT

    INK_SET_CMYK

    public static final int INK_SET_CMYK
    A value to be used with the "InkSet" tag.

    See Also: TAG_INK_SET

    INK_SET_NOT_CMYK

    public static final int INK_SET_NOT_CMYK
    A value to be used with the "InkSet" tag.

    See Also: TAG_INK_SET

    JPEG_PROC_BASELINE

    public static final int JPEG_PROC_BASELINE
    A value to be used with the "JPEGProc" tag.

    See Also: TAG_JPEG_PROC

    JPEG_PROC_LOSSLESS

    public static final int JPEG_PROC_LOSSLESS
    A value to be used with the "JPEGProc" tag.

    See Also: TAG_JPEG_PROC

    NEW_SUBFILE_TYPE_REDUCED_RESOLUTION

    public static final int NEW_SUBFILE_TYPE_REDUCED_RESOLUTION
    A mask to be used with the "NewSubfileType" tag.

    See Also: TAG_NEW_SUBFILE_TYPE

    NEW_SUBFILE_TYPE_SINGLE_PAGE

    public static final int NEW_SUBFILE_TYPE_SINGLE_PAGE
    A mask to be used with the "NewSubfileType" tag.

    See Also: TAG_NEW_SUBFILE_TYPE

    NEW_SUBFILE_TYPE_TRANSPARENCY

    public static final int NEW_SUBFILE_TYPE_TRANSPARENCY
    A mask to be used with the "NewSubfileType" tag.

    See Also: TAG_NEW_SUBFILE_TYPE

    ORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT

    public static final int ORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT
    A value to be used with the "Orientation" tag.

    See Also: TAG_ORIENTATION

    ORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT

    public static final int ORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT
    A value to be used with the "Orientation" tag.

    See Also: TAG_ORIENTATION

    ORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM

    public static final int ORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM
    A value to be used with the "Orientation" tag.

    See Also: TAG_ORIENTATION

    ORIENTATION_ROW_0_LEFT_COLUMN_0_TOP

    public static final int ORIENTATION_ROW_0_LEFT_COLUMN_0_TOP
    A value to be used with the "Orientation" tag.

    See Also: TAG_ORIENTATION

    ORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM

    public static final int ORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM
    A value to be used with the "Orientation" tag.

    See Also: TAG_ORIENTATION

    ORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP

    public static final int ORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP
    A value to be used with the "Orientation" tag.

    See Also: TAG_ORIENTATION

    ORIENTATION_ROW_0_TOP_COLUMN_0_LEFT

    public static final int ORIENTATION_ROW_0_TOP_COLUMN_0_LEFT
    A value to be used with the "Orientation" tag.

    See Also: TAG_ORIENTATION

    ORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT

    public static final int ORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT
    A value to be used with the "Orientation" tag.

    See Also: TAG_ORIENTATION

    PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO

    public static final int PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION

    PHOTOMETRIC_INTERPRETATION_CIELAB

    public static final int PHOTOMETRIC_INTERPRETATION_CIELAB
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION

    PHOTOMETRIC_INTERPRETATION_CMYK

    public static final int PHOTOMETRIC_INTERPRETATION_CMYK
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION

    PHOTOMETRIC_INTERPRETATION_ICCLAB

    public static final int PHOTOMETRIC_INTERPRETATION_ICCLAB
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION TIFF Specification Supplement 1

    PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR

    public static final int PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION

    PHOTOMETRIC_INTERPRETATION_RGB

    public static final int PHOTOMETRIC_INTERPRETATION_RGB
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION

    PHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK

    public static final int PHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION

    PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO

    public static final int PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION

    PHOTOMETRIC_INTERPRETATION_Y_CB_CR

    public static final int PHOTOMETRIC_INTERPRETATION_Y_CB_CR
    A value to be used with the "PhotometricInterpretation" tag.

    See Also: TAG_PHOTOMETRIC_INTERPRETATION

    PLANAR_CONFIGURATION_CHUNKY

    public static final int PLANAR_CONFIGURATION_CHUNKY
    A value to be used with the "PlanarConfiguration" tag.

    See Also: TAG_PLANAR_CONFIGURATION

    PLANAR_CONFIGURATION_PLANAR

    public static final int PLANAR_CONFIGURATION_PLANAR
    A value to be used with the "PlanarConfiguration" tag.

    See Also: TAG_PLANAR_CONFIGURATION

    PREDICTOR_HORIZONTAL_DIFFERENCING

    public static final int PREDICTOR_HORIZONTAL_DIFFERENCING
    A value to be used with the "Predictor" tag.

    See Also: TAG_PREDICTOR

    PREDICTOR_NONE

    public static final int PREDICTOR_NONE
    A value to be used with the "Predictor" tag.

    See Also: TAG_PREDICTOR

    RESOLUTION_UNIT_CENTIMETER

    public static final int RESOLUTION_UNIT_CENTIMETER
    A value to be used with the "ResolutionUnit" tag.

    See Also: TAG_RESOLUTION_UNIT

    RESOLUTION_UNIT_INCH

    public static final int RESOLUTION_UNIT_INCH
    A value to be used with the "ResolutionUnit" tag.

    See Also: TAG_RESOLUTION_UNIT

    RESOLUTION_UNIT_NONE

    public static final int RESOLUTION_UNIT_NONE
    A value to be used with the "ResolutionUnit" tag.

    See Also: TAG_RESOLUTION_UNIT

    SAMPLE_FORMAT_FLOATING_POINT

    public static final int SAMPLE_FORMAT_FLOATING_POINT
    A value to be used with the "SampleFormat" tag.

    See Also: TAG_SAMPLE_FORMAT

    SAMPLE_FORMAT_SIGNED_INTEGER

    public static final int SAMPLE_FORMAT_SIGNED_INTEGER
    A value to be used with the "SampleFormat" tag.

    See Also: TAG_SAMPLE_FORMAT

    SAMPLE_FORMAT_UNDEFINED

    public static final int SAMPLE_FORMAT_UNDEFINED
    A value to be used with the "SampleFormat" tag.

    See Also: TAG_SAMPLE_FORMAT

    SAMPLE_FORMAT_UNSIGNED_INTEGER

    public static final int SAMPLE_FORMAT_UNSIGNED_INTEGER
    A value to be used with the "SampleFormat" tag.

    See Also: TAG_SAMPLE_FORMAT

    SUBFILE_TYPE_FULL_RESOLUTION

    public static final int SUBFILE_TYPE_FULL_RESOLUTION
    A value to be used with the "SubfileType" tag.

    See Also: TAG_SUBFILE_TYPE

    SUBFILE_TYPE_REDUCED_RESOLUTION

    public static final int SUBFILE_TYPE_REDUCED_RESOLUTION
    A value to be used with the "SubfileType" tag.

    See Also: TAG_SUBFILE_TYPE

    SUBFILE_TYPE_SINGLE_PAGE

    public static final int SUBFILE_TYPE_SINGLE_PAGE
    A value to be used with the "SubfileType" tag.

    See Also: TAG_SUBFILE_TYPE

    T4_OPTIONS_2D_CODING

    public static final int T4_OPTIONS_2D_CODING
    A mask to be used with the "T4Options" tag.

    See Also: TAG_T4_OPTIONS

    T4_OPTIONS_EOL_BYTE_ALIGNED

    public static final int T4_OPTIONS_EOL_BYTE_ALIGNED
    A mask to be used with the "T4Options" tag.

    See Also: TAG_T4_OPTIONS

    T4_OPTIONS_UNCOMPRESSED

    public static final int T4_OPTIONS_UNCOMPRESSED
    A mask to be used with the "T4Options" tag.

    See Also: TAG_T4_OPTIONS

    T6_OPTIONS_UNCOMPRESSED

    public static final int T6_OPTIONS_UNCOMPRESSED
    A mask to be used with the "T6Options" tag.

    See Also: TAG_T6_OPTIONS

    TAG_ARTIST

    public static final int TAG_ARTIST
    Constant specifying the "Artist" tag.

    TAG_BITS_PER_SAMPLE

    public static final int TAG_BITS_PER_SAMPLE
    Constant specifying the "BitsPerSample" tag.

    TAG_CELL_LENGTH

    public static final int TAG_CELL_LENGTH
    Constant specifying the "cell_length" tag.

    TAG_CELL_WIDTH

    public static final int TAG_CELL_WIDTH
    Constant specifying the "Cell_Width" tag.

    TAG_COLOR_MAP

    public static final int TAG_COLOR_MAP
    Constant specifying the "ColorMap" tag.

    TAG_COMPRESSION

    public static final int TAG_COMPRESSION
    Constant specifying the "Compression" tag.

    See Also: COMPRESSION_NONE COMPRESSION_CCITT_RLE COMPRESSION_CCITT_T_4 COMPRESSION_CCITT_T_6 COMPRESSION_LZW COMPRESSION_OLD_JPEG COMPRESSION_JPEG COMPRESSION_ZLIB COMPRESSION_PACKBITS COMPRESSION_DEFLATE

    TAG_COPYRIGHT

    public static final int TAG_COPYRIGHT
    Constant specifying the "Copyright" tag.

    TAG_DATE_TIME

    public static final int TAG_DATE_TIME
    Constant specifying the "DateTime" tag.

    TAG_DOCUMENT_NAME

    public static final int TAG_DOCUMENT_NAME
    Constant specifying the "document_name" tag.

    TAG_DOT_RANGE

    public static final int TAG_DOT_RANGE
    Constant specifying the "DotRange" tag.

    TAG_EXTRA_SAMPLES

    public static final int TAG_EXTRA_SAMPLES
    Constant specifying the "ExtraSamples" tag.

    See Also: EXTRA_SAMPLES_UNSPECIFIED EXTRA_SAMPLES_ASSOCIATED_ALPHA EXTRA_SAMPLES_UNASSOCIATED_ALPHA

    TAG_FILL_ORDER

    public static final int TAG_FILL_ORDER
    Constant specifying the "fill_order" tag.

    See Also: FILL_ORDER_LEFT_TO_RIGHT FILL_ORDER_RIGHT_TO_LEFT

    TAG_FREE_BYTE_COUNTS

    public static final int TAG_FREE_BYTE_COUNTS
    Constant specifying the "FreeByteCounts" tag.

    TAG_FREE_OFFSETS

    public static final int TAG_FREE_OFFSETS
    Constant specifying the "FreeOffsets" tag.

    TAG_GRAY_RESPONSE_CURVE

    public static final int TAG_GRAY_RESPONSE_CURVE
    Constant specifying the "GrayResponseCurve" tag.

    TAG_GRAY_RESPONSE_UNIT

    public static final int TAG_GRAY_RESPONSE_UNIT
    Constant specifying the "GrayResponseUnit" tag.

    See Also: GRAY_RESPONSE_UNIT_TENTHS GRAY_RESPONSE_UNIT_HUNDREDTHS GRAY_RESPONSE_UNIT_THOUSANDTHS GRAY_RESPONSE_UNIT_TEN_THOUSANDTHS GRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS

    TAG_HALFTONE_HINTS

    public static final int TAG_HALFTONE_HINTS
    Constant specifying the "HalftoneHints" tag.

    TAG_HOST_COMPUTER

    public static final int TAG_HOST_COMPUTER
    Constant specifying the "HostComputer" tag.

    TAG_ICC_PROFILE

    public static final int TAG_ICC_PROFILE
    Constant specifying the "ICC Profile" tag.

    See Also: ICC Specification, section B.4: Embedding ICC profiles in TIFF files

    TAG_IMAGE_DESCRIPTION

    public static final int TAG_IMAGE_DESCRIPTION
    Constant specifying the "Image_description" tag.

    TAG_IMAGE_LENGTH

    public static final int TAG_IMAGE_LENGTH
    Constant specifying the "ImageLength" tag.

    TAG_IMAGE_WIDTH

    public static final int TAG_IMAGE_WIDTH
    Constant specifying the "ImageWidth" tag.

    TAG_INK_NAMES

    public static final int TAG_INK_NAMES
    Constant specifying the "InkNames" tag.

    TAG_INK_SET

    public static final int TAG_INK_SET
    Constant specifying the "InkSet" tag.

    See Also: INK_SET_CMYK INK_SET_NOT_CMYK

    TAG_JPEG_AC_TABLES

    public static final int TAG_JPEG_AC_TABLES
    Constant specifying the "JPEGACTables" tag.

    TAG_JPEG_DC_TABLES

    public static final int TAG_JPEG_DC_TABLES
    Constant specifying the "JPEGDCTables" tag.

    TAG_JPEG_INTERCHANGE_FORMAT

    public static final int TAG_JPEG_INTERCHANGE_FORMAT
    Constant specifying the "JPEGInterchangeFormat" tag.

    TAG_JPEG_INTERCHANGE_FORMAT_LENGTH

    public static final int TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
    Constant specifying the "JPEGInterchangeFormatLength" tag.

    TAG_JPEG_LOSSLESS_PREDICTORS

    public static final int TAG_JPEG_LOSSLESS_PREDICTORS
    Constant specifying the "JPEGLosslessPredictors" tag.

    TAG_JPEG_POINT_TRANSFORMS

    public static final int TAG_JPEG_POINT_TRANSFORMS
    Constant specifying the "JPEGPointTransforms" tag.

    TAG_JPEG_PROC

    public static final int TAG_JPEG_PROC
    Constant specifying the "JPEGProc" tag.

    TAG_JPEG_Q_TABLES

    public static final int TAG_JPEG_Q_TABLES
    Constant specifying the "JPEGQTables" tag.

    TAG_JPEG_RESTART_INTERVAL

    public static final int TAG_JPEG_RESTART_INTERVAL
    Constant specifying the "JPEGRestartInterval" tag.

    TAG_JPEG_TABLES

    public static final int TAG_JPEG_TABLES
    Constant specifying the "JPEGTables" tag.

    See Also: TIFF Specification Supplement 2 JPEG-in-TIFF compression

    TAG_MAKE

    public static final int TAG_MAKE
    Constant specifying the "Make" tag.

    TAG_MAX_SAMPLE_VALUE

    public static final int TAG_MAX_SAMPLE_VALUE
    Constant specifying the "Max_sample_value" tag.

    TAG_MIN_SAMPLE_VALUE

    public static final int TAG_MIN_SAMPLE_VALUE
    Constant specifying the "Min_sample_value" tag.

    TAG_MODEL

    public static final int TAG_MODEL
    Constant specifying the "Model" tag.

    TAG_NEW_SUBFILE_TYPE

    public static final int TAG_NEW_SUBFILE_TYPE
    Constant specifying the "NewSubfileType" tag.

    See Also: NEW_SUBFILE_TYPE_REDUCED_RESOLUTION NEW_SUBFILE_TYPE_SINGLE_PAGE NEW_SUBFILE_TYPE_TRANSPARENCY

    TAG_NUMBER_OF_INKS

    public static final int TAG_NUMBER_OF_INKS
    Constant specifying the "NumberOfInks" tag.

    TAG_ORIENTATION

    public static final int TAG_ORIENTATION
    Constant specifying the "Orientation" tag.

    See Also: ORIENTATION_ROW_0_TOP_COLUMN_0_LEFT ORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT ORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT ORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT ORIENTATION_ROW_0_LEFT_COLUMN_0_TOP ORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP ORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM ORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM

    TAG_PAGE_NAME

    public static final int TAG_PAGE_NAME
    Constant specifying the "PageName" tag.

    TAG_PAGE_NUMBER

    public static final int TAG_PAGE_NUMBER
    Constant specifying the "PageNumber" tag.

    TAG_PHOTOMETRIC_INTERPRETATION

    public static final int TAG_PHOTOMETRIC_INTERPRETATION
    Constant specifying the "PhotometricInterpretation" tag.

    See Also: PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO PHOTOMETRIC_INTERPRETATION_RGB PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR PHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK PHOTOMETRIC_INTERPRETATION_Y_CB_CR PHOTOMETRIC_INTERPRETATION_CIELAB PHOTOMETRIC_INTERPRETATION_ICCLAB

    TAG_PLANAR_CONFIGURATION

    public static final int TAG_PLANAR_CONFIGURATION
    Constant specifying the "PlanarConfiguration" tag.

    See Also: PLANAR_CONFIGURATION_CHUNKY PLANAR_CONFIGURATION_PLANAR

    TAG_PREDICTOR

    public static final int TAG_PREDICTOR
    Constant specifying the "Predictor" tag.

    See Also: TAG_WHITE_POINT TAG_PRIMARY_CHROMATICITES TAG_COLOR_MAP TAG_HALFTONE_HINTS TAG_TILE_WIDTH TAG_TILE_LENGTH TAG_TILE_OFFSETS TAG_TILE_BYTE_COUNTS

    TAG_PRIMARY_CHROMATICITES

    public static final int TAG_PRIMARY_CHROMATICITES
    Constant specifying the "PrimaryChromaticites" tag.

    TAG_REFERENCE_BLACK_WHITE

    public static final int TAG_REFERENCE_BLACK_WHITE
    Constant specifying the "ReferenceBlackWhite" tag.

    TAG_RESOLUTION_UNIT

    public static final int TAG_RESOLUTION_UNIT
    Constant specifying the "ResolutionUnit" tag.

    See Also: RESOLUTION_UNIT_NONE RESOLUTION_UNIT_INCH RESOLUTION_UNIT_CENTIMETER

    TAG_ROWS_PER_STRIP

    public static final int TAG_ROWS_PER_STRIP
    Constant specifying the "Rows_per_strip" tag.

    TAG_SAMPLES_PER_PIXEL

    public static final int TAG_SAMPLES_PER_PIXEL
    Constant specifying the "Samples_per_pixel" tag.

    TAG_SAMPLE_FORMAT

    public static final int TAG_SAMPLE_FORMAT
    Constant specifying the "SampleFormat" tag.

    See Also: SAMPLE_FORMAT_UNSIGNED_INTEGER SAMPLE_FORMAT_SIGNED_INTEGER SAMPLE_FORMAT_FLOATING_POINT SAMPLE_FORMAT_UNDEFINED

    TAG_SOFTWARE

    public static final int TAG_SOFTWARE
    Constant specifying the "Software" tag.

    TAG_STRIP_BYTE_COUNTS

    public static final int TAG_STRIP_BYTE_COUNTS
    Constant specifying the "Strip_byte_counts" tag.

    TAG_STRIP_OFFSETS

    public static final int TAG_STRIP_OFFSETS
    Constant specifying the "Strip_offsets" tag.

    TAG_SUBFILE_TYPE

    public static final int TAG_SUBFILE_TYPE
    Constant specifying the "SubfileType" tag.

    See Also: SUBFILE_TYPE_FULL_RESOLUTION SUBFILE_TYPE_REDUCED_RESOLUTION SUBFILE_TYPE_SINGLE_PAGE

    TAG_S_MAX_SAMPLE_VALUE

    public static final int TAG_S_MAX_SAMPLE_VALUE
    Constant specifying the "SMaxSampleValue" tag.

    TAG_S_MIN_SAMPLE_VALUE

    public static final int TAG_S_MIN_SAMPLE_VALUE
    Constant specifying the "SMinSampleValue" tag.

    TAG_T4_OPTIONS

    public static final int TAG_T4_OPTIONS
    Constant specifying the "T4Options" tag.

    See Also: T4_OPTIONS_2D_CODING T4_OPTIONS_UNCOMPRESSED T4_OPTIONS_EOL_BYTE_ALIGNED

    TAG_T6_OPTIONS

    public static final int TAG_T6_OPTIONS
    Constant specifying the "T6Options" tag.

    See Also: T6_OPTIONS_UNCOMPRESSED

    TAG_TARGET_PRINTER

    public static final int TAG_TARGET_PRINTER
    Constant specifying the "TargetPrinter" tag.

    TAG_THRESHHOLDING

    public static final int TAG_THRESHHOLDING
    Constant specifying the "Threshholding" tag.

    See Also: THRESHHOLDING_NONE THRESHHOLDING_ORDERED_DITHER THRESHHOLDING_RANDOMIZED_DITHER

    TAG_TILE_BYTE_COUNTS

    public static final int TAG_TILE_BYTE_COUNTS
    Constant specifying the "TileByteCounts" tag.

    TAG_TILE_LENGTH

    public static final int TAG_TILE_LENGTH
    Constant specifying the "TileLength" tag.

    TAG_TILE_OFFSETS

    public static final int TAG_TILE_OFFSETS
    Constant specifying the "TileOffsets" tag.

    TAG_TILE_WIDTH

    public static final int TAG_TILE_WIDTH
    Constant specifying the "TileWidth" tag.

    TAG_TRANSFER_FUNCTION

    public static final int TAG_TRANSFER_FUNCTION
    Constant specifying the "TransferFunction" tag.

    TAG_TRANSFER_RANGE

    public static final int TAG_TRANSFER_RANGE
    Constant specifying the "TransferRange" tag.

    TAG_WHITE_POINT

    public static final int TAG_WHITE_POINT
    Constant specifying the "WhitePoint" tag.

    TAG_X_POSITION

    public static final int TAG_X_POSITION
    Constant specifying the "XPosition" tag.

    TAG_X_RESOLUTION

    public static final int TAG_X_RESOLUTION
    Constant specifying the "XResolution" tag.

    TAG_Y_CB_CR_COEFFICIENTS

    public static final int TAG_Y_CB_CR_COEFFICIENTS
    Constant specifying the "YCbCrCoefficients" tag.

    TAG_Y_CB_CR_POSITIONING

    public static final int TAG_Y_CB_CR_POSITIONING
    Constant specifying the "YCbCrPositioning" tag.

    See Also: Y_CB_CR_POSITIONING_CENTERED Y_CB_CR_POSITIONING_COSITED

    TAG_Y_CB_CR_SUBSAMPLING

    public static final int TAG_Y_CB_CR_SUBSAMPLING
    Constant specifying the "YCbCrSubsampling" tag.

    TAG_Y_POSITION

    public static final int TAG_Y_POSITION
    Constant specifying the "YPosition" tag.

    TAG_Y_RESOLUTION

    public static final int TAG_Y_RESOLUTION
    Constant specifying the "YResolution" tag.

    THRESHHOLDING_NONE

    public static final int THRESHHOLDING_NONE
    A value to be used with the "Thresholding" tag.

    See Also: TAG_THRESHHOLDING

    THRESHHOLDING_ORDERED_DITHER

    public static final int THRESHHOLDING_ORDERED_DITHER
    A value to be used with the "Thresholding" tag.

    See Also: TAG_THRESHHOLDING

    THRESHHOLDING_RANDOMIZED_DITHER

    public static final int THRESHHOLDING_RANDOMIZED_DITHER
    A value to be used with the "Thresholding" tag.

    See Also: TAG_THRESHHOLDING

    Y_CB_CR_POSITIONING_CENTERED

    public static final int Y_CB_CR_POSITIONING_CENTERED
    A value to be used with the "YCbCrPositioning" tag.

    See Also: TAG_Y_CB_CR_POSITIONING

    Y_CB_CR_POSITIONING_COSITED

    public static final int Y_CB_CR_POSITIONING_COSITED
    A value to be used with the "YCbCrPositioning" tag.

    See Also: TAG_Y_CB_CR_POSITIONING

    Method Detail

    getInstance

    public static BaselineTIFFTagSet getInstance()
    Returns a shared instance of a BaselineTIFFTagSet.

    Returns: a BaselineTIFFTagSet instance.