com.lowagie.text.pdf.codec
Class TIFFConstants
java.lang.Object
com.lowagie.text.pdf.codec.TIFFConstants
public class TIFFConstants
- extends Object
A list of constants used in class TIFFImage.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIFFTAG_SUBFILETYPE
public static final int TIFFTAG_SUBFILETYPE
- See Also:
- Constant Field Values
FILETYPE_REDUCEDIMAGE
public static final int FILETYPE_REDUCEDIMAGE
- See Also:
- Constant Field Values
FILETYPE_PAGE
public static final int FILETYPE_PAGE
- See Also:
- Constant Field Values
FILETYPE_MASK
public static final int FILETYPE_MASK
- See Also:
- Constant Field Values
TIFFTAG_OSUBFILETYPE
public static final int TIFFTAG_OSUBFILETYPE
- See Also:
- Constant Field Values
OFILETYPE_IMAGE
public static final int OFILETYPE_IMAGE
- See Also:
- Constant Field Values
OFILETYPE_REDUCEDIMAGE
public static final int OFILETYPE_REDUCEDIMAGE
- See Also:
- Constant Field Values
OFILETYPE_PAGE
public static final int OFILETYPE_PAGE
- See Also:
- Constant Field Values
TIFFTAG_IMAGEWIDTH
public static final int TIFFTAG_IMAGEWIDTH
- See Also:
- Constant Field Values
TIFFTAG_IMAGELENGTH
public static final int TIFFTAG_IMAGELENGTH
- See Also:
- Constant Field Values
TIFFTAG_BITSPERSAMPLE
public static final int TIFFTAG_BITSPERSAMPLE
- See Also:
- Constant Field Values
TIFFTAG_COMPRESSION
public static final int TIFFTAG_COMPRESSION
- See Also:
- Constant Field Values
COMPRESSION_NONE
public static final int COMPRESSION_NONE
- See Also:
- Constant Field Values
COMPRESSION_CCITTRLE
public static final int COMPRESSION_CCITTRLE
- See Also:
- Constant Field Values
COMPRESSION_CCITTFAX3
public static final int COMPRESSION_CCITTFAX3
- See Also:
- Constant Field Values
COMPRESSION_CCITTFAX4
public static final int COMPRESSION_CCITTFAX4
- See Also:
- Constant Field Values
COMPRESSION_LZW
public static final int COMPRESSION_LZW
- See Also:
- Constant Field Values
COMPRESSION_OJPEG
public static final int COMPRESSION_OJPEG
- See Also:
- Constant Field Values
COMPRESSION_JPEG
public static final int COMPRESSION_JPEG
- See Also:
- Constant Field Values
COMPRESSION_NEXT
public static final int COMPRESSION_NEXT
- See Also:
- Constant Field Values
COMPRESSION_CCITTRLEW
public static final int COMPRESSION_CCITTRLEW
- 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_IT8CTPAD
public static final int COMPRESSION_IT8CTPAD
- See Also:
- Constant Field Values
COMPRESSION_IT8LW
public static final int COMPRESSION_IT8LW
- See Also:
- Constant Field Values
COMPRESSION_IT8MP
public static final int COMPRESSION_IT8MP
- See Also:
- Constant Field Values
COMPRESSION_IT8BL
public static final int COMPRESSION_IT8BL
- See Also:
- Constant Field Values
COMPRESSION_PIXARFILM
public static final int COMPRESSION_PIXARFILM
- See Also:
- Constant Field Values
COMPRESSION_PIXARLOG
public static final int COMPRESSION_PIXARLOG
- See Also:
- Constant Field Values
COMPRESSION_DEFLATE
public static final int COMPRESSION_DEFLATE
- See Also:
- Constant Field Values
COMPRESSION_ADOBE_DEFLATE
public static final int COMPRESSION_ADOBE_DEFLATE
- See Also:
- Constant Field Values
COMPRESSION_DCS
public static final int COMPRESSION_DCS
- See Also:
- Constant Field Values
COMPRESSION_JBIG
public static final int COMPRESSION_JBIG
- See Also:
- Constant Field Values
COMPRESSION_SGILOG
public static final int COMPRESSION_SGILOG
- See Also:
- Constant Field Values
COMPRESSION_SGILOG24
public static final int COMPRESSION_SGILOG24
- See Also:
- Constant Field Values
TIFFTAG_PHOTOMETRIC
public static final int TIFFTAG_PHOTOMETRIC
- See Also:
- Constant Field Values
PHOTOMETRIC_MINISWHITE
public static final int PHOTOMETRIC_MINISWHITE
- See Also:
- Constant Field Values
PHOTOMETRIC_MINISBLACK
public static final int PHOTOMETRIC_MINISBLACK
- See Also:
- Constant Field Values
PHOTOMETRIC_RGB
public static final int PHOTOMETRIC_RGB
- See Also:
- Constant Field Values
PHOTOMETRIC_PALETTE
public static final int PHOTOMETRIC_PALETTE
- See Also:
- Constant Field Values
PHOTOMETRIC_MASK
public static final int PHOTOMETRIC_MASK
- See Also:
- Constant Field Values
PHOTOMETRIC_SEPARATED
public static final int PHOTOMETRIC_SEPARATED
- See Also:
- Constant Field Values
PHOTOMETRIC_YCBCR
public static final int PHOTOMETRIC_YCBCR
- See Also:
- Constant Field Values
PHOTOMETRIC_CIELAB
public static final int PHOTOMETRIC_CIELAB
- See Also:
- Constant Field Values
PHOTOMETRIC_LOGL
public static final int PHOTOMETRIC_LOGL
- See Also:
- Constant Field Values
PHOTOMETRIC_LOGLUV
public static final int PHOTOMETRIC_LOGLUV
- See Also:
- Constant Field Values
TIFFTAG_THRESHHOLDING
public static final int TIFFTAG_THRESHHOLDING
- See Also:
- Constant Field Values
THRESHHOLD_BILEVEL
public static final int THRESHHOLD_BILEVEL
- See Also:
- Constant Field Values
THRESHHOLD_HALFTONE
public static final int THRESHHOLD_HALFTONE
- See Also:
- Constant Field Values
THRESHHOLD_ERRORDIFFUSE
public static final int THRESHHOLD_ERRORDIFFUSE
- See Also:
- Constant Field Values
TIFFTAG_CELLWIDTH
public static final int TIFFTAG_CELLWIDTH
- See Also:
- Constant Field Values
TIFFTAG_CELLLENGTH
public static final int TIFFTAG_CELLLENGTH
- See Also:
- Constant Field Values
TIFFTAG_FILLORDER
public static final int TIFFTAG_FILLORDER
- See Also:
- Constant Field Values
FILLORDER_MSB2LSB
public static final int FILLORDER_MSB2LSB
- See Also:
- Constant Field Values
FILLORDER_LSB2MSB
public static final int FILLORDER_LSB2MSB
- See Also:
- Constant Field Values
TIFFTAG_DOCUMENTNAME
public static final int TIFFTAG_DOCUMENTNAME
- See Also:
- Constant Field Values
TIFFTAG_IMAGEDESCRIPTION
public static final int TIFFTAG_IMAGEDESCRIPTION
- See Also:
- Constant Field Values
TIFFTAG_MAKE
public static final int TIFFTAG_MAKE
- See Also:
- Constant Field Values
TIFFTAG_MODEL
public static final int TIFFTAG_MODEL
- See Also:
- Constant Field Values
TIFFTAG_STRIPOFFSETS
public static final int TIFFTAG_STRIPOFFSETS
- See Also:
- Constant Field Values
TIFFTAG_ORIENTATION
public static final int TIFFTAG_ORIENTATION
- See Also:
- Constant Field Values
ORIENTATION_TOPLEFT
public static final int ORIENTATION_TOPLEFT
- See Also:
- Constant Field Values
ORIENTATION_TOPRIGHT
public static final int ORIENTATION_TOPRIGHT
- See Also:
- Constant Field Values
ORIENTATION_BOTRIGHT
public static final int ORIENTATION_BOTRIGHT
- See Also:
- Constant Field Values
ORIENTATION_BOTLEFT
public static final int ORIENTATION_BOTLEFT
- See Also:
- Constant Field Values
ORIENTATION_LEFTTOP
public static final int ORIENTATION_LEFTTOP
- See Also:
- Constant Field Values
ORIENTATION_RIGHTTOP
public static final int ORIENTATION_RIGHTTOP
- See Also:
- Constant Field Values
ORIENTATION_RIGHTBOT
public static final int ORIENTATION_RIGHTBOT
- See Also:
- Constant Field Values
ORIENTATION_LEFTBOT
public static final int ORIENTATION_LEFTBOT
- See Also:
- Constant Field Values
TIFFTAG_SAMPLESPERPIXEL
public static final int TIFFTAG_SAMPLESPERPIXEL
- See Also:
- Constant Field Values
TIFFTAG_ROWSPERSTRIP
public static final int TIFFTAG_ROWSPERSTRIP
- See Also:
- Constant Field Values
TIFFTAG_STRIPBYTECOUNTS
public static final int TIFFTAG_STRIPBYTECOUNTS
- See Also:
- Constant Field Values
TIFFTAG_MINSAMPLEVALUE
public static final int TIFFTAG_MINSAMPLEVALUE
- See Also:
- Constant Field Values
TIFFTAG_MAXSAMPLEVALUE
public static final int TIFFTAG_MAXSAMPLEVALUE
- See Also:
- Constant Field Values
TIFFTAG_XRESOLUTION
public static final int TIFFTAG_XRESOLUTION
- See Also:
- Constant Field Values
TIFFTAG_YRESOLUTION
public static final int TIFFTAG_YRESOLUTION
- See Also:
- Constant Field Values
TIFFTAG_PLANARCONFIG
public static final int TIFFTAG_PLANARCONFIG
- See Also:
- Constant Field Values
PLANARCONFIG_CONTIG
public static final int PLANARCONFIG_CONTIG
- See Also:
- Constant Field Values
PLANARCONFIG_SEPARATE
public static final int PLANARCONFIG_SEPARATE
- See Also:
- Constant Field Values
TIFFTAG_PAGENAME
public static final int TIFFTAG_PAGENAME
- See Also:
- Constant Field Values
TIFFTAG_XPOSITION
public static final int TIFFTAG_XPOSITION
- See Also:
- Constant Field Values
TIFFTAG_YPOSITION
public static final int TIFFTAG_YPOSITION
- See Also:
- Constant Field Values
TIFFTAG_FREEOFFSETS
public static final int TIFFTAG_FREEOFFSETS
- See Also:
- Constant Field Values
TIFFTAG_FREEBYTECOUNTS
public static final int TIFFTAG_FREEBYTECOUNTS
- See Also:
- Constant Field Values
TIFFTAG_GRAYRESPONSEUNIT
public static final int TIFFTAG_GRAYRESPONSEUNIT
- See Also:
- Constant Field Values
GRAYRESPONSEUNIT_10S
public static final int GRAYRESPONSEUNIT_10S
- See Also:
- Constant Field Values
GRAYRESPONSEUNIT_100S
public static final int GRAYRESPONSEUNIT_100S
- See Also:
- Constant Field Values
GRAYRESPONSEUNIT_1000S
public static final int GRAYRESPONSEUNIT_1000S
- See Also:
- Constant Field Values
GRAYRESPONSEUNIT_10000S
public static final int GRAYRESPONSEUNIT_10000S
- See Also:
- Constant Field Values
GRAYRESPONSEUNIT_100000S
public static final int GRAYRESPONSEUNIT_100000S
- See Also:
- Constant Field Values
TIFFTAG_GRAYRESPONSECURVE
public static final int TIFFTAG_GRAYRESPONSECURVE
- See Also:
- Constant Field Values
TIFFTAG_GROUP3OPTIONS
public static final int TIFFTAG_GROUP3OPTIONS
- See Also:
- Constant Field Values
GROUP3OPT_2DENCODING
public static final int GROUP3OPT_2DENCODING
- See Also:
- Constant Field Values
GROUP3OPT_UNCOMPRESSED
public static final int GROUP3OPT_UNCOMPRESSED
- See Also:
- Constant Field Values
GROUP3OPT_FILLBITS
public static final int GROUP3OPT_FILLBITS
- See Also:
- Constant Field Values
TIFFTAG_GROUP4OPTIONS
public static final int TIFFTAG_GROUP4OPTIONS
- See Also:
- Constant Field Values
GROUP4OPT_UNCOMPRESSED
public static final int GROUP4OPT_UNCOMPRESSED
- See Also:
- Constant Field Values
TIFFTAG_RESOLUTIONUNIT
public static final int TIFFTAG_RESOLUTIONUNIT
- See Also:
- Constant Field Values
RESUNIT_NONE
public static final int RESUNIT_NONE
- See Also:
- Constant Field Values
RESUNIT_INCH
public static final int RESUNIT_INCH
- See Also:
- Constant Field Values
RESUNIT_CENTIMETER
public static final int RESUNIT_CENTIMETER
- See Also:
- Constant Field Values
TIFFTAG_PAGENUMBER
public static final int TIFFTAG_PAGENUMBER
- See Also:
- Constant Field Values
TIFFTAG_COLORRESPONSEUNIT
public static final int TIFFTAG_COLORRESPONSEUNIT
- See Also:
- Constant Field Values
COLORRESPONSEUNIT_10S
public static final int COLORRESPONSEUNIT_10S
- See Also:
- Constant Field Values
COLORRESPONSEUNIT_100S
public static final int COLORRESPONSEUNIT_100S
- See Also:
- Constant Field Values
COLORRESPONSEUNIT_1000S
public static final int COLORRESPONSEUNIT_1000S
- See Also:
- Constant Field Values
COLORRESPONSEUNIT_10000S
public static final int COLORRESPONSEUNIT_10000S
- See Also:
- Constant Field Values
COLORRESPONSEUNIT_100000S
public static final int COLORRESPONSEUNIT_100000S
- See Also:
- Constant Field Values
TIFFTAG_TRANSFERFUNCTION
public static final int TIFFTAG_TRANSFERFUNCTION
- See Also:
- Constant Field Values
TIFFTAG_SOFTWARE
public static final int TIFFTAG_SOFTWARE
- See Also:
- Constant Field Values
TIFFTAG_DATETIME
public static final int TIFFTAG_DATETIME
- See Also:
- Constant Field Values
TIFFTAG_ARTIST
public static final int TIFFTAG_ARTIST
- See Also:
- Constant Field Values
TIFFTAG_HOSTCOMPUTER
public static final int TIFFTAG_HOSTCOMPUTER
- See Also:
- Constant Field Values
TIFFTAG_PREDICTOR
public static final int TIFFTAG_PREDICTOR
- See Also:
- Constant Field Values
TIFFTAG_WHITEPOINT
public static final int TIFFTAG_WHITEPOINT
- See Also:
- Constant Field Values
TIFFTAG_PRIMARYCHROMATICITIES
public static final int TIFFTAG_PRIMARYCHROMATICITIES
- See Also:
- Constant Field Values
TIFFTAG_COLORMAP
public static final int TIFFTAG_COLORMAP
- See Also:
- Constant Field Values
TIFFTAG_HALFTONEHINTS
public static final int TIFFTAG_HALFTONEHINTS
- See Also:
- Constant Field Values
TIFFTAG_TILEWIDTH
public static final int TIFFTAG_TILEWIDTH
- See Also:
- Constant Field Values
TIFFTAG_TILELENGTH
public static final int TIFFTAG_TILELENGTH
- See Also:
- Constant Field Values
TIFFTAG_TILEOFFSETS
public static final int TIFFTAG_TILEOFFSETS
- See Also:
- Constant Field Values
TIFFTAG_TILEBYTECOUNTS
public static final int TIFFTAG_TILEBYTECOUNTS
- See Also:
- Constant Field Values
TIFFTAG_BADFAXLINES
public static final int TIFFTAG_BADFAXLINES
- See Also:
- Constant Field Values
TIFFTAG_CLEANFAXDATA
public static final int TIFFTAG_CLEANFAXDATA
- See Also:
- Constant Field Values
CLEANFAXDATA_CLEAN
public static final int CLEANFAXDATA_CLEAN
- See Also:
- Constant Field Values
CLEANFAXDATA_REGENERATED
public static final int CLEANFAXDATA_REGENERATED
- See Also:
- Constant Field Values
CLEANFAXDATA_UNCLEAN
public static final int CLEANFAXDATA_UNCLEAN
- See Also:
- Constant Field Values
TIFFTAG_CONSECUTIVEBADFAXLINES
public static final int TIFFTAG_CONSECUTIVEBADFAXLINES
- See Also:
- Constant Field Values
TIFFTAG_SUBIFD
public static final int TIFFTAG_SUBIFD
- See Also:
- Constant Field Values
TIFFTAG_INKSET
public static final int TIFFTAG_INKSET
- See Also:
- Constant Field Values
INKSET_CMYK
public static final int INKSET_CMYK
- See Also:
- Constant Field Values
TIFFTAG_INKNAMES
public static final int TIFFTAG_INKNAMES
- See Also:
- Constant Field Values
TIFFTAG_NUMBEROFINKS
public static final int TIFFTAG_NUMBEROFINKS
- See Also:
- Constant Field Values
TIFFTAG_DOTRANGE
public static final int TIFFTAG_DOTRANGE
- See Also:
- Constant Field Values
TIFFTAG_TARGETPRINTER
public static final int TIFFTAG_TARGETPRINTER
- See Also:
- Constant Field Values
TIFFTAG_EXTRASAMPLES
public static final int TIFFTAG_EXTRASAMPLES
- See Also:
- Constant Field Values
EXTRASAMPLE_UNSPECIFIED
public static final int EXTRASAMPLE_UNSPECIFIED
- See Also:
- Constant Field Values
EXTRASAMPLE_ASSOCALPHA
public static final int EXTRASAMPLE_ASSOCALPHA
- See Also:
- Constant Field Values
EXTRASAMPLE_UNASSALPHA
public static final int EXTRASAMPLE_UNASSALPHA
- See Also:
- Constant Field Values
TIFFTAG_SAMPLEFORMAT
public static final int TIFFTAG_SAMPLEFORMAT
- See Also:
- Constant Field Values
SAMPLEFORMAT_UINT
public static final int SAMPLEFORMAT_UINT
- See Also:
- Constant Field Values
SAMPLEFORMAT_INT
public static final int SAMPLEFORMAT_INT
- See Also:
- Constant Field Values
SAMPLEFORMAT_IEEEFP
public static final int SAMPLEFORMAT_IEEEFP
- See Also:
- Constant Field Values
SAMPLEFORMAT_VOID
public static final int SAMPLEFORMAT_VOID
- See Also: