TiffTags
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TiffTags extends System.Enum
The tiff tag enum.
Fields
Field | Description |
---|---|
SubFileType | Subfile data descriptor. |
OsubfileType | [obsoleted by TIFF rev. |
ImageWidth | Image width in pixels. |
ImageLength | Image height in pixels. |
BitsPerSample | Bits per channel (sample). |
Compression | Data compression technique. |
Photometric | Photometric interpretation. |
Thresholding | [obsoleted by TIFF rev. |
CellWidth | [obsoleted by TIFF rev. |
CellLength | [obsoleted by TIFF rev. |
FillOrder | Data order within a byte. |
DocumentName | Name of document which holds for image. |
ImageDescription | Information about image. |
Make | Scanner manufacturer name. |
Model | Scanner model name/number. |
StripOffsets | Offsets to data strips. |
Orientation | [obsoleted by TIFF rev. |
SamplesPerPixel | Samples per pixel. |
RowsPerStrip | Rows per strip of data. |
StripByteCounts | Bytes counts for strips. |
MinSampleValue | [obsoleted by TIFF rev. |
MaxSampleValue | [obsoleted by TIFF rev. |
Xresolution | Pixels/resolution in x. |
Yresolution | Pixels/resolution in y. |
PlanarConfig | Storage organization. |
PageName | Page name image is from. |
Xposition | X page offset of image lhs. |
Yposition | Y page offset of image lhs. |
FreeOffsets | [obsoleted by TIFF rev. |
FreeByteCounts | [obsoleted by TIFF rev. |
GrayResponseUnit | [obsoleted by TIFF rev. |
GrayResponseCurve | [obsoleted by TIFF rev. |
T4Options | TIFF 6.0 proper name alias for GROUP3OPTIONS. |
T6Options | Options for CCITT Group 4 fax encoding. |
ResolutionUnit | Units of resolutions. |
PageNumber | Page numbers of multi-page. |
ColorResponseUnit | [obsoleted by TIFF rev. |
TransferFunction | Colorimetry info. |
Software | Name & release. |
DateTime | Creation date and time. |
Artist | Creator of image. |
HostComputer | Machine where created. |
Predictor | Prediction scheme w/ LZW. |
WhitePoint | Image white point. |
PrimaryChromaticities | Primary chromaticities. |
ColorMap | RGB map for pallette image. |
HalftoneHints | Highlight + shadow info. |
TileWidth | Tile width in pixels. |
TileLength | Tile height in pixels. |
TileOffsets | Offsets to data tiles. |
TileByteCounts | Byte counts for tiles. |
BadFaxLines | Lines with wrong pixel count. |
CleanFaxData | Regenerated line info. |
ConsecutiveBadFaxLines | Max consecutive bad lines. |
SubIfd | Subimage descriptors. |
InkSet | Inks in separated image. |
InkNames | ASCII names of inks. |
NumberOfInks | Number of inks. |
DotRange | 0% and 100% dot codes. |
TargetPrinter | Separation target. |
ExtraSamples | Information about extra samples. |
SampleFormat | Data sample format. |
SminSampleValue | Variable MinSampleValue. |
SmaxSampleValue | Variable MaxSampleValue. |
TransferRange | Variable TransferRange |
ClipPath | ClipPath. |
Xclippathunits | XClipPathUnits. |
Yclippathunits | YClipPathUnits. |
Indexed | Indexed. |
JpegTables | JPEG table stream. |
OpiProxy | OPI Proxy. |
JpegProc | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] JPEG processing algorithm. |
JpegInerchangeFormat | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Pointer to SOI marker. |
JpegInterchangeFormatLength | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] JFIF stream length |
JpegRestartInterval | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Restart interval length. |
JpegLosslessPredictors | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Lossless proc predictor. |
JpegPointTransform | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Lossless point transform. |
JpegQTables | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Q matrice offsets. |
JpegDCtables | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] DCT table offsets. |
JpegACtables | [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] AC coefficient offsets. |
YcbcrCoefficients | RGB -> YCbCr transform. |
YcbcrSubSampling | YCbCr subsampling factors. |
YcbcrPositioning | Subsample positioning. |
ReferenceBlackWhite | Colorimetry info. |
XmlPacket | XML packet. |
OpiImageid | OPI ImageID. |
Refpts | Image reference points. |
Copyright | Copyright string. |
PhotoshopResources | Photoshop image resources. |
IccProfile | The embedded ICC device profile |
ExifIfdPointer | A pointer to the Exif IFD. |
XPTitle | Information about image, used by Windows Explorer. |
XPComment | Comment on image, used by Windows Explorer. |
XPAuthor | Image Author, used by Windows Explorer. |
XPKeywords | Image Keywords, used by Windows Explorer. |
XPSubject | Subject image, used by Windows Explorer. |
SubFileType
public static final int SubFileType
Subfile data descriptor.
OsubfileType
public static final int OsubfileType
[obsoleted by TIFF rev. 5.0] Kind of data in subfile.
ImageWidth
public static final int ImageWidth
Image width in pixels.
ImageLength
public static final int ImageLength
Image height in pixels.
BitsPerSample
public static final int BitsPerSample
Bits per channel (sample).
Compression
public static final int Compression
Data compression technique.
Photometric
public static final int Photometric
Photometric interpretation.
Thresholding
public static final int Thresholding
[obsoleted by TIFF rev. 5.0] Thresholding used on data.
CellWidth
public static final int CellWidth
[obsoleted by TIFF rev. 5.0] Dithering matrix width.
CellLength
public static final int CellLength
[obsoleted by TIFF rev. 5.0] Dithering matrix height.
FillOrder
public static final int FillOrder
Data order within a byte.
DocumentName
public static final int DocumentName
Name of document which holds for image.
ImageDescription
public static final int ImageDescription
Information about image.
Make
public static final int Make
Scanner manufacturer name.
Model
public static final int Model
Scanner model name/number.
StripOffsets
public static final int StripOffsets
Offsets to data strips.
Orientation
public static final int Orientation
[obsoleted by TIFF rev. 5.0] Image orientation.
SamplesPerPixel
public static final int SamplesPerPixel
Samples per pixel.
RowsPerStrip
public static final int RowsPerStrip
Rows per strip of data.
StripByteCounts
public static final int StripByteCounts
Bytes counts for strips.
MinSampleValue
public static final int MinSampleValue
[obsoleted by TIFF rev. 5.0] Minimum sample value.
MaxSampleValue
public static final int MaxSampleValue
[obsoleted by TIFF rev. 5.0] Maximum sample value.
Xresolution
public static final int Xresolution
Pixels/resolution in x.
Yresolution
public static final int Yresolution
Pixels/resolution in y.
PlanarConfig
public static final int PlanarConfig
Storage organization.
PageName
public static final int PageName
Page name image is from.
Xposition
public static final int Xposition
X page offset of image lhs.
Yposition
public static final int Yposition
Y page offset of image lhs.
FreeOffsets
public static final int FreeOffsets
[obsoleted by TIFF rev. 5.0] Byte offset to free block.
FreeByteCounts
public static final int FreeByteCounts
[obsoleted by TIFF rev. 5.0] Sizes of free blocks.
GrayResponseUnit
public static final int GrayResponseUnit
[obsoleted by TIFF rev. 6.0] Gray scale curve accuracy.
GrayResponseCurve
public static final int GrayResponseCurve
[obsoleted by TIFF rev. 6.0] Gray scale response curve.
T4Options
public static final int T4Options
TIFF 6.0 proper name alias for GROUP3OPTIONS. Options for CCITT Group 3 fax encoding. 32 flag bits.
T6Options
public static final int T6Options
Options for CCITT Group 4 fax encoding. 32 flag bits. TIFF 6.0 proper name alias for GROUP4OPTIONS.
ResolutionUnit
public static final int ResolutionUnit
Units of resolutions.
PageNumber
public static final int PageNumber
Page numbers of multi-page.
ColorResponseUnit
public static final int ColorResponseUnit
[obsoleted by TIFF rev. 6.0] Color curve accuracy.
TransferFunction
public static final int TransferFunction
Colorimetry info.
Software
public static final int Software
Name & release.
DateTime
public static final int DateTime
Creation date and time.
Artist
public static final int Artist
Creator of image.
HostComputer
public static final int HostComputer
Machine where created.
Predictor
public static final int Predictor
Prediction scheme w/ LZW.
WhitePoint
public static final int WhitePoint
Image white point.
PrimaryChromaticities
public static final int PrimaryChromaticities
Primary chromaticities.
ColorMap
public static final int ColorMap
RGB map for pallette image.
HalftoneHints
public static final int HalftoneHints
Highlight + shadow info.
TileWidth
public static final int TileWidth
Tile width in pixels.
TileLength
public static final int TileLength
Tile height in pixels.
TileOffsets
public static final int TileOffsets
Offsets to data tiles.
TileByteCounts
public static final int TileByteCounts
Byte counts for tiles.
BadFaxLines
public static final int BadFaxLines
Lines with wrong pixel count.
CleanFaxData
public static final int CleanFaxData
Regenerated line info.
ConsecutiveBadFaxLines
public static final int ConsecutiveBadFaxLines
Max consecutive bad lines.
SubIfd
public static final int SubIfd
Subimage descriptors.
InkSet
public static final int InkSet
Inks in separated image.
InkNames
public static final int InkNames
ASCII names of inks.
NumberOfInks
public static final int NumberOfInks
Number of inks.
DotRange
public static final int DotRange
0% and 100% dot codes.
TargetPrinter
public static final int TargetPrinter
Separation target.
ExtraSamples
public static final int ExtraSamples
Information about extra samples.
SampleFormat
public static final int SampleFormat
Data sample format.
SminSampleValue
public static final int SminSampleValue
Variable MinSampleValue.
SmaxSampleValue
public static final int SmaxSampleValue
Variable MaxSampleValue.
TransferRange
public static final int TransferRange
Variable TransferRange
ClipPath
public static final int ClipPath
ClipPath. Introduced post TIFF rev 6.0 by Adobe TIFF technote 2.
Xclippathunits
public static final int Xclippathunits
XClipPathUnits. Introduced post TIFF rev 6.0 by Adobe TIFF technote 2.
Yclippathunits
public static final int Yclippathunits
YClipPathUnits. Introduced post TIFF rev 6.0 by Adobe TIFF technote 2.
Indexed
public static final int Indexed
Indexed. Introduced post TIFF rev 6.0 by Adobe TIFF Technote 3.
JpegTables
public static final int JpegTables
JPEG table stream. Introduced post TIFF rev 6.0.
OpiProxy
public static final int OpiProxy
OPI Proxy. Introduced post TIFF rev 6.0 by Adobe TIFF technote.
JpegProc
public static final int JpegProc
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] JPEG processing algorithm.
JpegInerchangeFormat
public static final int JpegInerchangeFormat
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Pointer to SOI marker.
JpegInterchangeFormatLength
public static final int JpegInterchangeFormatLength
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] JFIF stream length
JpegRestartInterval
public static final int JpegRestartInterval
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Restart interval length.
JpegLosslessPredictors
public static final int JpegLosslessPredictors
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Lossless proc predictor.
JpegPointTransform
public static final int JpegPointTransform
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Lossless point transform.
JpegQTables
public static final int JpegQTables
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] Q matrice offsets.
JpegDCtables
public static final int JpegDCtables
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] DCT table offsets.
JpegACtables
public static final int JpegACtables
[obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme] AC coefficient offsets.
YcbcrCoefficients
public static final int YcbcrCoefficients
RGB -> YCbCr transform.
YcbcrSubSampling
public static final int YcbcrSubSampling
YCbCr subsampling factors.
YcbcrPositioning
public static final int YcbcrPositioning
Subsample positioning.
ReferenceBlackWhite
public static final int ReferenceBlackWhite
Colorimetry info.
XmlPacket
public static final int XmlPacket
XML packet. Introduced post TIFF rev 6.0 by Adobe XMP Specification, January 2004.
OpiImageid
public static final int OpiImageid
OPI ImageID. Introduced post TIFF rev 6.0 by Adobe TIFF technote.
Refpts
public static final int Refpts
Image reference points. Private tag registered to Island Graphics.
Copyright
public static final int Copyright
Copyright string. This tag is listed in the TIFF rev. 6.0 w/ unknown ownership.
PhotoshopResources
public static final int PhotoshopResources
Photoshop image resources.
IccProfile
public static final int IccProfile
The embedded ICC device profile
ExifIfdPointer
public static final int ExifIfdPointer
A pointer to the Exif IFD.
XPTitle
public static final int XPTitle
Information about image, used by Windows Explorer. The TiffTags.XPTitle
is ignored by Windows Explorer if the ImageDescription tag exists.
XPComment
public static final int XPComment
Comment on image, used by Windows Explorer.
XPAuthor
public static final int XPAuthor
Image Author, used by Windows Explorer. The TiffTags.XPAuthor
is ignored by Windows Explorer if the Artist tag exists.
XPKeywords
public static final int XPKeywords
Image Keywords, used by Windows Explorer.
XPSubject
public static final int XPSubject
Subject image, used by Windows Explorer.