Class TIFFConstants


  • public class TIFFConstants
    extends java.lang.Object
    A list of constants used in class TIFFImage.
    • Field Detail

      • TIFFTAG_SUBFILETYPE

        public static final int TIFFTAG_SUBFILETYPE
        subfile data descriptor
        See Also:
        Constant Field Values
      • FILETYPE_REDUCEDIMAGE

        public static final int FILETYPE_REDUCEDIMAGE
        reduced resolution version
        See Also:
        Constant Field Values
      • TIFFTAG_OSUBFILETYPE

        public static final int TIFFTAG_OSUBFILETYPE
        +kind of data in subfile
        See Also:
        Constant Field Values
      • OFILETYPE_IMAGE

        public static final int OFILETYPE_IMAGE
        full resolution image data
        See Also:
        Constant Field Values
      • OFILETYPE_REDUCEDIMAGE

        public static final int OFILETYPE_REDUCEDIMAGE
        reduced size image data
        See Also:
        Constant Field Values
      • OFILETYPE_PAGE

        public static final int OFILETYPE_PAGE
        one page of many
        See Also:
        Constant Field Values
      • TIFFTAG_IMAGEWIDTH

        public static final int TIFFTAG_IMAGEWIDTH
        image width in pixels
        See Also:
        Constant Field Values
      • TIFFTAG_IMAGELENGTH

        public static final int TIFFTAG_IMAGELENGTH
        image height in pixels
        See Also:
        Constant Field Values
      • TIFFTAG_BITSPERSAMPLE

        public static final int TIFFTAG_BITSPERSAMPLE
        bits per channel (sample)
        See Also:
        Constant Field Values
      • TIFFTAG_COMPRESSION

        public static final int TIFFTAG_COMPRESSION
        data compression technique
        See Also:
        Constant Field Values
      • COMPRESSION_CCITTRLE

        public static final int COMPRESSION_CCITTRLE
        CCITT modified Huffman RLE
        See Also:
        Constant Field Values
      • COMPRESSION_CCITTFAX3

        public static final int COMPRESSION_CCITTFAX3
        CCITT Group 3 fax encoding
        See Also:
        Constant Field Values
      • COMPRESSION_CCITTFAX4

        public static final int COMPRESSION_CCITTFAX4
        CCITT Group 4 fax encoding
        See Also:
        Constant Field Values
      • COMPRESSION_LZW

        public static final int COMPRESSION_LZW
        Lempel-Ziv & Welch
        See Also:
        Constant Field Values
      • COMPRESSION_JPEG

        public static final int COMPRESSION_JPEG
        %JPEG DCT compression
        See Also:
        Constant Field Values
      • COMPRESSION_NEXT

        public static final int COMPRESSION_NEXT
        NeXT 2-bit RLE
        See Also:
        Constant Field Values
      • COMPRESSION_CCITTRLEW

        public static final int COMPRESSION_CCITTRLEW
        #1 w/ word alignment
        See Also:
        Constant Field Values
      • COMPRESSION_PACKBITS

        public static final int COMPRESSION_PACKBITS
        Macintosh RLE
        See Also:
        Constant Field Values
      • COMPRESSION_THUNDERSCAN

        public static final int COMPRESSION_THUNDERSCAN
        ThunderScan RLE
        See Also:
        Constant Field Values
      • COMPRESSION_IT8CTPAD

        public static final int COMPRESSION_IT8CTPAD
        IT8 CT w/padding
        See Also:
        Constant Field Values
      • COMPRESSION_IT8LW

        public static final int COMPRESSION_IT8LW
        IT8 Linework RLE
        See Also:
        Constant Field Values
      • COMPRESSION_IT8MP

        public static final int COMPRESSION_IT8MP
        IT8 Monochrome picture
        See Also:
        Constant Field Values
      • COMPRESSION_IT8BL

        public static final int COMPRESSION_IT8BL
        IT8 Binary line art
        See Also:
        Constant Field Values
      • COMPRESSION_PIXARFILM

        public static final int COMPRESSION_PIXARFILM
        Pixar companded 10bit LZW
        See Also:
        Constant Field Values
      • COMPRESSION_PIXARLOG

        public static final int COMPRESSION_PIXARLOG
        Pixar companded 11bit ZIP
        See Also:
        Constant Field Values
      • COMPRESSION_DEFLATE

        public static final int COMPRESSION_DEFLATE
        Deflate compression
        See Also:
        Constant Field Values
      • COMPRESSION_ADOBE_DEFLATE

        public static final int COMPRESSION_ADOBE_DEFLATE
        Deflate compression, as recognized by Adobe
        See Also:
        Constant Field Values
      • COMPRESSION_DCS

        public static final int COMPRESSION_DCS
        Kodak DCS encoding
        See Also:
        Constant Field Values
      • COMPRESSION_SGILOG

        public static final int COMPRESSION_SGILOG
        SGI Log Luminance RLE
        See Also:
        Constant Field Values
      • COMPRESSION_SGILOG24

        public static final int COMPRESSION_SGILOG24
        SGI Log 24-bit packed
        See Also:
        Constant Field Values
      • TIFFTAG_PHOTOMETRIC

        public static final int TIFFTAG_PHOTOMETRIC
        photometric interpretation
        See Also:
        Constant Field Values
      • PHOTOMETRIC_MINISWHITE

        public static final int PHOTOMETRIC_MINISWHITE
        min value is white
        See Also:
        Constant Field Values
      • PHOTOMETRIC_MINISBLACK

        public static final int PHOTOMETRIC_MINISBLACK
        min value is black
        See Also:
        Constant Field Values
      • PHOTOMETRIC_RGB

        public static final int PHOTOMETRIC_RGB
        RGB color model
        See Also:
        Constant Field Values
      • PHOTOMETRIC_PALETTE

        public static final int PHOTOMETRIC_PALETTE
        color map indexed
        See Also:
        Constant Field Values
      • PHOTOMETRIC_MASK

        public static final int PHOTOMETRIC_MASK
        $holdout mask
        See Also:
        Constant Field Values
      • PHOTOMETRIC_SEPARATED

        public static final int PHOTOMETRIC_SEPARATED
        !color separations
        See Also:
        Constant Field Values
      • PHOTOMETRIC_CIELAB

        public static final int PHOTOMETRIC_CIELAB
        !1976 CIE L*a*b*
        See Also:
        Constant Field Values
      • PHOTOMETRIC_LOGLUV

        public static final int PHOTOMETRIC_LOGLUV
        CIE Log2(L) (u',v')
        See Also:
        Constant Field Values
      • TIFFTAG_THRESHHOLDING

        public static final int TIFFTAG_THRESHHOLDING
        +thresholding used on data
        See Also:
        Constant Field Values
      • THRESHHOLD_BILEVEL

        public static final int THRESHHOLD_BILEVEL
        b&w art scan
        See Also:
        Constant Field Values
      • THRESHHOLD_HALFTONE

        public static final int THRESHHOLD_HALFTONE
        or dithered scan
        See Also:
        Constant Field Values
      • THRESHHOLD_ERRORDIFFUSE

        public static final int THRESHHOLD_ERRORDIFFUSE
        usually floyd-steinberg
        See Also:
        Constant Field Values
      • TIFFTAG_CELLWIDTH

        public static final int TIFFTAG_CELLWIDTH
        +dithering matrix width
        See Also:
        Constant Field Values
      • TIFFTAG_CELLLENGTH

        public static final int TIFFTAG_CELLLENGTH
        +dithering matrix height
        See Also:
        Constant Field Values
      • TIFFTAG_FILLORDER

        public static final int TIFFTAG_FILLORDER
        data order within a byte
        See Also:
        Constant Field Values
      • FILLORDER_MSB2LSB

        public static final int FILLORDER_MSB2LSB
        most significant -> least
        See Also:
        Constant Field Values
      • FILLORDER_LSB2MSB

        public static final int FILLORDER_LSB2MSB
        least significant -> most
        See Also:
        Constant Field Values
      • TIFFTAG_DOCUMENTNAME

        public static final int TIFFTAG_DOCUMENTNAME
        name of doc. image is from
        See Also:
        Constant Field Values
      • TIFFTAG_IMAGEDESCRIPTION

        public static final int TIFFTAG_IMAGEDESCRIPTION
        info about image
        See Also:
        Constant Field Values
      • TIFFTAG_MAKE

        public static final int TIFFTAG_MAKE
        scanner manufacturer name
        See Also:
        Constant Field Values
      • TIFFTAG_MODEL

        public static final int TIFFTAG_MODEL
        scanner model name/number
        See Also:
        Constant Field Values
      • TIFFTAG_STRIPOFFSETS

        public static final int TIFFTAG_STRIPOFFSETS
        offsets to data strips
        See Also:
        Constant Field Values
      • TIFFTAG_ORIENTATION

        public static final int TIFFTAG_ORIENTATION
        +image orientation
        See Also:
        Constant Field Values
      • ORIENTATION_TOPLEFT

        public static final int ORIENTATION_TOPLEFT
        row 0 top, col 0 lhs
        See Also:
        Constant Field Values
      • ORIENTATION_TOPRIGHT

        public static final int ORIENTATION_TOPRIGHT
        row 0 top, col 0 rhs
        See Also:
        Constant Field Values
      • ORIENTATION_BOTRIGHT

        public static final int ORIENTATION_BOTRIGHT
        row 0 bottom, col 0 rhs
        See Also:
        Constant Field Values
      • ORIENTATION_BOTLEFT

        public static final int ORIENTATION_BOTLEFT
        row 0 bottom, col 0 lhs
        See Also:
        Constant Field Values
      • ORIENTATION_LEFTTOP

        public static final int ORIENTATION_LEFTTOP
        row 0 lhs, col 0 top
        See Also:
        Constant Field Values
      • ORIENTATION_RIGHTTOP

        public static final int ORIENTATION_RIGHTTOP
        row 0 rhs, col 0 top
        See Also:
        Constant Field Values
      • ORIENTATION_RIGHTBOT

        public static final int ORIENTATION_RIGHTBOT
        row 0 rhs, col 0 bottom
        See Also:
        Constant Field Values
      • ORIENTATION_LEFTBOT

        public static final int ORIENTATION_LEFTBOT
        row 0 lhs, col 0 bottom
        See Also:
        Constant Field Values
      • TIFFTAG_SAMPLESPERPIXEL

        public static final int TIFFTAG_SAMPLESPERPIXEL
        samples per pixel
        See Also:
        Constant Field Values
      • TIFFTAG_ROWSPERSTRIP

        public static final int TIFFTAG_ROWSPERSTRIP
        rows per strip of data
        See Also:
        Constant Field Values
      • TIFFTAG_STRIPBYTECOUNTS

        public static final int TIFFTAG_STRIPBYTECOUNTS
        bytes counts for strips
        See Also:
        Constant Field Values
      • TIFFTAG_MINSAMPLEVALUE

        public static final int TIFFTAG_MINSAMPLEVALUE
        +minimum sample value
        See Also:
        Constant Field Values
      • TIFFTAG_MAXSAMPLEVALUE

        public static final int TIFFTAG_MAXSAMPLEVALUE
        +maximum sample value
        See Also:
        Constant Field Values
      • TIFFTAG_XRESOLUTION

        public static final int TIFFTAG_XRESOLUTION
        pixels/resolution in x
        See Also:
        Constant Field Values
      • TIFFTAG_YRESOLUTION

        public static final int TIFFTAG_YRESOLUTION
        pixels/resolution in y
        See Also:
        Constant Field Values
      • TIFFTAG_PLANARCONFIG

        public static final int TIFFTAG_PLANARCONFIG
        storage organization
        See Also:
        Constant Field Values
      • PLANARCONFIG_CONTIG

        public static final int PLANARCONFIG_CONTIG
        single image plane
        See Also:
        Constant Field Values
      • PLANARCONFIG_SEPARATE

        public static final int PLANARCONFIG_SEPARATE
        separate planes of data
        See Also:
        Constant Field Values
      • TIFFTAG_PAGENAME

        public static final int TIFFTAG_PAGENAME
        page name image is from
        See Also:
        Constant Field Values
      • TIFFTAG_XPOSITION

        public static final int TIFFTAG_XPOSITION
        x page offset of image lhs
        See Also:
        Constant Field Values
      • TIFFTAG_YPOSITION

        public static final int TIFFTAG_YPOSITION
        y page offset of image lhs
        See Also:
        Constant Field Values
      • TIFFTAG_FREEOFFSETS

        public static final int TIFFTAG_FREEOFFSETS
        +byte offset to free block
        See Also:
        Constant Field Values
      • TIFFTAG_FREEBYTECOUNTS

        public static final int TIFFTAG_FREEBYTECOUNTS
        +sizes of free blocks
        See Also:
        Constant Field Values
      • TIFFTAG_GRAYRESPONSEUNIT

        public static final int TIFFTAG_GRAYRESPONSEUNIT
        $gray scale curve accuracy
        See Also:
        Constant Field Values
      • GRAYRESPONSEUNIT_10S

        public static final int GRAYRESPONSEUNIT_10S
        tenths of a unit
        See Also:
        Constant Field Values
      • GRAYRESPONSEUNIT_100S

        public static final int GRAYRESPONSEUNIT_100S
        hundredths of a unit
        See Also:
        Constant Field Values
      • GRAYRESPONSEUNIT_1000S

        public static final int GRAYRESPONSEUNIT_1000S
        thousandths of a unit
        See Also:
        Constant Field Values
      • GRAYRESPONSEUNIT_10000S

        public static final int GRAYRESPONSEUNIT_10000S
        ten-thousandths of a unit
        See Also:
        Constant Field Values
      • GRAYRESPONSEUNIT_100000S

        public static final int GRAYRESPONSEUNIT_100000S
        hundred-thousandths
        See Also:
        Constant Field Values
      • TIFFTAG_GRAYRESPONSECURVE

        public static final int TIFFTAG_GRAYRESPONSECURVE
        $gray scale response curve
        See Also:
        Constant Field Values
      • TIFFTAG_GROUP3OPTIONS

        public static final int TIFFTAG_GROUP3OPTIONS
        32 flag bits
        See Also:
        Constant Field Values
      • GROUP3OPT_2DENCODING

        public static final int GROUP3OPT_2DENCODING
        2-dimensional coding
        See Also:
        Constant Field Values
      • GROUP3OPT_UNCOMPRESSED

        public static final int GROUP3OPT_UNCOMPRESSED
        data not compressed
        See Also:
        Constant Field Values
      • GROUP3OPT_FILLBITS

        public static final int GROUP3OPT_FILLBITS
        fill to byte boundary
        See Also:
        Constant Field Values
      • TIFFTAG_GROUP4OPTIONS

        public static final int TIFFTAG_GROUP4OPTIONS
        32 flag bits
        See Also:
        Constant Field Values
      • GROUP4OPT_UNCOMPRESSED

        public static final int GROUP4OPT_UNCOMPRESSED
        data not compressed
        See Also:
        Constant Field Values
      • TIFFTAG_RESOLUTIONUNIT

        public static final int TIFFTAG_RESOLUTIONUNIT
        units of resolutions
        See Also:
        Constant Field Values
      • TIFFTAG_PAGENUMBER

        public static final int TIFFTAG_PAGENUMBER
        page numbers of multi-page
        See Also:
        Constant Field Values
      • TIFFTAG_COLORRESPONSEUNIT

        public static final int TIFFTAG_COLORRESPONSEUNIT
        $color curve accuracy
        See Also:
        Constant Field Values
      • COLORRESPONSEUNIT_10S

        public static final int COLORRESPONSEUNIT_10S
        tenths of a unit
        See Also:
        Constant Field Values
      • COLORRESPONSEUNIT_100S

        public static final int COLORRESPONSEUNIT_100S
        hundredths of a unit
        See Also:
        Constant Field Values
      • COLORRESPONSEUNIT_1000S

        public static final int COLORRESPONSEUNIT_1000S
        thousandths of a unit
        See Also:
        Constant Field Values
      • COLORRESPONSEUNIT_10000S

        public static final int COLORRESPONSEUNIT_10000S
        ten-thousandths of a unit
        See Also:
        Constant Field Values
      • COLORRESPONSEUNIT_100000S

        public static final int COLORRESPONSEUNIT_100000S
        hundred-thousandths
        See Also:
        Constant Field Values
      • TIFFTAG_TRANSFERFUNCTION

        public static final int TIFFTAG_TRANSFERFUNCTION
        !colorimetry info
        See Also:
        Constant Field Values
      • TIFFTAG_SOFTWARE

        public static final int TIFFTAG_SOFTWARE
        name & release
        See Also:
        Constant Field Values
      • TIFFTAG_DATETIME

        public static final int TIFFTAG_DATETIME
        creation date and time
        See Also:
        Constant Field Values
      • TIFFTAG_ARTIST

        public static final int TIFFTAG_ARTIST
        creator of image
        See Also:
        Constant Field Values
      • TIFFTAG_HOSTCOMPUTER

        public static final int TIFFTAG_HOSTCOMPUTER
        machine where created
        See Also:
        Constant Field Values
      • TIFFTAG_PREDICTOR

        public static final int TIFFTAG_PREDICTOR
        prediction scheme w/ LZW
        See Also:
        Constant Field Values
      • PREDICTOR_NONE

        public static final int PREDICTOR_NONE
        no predictor
        Since:
        5.0.3
        See Also:
        Constant Field Values
      • PREDICTOR_HORIZONTAL_DIFFERENCING

        public static final int PREDICTOR_HORIZONTAL_DIFFERENCING
        horizontal differencing
        Since:
        5.0.3
        See Also:
        Constant Field Values
      • TIFFTAG_WHITEPOINT

        public static final int TIFFTAG_WHITEPOINT
        image white point
        See Also:
        Constant Field Values
      • TIFFTAG_PRIMARYCHROMATICITIES

        public static final int TIFFTAG_PRIMARYCHROMATICITIES
        !primary chromaticities
        See Also:
        Constant Field Values
      • TIFFTAG_COLORMAP

        public static final int TIFFTAG_COLORMAP
        RGB map for pallette image
        See Also:
        Constant Field Values
      • TIFFTAG_HALFTONEHINTS

        public static final int TIFFTAG_HALFTONEHINTS
        !highlight+shadow info
        See Also:
        Constant Field Values
      • TIFFTAG_TILEWIDTH

        public static final int TIFFTAG_TILEWIDTH
        !rows/data tile
        See Also:
        Constant Field Values
      • TIFFTAG_TILELENGTH

        public static final int TIFFTAG_TILELENGTH
        !cols/data tile
        See Also:
        Constant Field Values
      • TIFFTAG_TILEOFFSETS

        public static final int TIFFTAG_TILEOFFSETS
        !offsets to data tiles
        See Also:
        Constant Field Values
      • TIFFTAG_TILEBYTECOUNTS

        public static final int TIFFTAG_TILEBYTECOUNTS
        !byte counts for tiles
        See Also:
        Constant Field Values
      • TIFFTAG_BADFAXLINES

        public static final int TIFFTAG_BADFAXLINES
        lines w/ wrong pixel count
        See Also:
        Constant Field Values
      • TIFFTAG_CLEANFAXDATA

        public static final int TIFFTAG_CLEANFAXDATA
        regenerated line info
        See Also:
        Constant Field Values
      • CLEANFAXDATA_CLEAN

        public static final int CLEANFAXDATA_CLEAN
        no errors detected
        See Also:
        Constant Field Values
      • CLEANFAXDATA_REGENERATED

        public static final int CLEANFAXDATA_REGENERATED
        receiver regenerated lines
        See Also:
        Constant Field Values
      • CLEANFAXDATA_UNCLEAN

        public static final int CLEANFAXDATA_UNCLEAN
        uncorrected errors exist
        See Also:
        Constant Field Values
      • TIFFTAG_CONSECUTIVEBADFAXLINES

        public static final int TIFFTAG_CONSECUTIVEBADFAXLINES
        max consecutive bad lines
        See Also:
        Constant Field Values
      • TIFFTAG_SUBIFD

        public static final int TIFFTAG_SUBIFD
        subimage descriptors
        See Also:
        Constant Field Values
      • TIFFTAG_INKSET

        public static final int TIFFTAG_INKSET
        !inks in separated image
        See Also:
        Constant Field Values
      • INKSET_CMYK

        public static final int INKSET_CMYK
        !cyan-magenta-yellow-black
        See Also:
        Constant Field Values
      • TIFFTAG_INKNAMES

        public static final int TIFFTAG_INKNAMES
        !ascii names of inks
        See Also:
        Constant Field Values
      • TIFFTAG_NUMBEROFINKS

        public static final int TIFFTAG_NUMBEROFINKS
        !number of inks
        See Also:
        Constant Field Values
      • TIFFTAG_DOTRANGE

        public static final int TIFFTAG_DOTRANGE
        !0% and 100% dot codes
        See Also:
        Constant Field Values
      • TIFFTAG_TARGETPRINTER

        public static final int TIFFTAG_TARGETPRINTER
        !separation target
        See Also:
        Constant Field Values
      • TIFFTAG_EXTRASAMPLES

        public static final int TIFFTAG_EXTRASAMPLES
        !info about extra samples
        See Also:
        Constant Field Values
      • EXTRASAMPLE_UNSPECIFIED

        public static final int EXTRASAMPLE_UNSPECIFIED
        !unspecified data
        See Also:
        Constant Field Values
      • EXTRASAMPLE_ASSOCALPHA

        public static final int EXTRASAMPLE_ASSOCALPHA
        !associated alpha data
        See Also:
        Constant Field Values
      • EXTRASAMPLE_UNASSALPHA

        public static final int EXTRASAMPLE_UNASSALPHA
        !unassociated alpha data
        See Also:
        Constant Field Values
      • TIFFTAG_SAMPLEFORMAT

        public static final int TIFFTAG_SAMPLEFORMAT
        !data sample format
        See Also:
        Constant Field Values
      • SAMPLEFORMAT_UINT

        public static final int SAMPLEFORMAT_UINT
        !unsigned integer data
        See Also:
        Constant Field Values
      • SAMPLEFORMAT_INT

        public static final int SAMPLEFORMAT_INT
        !signed integer data
        See Also:
        Constant Field Values
      • SAMPLEFORMAT_IEEEFP

        public static final int SAMPLEFORMAT_IEEEFP
        !IEEE floating point data
        See Also:
        Constant Field Values
      • SAMPLEFORMAT_VOID

        public static final int SAMPLEFORMAT_VOID
        !untyped data
        See Also:
        Constant Field Values
      • SAMPLEFORMAT_COMPLEXINT

        public static final int SAMPLEFORMAT_COMPLEXINT
        !complex signed int
        See Also:
        Constant Field Values
      • SAMPLEFORMAT_COMPLEXIEEEFP

        public static final int SAMPLEFORMAT_COMPLEXIEEEFP
        !complex ieee floating
        See Also:
        Constant Field Values
      • TIFFTAG_SMINSAMPLEVALUE

        public static final int TIFFTAG_SMINSAMPLEVALUE
        !variable MinSampleValue
        See Also:
        Constant Field Values
      • TIFFTAG_SMAXSAMPLEVALUE

        public static final int TIFFTAG_SMAXSAMPLEVALUE
        !variable MaxSampleValue
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGTABLES

        public static final int TIFFTAG_JPEGTABLES
        %JPEG table stream
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGPROC

        public static final int TIFFTAG_JPEGPROC
        !JPEG processing algorithm
        See Also:
        Constant Field Values
      • JPEGPROC_BASELINE

        public static final int JPEGPROC_BASELINE
        !baseline sequential
        See Also:
        Constant Field Values
      • JPEGPROC_LOSSLESS

        public static final int JPEGPROC_LOSSLESS
        !Huffman coded lossless
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGIFOFFSET

        public static final int TIFFTAG_JPEGIFOFFSET
        !pointer to SOI marker
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGIFBYTECOUNT

        public static final int TIFFTAG_JPEGIFBYTECOUNT
        !JFIF stream length
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGRESTARTINTERVAL

        public static final int TIFFTAG_JPEGRESTARTINTERVAL
        !restart interval length
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGLOSSLESSPREDICTORS

        public static final int TIFFTAG_JPEGLOSSLESSPREDICTORS
        !lossless proc predictor
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGPOINTTRANSFORM

        public static final int TIFFTAG_JPEGPOINTTRANSFORM
        !lossless point transform
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGQTABLES

        public static final int TIFFTAG_JPEGQTABLES
        !Q matrice offsets
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGDCTABLES

        public static final int TIFFTAG_JPEGDCTABLES
        !DCT table offsets
        See Also:
        Constant Field Values
      • TIFFTAG_JPEGACTABLES

        public static final int TIFFTAG_JPEGACTABLES
        !AC coefficient offsets
        See Also:
        Constant Field Values
      • TIFFTAG_YCBCRCOEFFICIENTS

        public static final int TIFFTAG_YCBCRCOEFFICIENTS
        !RGB -> YCbCr transform
        See Also:
        Constant Field Values
      • TIFFTAG_YCBCRSUBSAMPLING

        public static final int TIFFTAG_YCBCRSUBSAMPLING
        !YCbCr subsampling factors
        See Also:
        Constant Field Values
      • TIFFTAG_YCBCRPOSITIONING

        public static final int TIFFTAG_YCBCRPOSITIONING
        !subsample positioning
        See Also:
        Constant Field Values
      • YCBCRPOSITION_CENTERED

        public static final int YCBCRPOSITION_CENTERED
        !as in PostScript Level 2
        See Also:
        Constant Field Values
      • YCBCRPOSITION_COSITED

        public static final int YCBCRPOSITION_COSITED
        !as in CCIR 601-1
        See Also:
        Constant Field Values
      • TIFFTAG_REFERENCEBLACKWHITE

        public static final int TIFFTAG_REFERENCEBLACKWHITE
        !colorimetry info
        See Also:
        Constant Field Values
      • TIFFTAG_REFPTS

        public static final int TIFFTAG_REFPTS
        image reference points
        See Also:
        Constant Field Values
      • TIFFTAG_REGIONTACKPOINT

        public static final int TIFFTAG_REGIONTACKPOINT
        region-xform tack point
        See Also:
        Constant Field Values
      • TIFFTAG_REGIONWARPCORNERS

        public static final int TIFFTAG_REGIONWARPCORNERS
        warp quadrilateral
        See Also:
        Constant Field Values
      • TIFFTAG_REGIONAFFINE

        public static final int TIFFTAG_REGIONAFFINE
        affine transformation mat
        See Also:
        Constant Field Values
      • TIFFTAG_MATTEING

        public static final int TIFFTAG_MATTEING
        $use ExtraSamples
        See Also:
        Constant Field Values
      • TIFFTAG_DATATYPE

        public static final int TIFFTAG_DATATYPE
        $use SampleFormat
        See Also:
        Constant Field Values
      • TIFFTAG_IMAGEDEPTH

        public static final int TIFFTAG_IMAGEDEPTH
        z depth of image
        See Also:
        Constant Field Values
      • TIFFTAG_TILEDEPTH

        public static final int TIFFTAG_TILEDEPTH
        z depth/data tile
        See Also:
        Constant Field Values
      • TIFFTAG_PIXAR_IMAGEFULLWIDTH

        public static final int TIFFTAG_PIXAR_IMAGEFULLWIDTH
        full image size in x
        See Also:
        Constant Field Values
      • TIFFTAG_PIXAR_IMAGEFULLLENGTH

        public static final int TIFFTAG_PIXAR_IMAGEFULLLENGTH
        full image size in y
        See Also:
        Constant Field Values
      • TIFFTAG_PIXAR_TEXTUREFORMAT

        public static final int TIFFTAG_PIXAR_TEXTUREFORMAT
        texture map format
        See Also:
        Constant Field Values
      • TIFFTAG_PIXAR_WRAPMODES

        public static final int TIFFTAG_PIXAR_WRAPMODES
        s & t wrap modes
        See Also:
        Constant Field Values
      • TIFFTAG_PIXAR_FOVCOT

        public static final int TIFFTAG_PIXAR_FOVCOT
        cotan(fov) for env. maps
        See Also:
        Constant Field Values
      • TIFFTAG_PIXAR_MATRIX_WORLDTOSCREEN

        public static final int TIFFTAG_PIXAR_MATRIX_WORLDTOSCREEN
        W2S
        See Also:
        Constant Field Values
      • TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA

        public static final int TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA
        W2C
        See Also:
        Constant Field Values
      • TIFFTAG_WRITERSERIALNUMBER

        public static final int TIFFTAG_WRITERSERIALNUMBER
        device serial number tag 33405 is a private tag registered to Eastman Kodak
        See Also:
        Constant Field Values
      • TIFFTAG_COPYRIGHT

        public static final int TIFFTAG_COPYRIGHT
        tag 33432 is listed in the 6.0 spec w/ unknown ownership
        See Also:
        Constant Field Values
      • TIFFTAG_RICHTIFFIPTC

        public static final int TIFFTAG_RICHTIFFIPTC
        IPTC TAG from RichTIFF specifications
        See Also:
        Constant Field Values
      • TIFFTAG_IT8COLORSEQUENCE

        public static final int TIFFTAG_IT8COLORSEQUENCE
        color seq. [RGB,CMYK,etc]
        See Also:
        Constant Field Values
      • TIFFTAG_IT8HEADER

        public static final int TIFFTAG_IT8HEADER
        DDES Header
        See Also:
        Constant Field Values
      • TIFFTAG_IT8RASTERPADDING

        public static final int TIFFTAG_IT8RASTERPADDING
        raster scanline padding
        See Also:
        Constant Field Values
      • TIFFTAG_IT8BITSPERRUNLENGTH

        public static final int TIFFTAG_IT8BITSPERRUNLENGTH
        # of bits in short run
        See Also:
        Constant Field Values
      • TIFFTAG_IT8BITSPEREXTENDEDRUNLENGTH

        public static final int TIFFTAG_IT8BITSPEREXTENDEDRUNLENGTH
        # of bits in long run
        See Also:
        Constant Field Values
      • TIFFTAG_IT8COLORTABLE

        public static final int TIFFTAG_IT8COLORTABLE
        LW colortable
        See Also:
        Constant Field Values
      • TIFFTAG_IT8IMAGECOLORINDICATOR

        public static final int TIFFTAG_IT8IMAGECOLORINDICATOR
        BP/BL image color switch
        See Also:
        Constant Field Values
      • TIFFTAG_IT8BKGCOLORINDICATOR

        public static final int TIFFTAG_IT8BKGCOLORINDICATOR
        BP/BL bg color switch
        See Also:
        Constant Field Values
      • TIFFTAG_IT8IMAGECOLORVALUE

        public static final int TIFFTAG_IT8IMAGECOLORVALUE
        BP/BL image color value
        See Also:
        Constant Field Values
      • TIFFTAG_IT8BKGCOLORVALUE

        public static final int TIFFTAG_IT8BKGCOLORVALUE
        BP/BL bg color value
        See Also:
        Constant Field Values
      • TIFFTAG_IT8PIXELINTENSITYRANGE

        public static final int TIFFTAG_IT8PIXELINTENSITYRANGE
        MP pixel intensity value
        See Also:
        Constant Field Values
      • TIFFTAG_IT8TRANSPARENCYINDICATOR

        public static final int TIFFTAG_IT8TRANSPARENCYINDICATOR
        HC transparency switch
        See Also:
        Constant Field Values
      • TIFFTAG_IT8COLORCHARACTERIZATION

        public static final int TIFFTAG_IT8COLORCHARACTERIZATION
        color character. table
        See Also:
        Constant Field Values
      • TIFFTAG_FRAMECOUNT

        public static final int TIFFTAG_FRAMECOUNT
        Sequence Frame Count
        See Also:
        Constant Field Values
      • TIFFTAG_ICCPROFILE

        public static final int TIFFTAG_ICCPROFILE
        ICC profile data tag 34750 is a private tag registered to Adobe?
        See Also:
        Constant Field Values
      • TIFFTAG_PHOTOSHOP

        public static final int TIFFTAG_PHOTOSHOP
        tag 34377 is private tag registered to Adobe for PhotoShop
        See Also:
        Constant Field Values
      • TIFFTAG_JBIGOPTIONS

        public static final int TIFFTAG_JBIGOPTIONS
        JBIG options tag 34750 is a private tag registered to Pixel Magic
        See Also:
        Constant Field Values
      • TIFFTAG_FAXRECVPARAMS

        public static final int TIFFTAG_FAXRECVPARAMS
        encoded Class 2 ses. parms
        See Also:
        Constant Field Values
      • TIFFTAG_FAXSUBADDRESS

        public static final int TIFFTAG_FAXSUBADDRESS
        received SubAddr string
        See Also:
        Constant Field Values
      • TIFFTAG_FAXRECVTIME

        public static final int TIFFTAG_FAXRECVTIME
        receive time (secs)
        See Also:
        Constant Field Values
      • TIFFTAG_STONITS

        public static final int TIFFTAG_STONITS
        Sample value to Nits
        See Also:
        Constant Field Values
      • TIFFTAG_FEDEX_EDR

        public static final int TIFFTAG_FEDEX_EDR
        unknown use tag 34929 is a private tag registered to FedEx
        See Also:
        Constant Field Values
      • TIFFTAG_DCSHUESHIFTVALUES

        public static final int TIFFTAG_DCSHUESHIFTVALUES
        hue shift correction data tag 65535 is an undefined tag used by Eastman Kodak
        See Also:
        Constant Field Values
    • Constructor Detail

      • TIFFConstants

        public TIFFConstants()