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

FieldDescription
SubFileTypeSubfile data descriptor.
OsubfileType[obsoleted by TIFF rev.
ImageWidthImage width in pixels.
ImageLengthImage height in pixels.
BitsPerSampleBits per channel (sample).
CompressionData compression technique.
PhotometricPhotometric interpretation.
Thresholding[obsoleted by TIFF rev.
CellWidth[obsoleted by TIFF rev.
CellLength[obsoleted by TIFF rev.
FillOrderData order within a byte.
DocumentNameName of document which holds for image.
ImageDescriptionInformation about image.
MakeScanner manufacturer name.
ModelScanner model name/number.
StripOffsetsOffsets to data strips.
Orientation[obsoleted by TIFF rev.
SamplesPerPixelSamples per pixel.
RowsPerStripRows per strip of data.
StripByteCountsBytes counts for strips.
MinSampleValue[obsoleted by TIFF rev.
MaxSampleValue[obsoleted by TIFF rev.
XresolutionPixels/resolution in x.
YresolutionPixels/resolution in y.
PlanarConfigStorage organization.
PageNamePage name image is from.
XpositionX page offset of image lhs.
YpositionY 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.
T4OptionsTIFF 6.0 proper name alias for GROUP3OPTIONS.
T6OptionsOptions for CCITT Group 4 fax encoding.
ResolutionUnitUnits of resolutions.
PageNumberPage numbers of multi-page.
ColorResponseUnit[obsoleted by TIFF rev.
TransferFunctionColorimetry info.
SoftwareName & release.
DateTimeCreation date and time.
ArtistCreator of image.
HostComputerMachine where created.
PredictorPrediction scheme w/ LZW.
WhitePointImage white point.
PrimaryChromaticitiesPrimary chromaticities.
ColorMapRGB map for pallette image.
HalftoneHintsHighlight + shadow info.
TileWidthTile width in pixels.
TileLengthTile height in pixels.
TileOffsetsOffsets to data tiles.
TileByteCountsByte counts for tiles.
BadFaxLinesLines with wrong pixel count.
CleanFaxDataRegenerated line info.
ConsecutiveBadFaxLinesMax consecutive bad lines.
SubIfdSubimage descriptors.
InkSetInks in separated image.
InkNamesASCII names of inks.
NumberOfInksNumber of inks.
DotRange0% and 100% dot codes.
TargetPrinterSeparation target.
ExtraSamplesInformation about extra samples.
SampleFormatData sample format.
SminSampleValueVariable MinSampleValue.
SmaxSampleValueVariable MaxSampleValue.
TransferRangeVariable TransferRange
ClipPathClipPath.
XclippathunitsXClipPathUnits.
YclippathunitsYClipPathUnits.
IndexedIndexed.
JpegTablesJPEG table stream.
OpiProxyOPI 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.
YcbcrCoefficientsRGB -> YCbCr transform.
YcbcrSubSamplingYCbCr subsampling factors.
YcbcrPositioningSubsample positioning.
ReferenceBlackWhiteColorimetry info.
XmlPacketXML packet.
OpiImageidOPI ImageID.
RefptsImage reference points.
CopyrightCopyright string.
PhotoshopResourcesPhotoshop image resources.
IccProfileThe embedded ICC device profile
ExifIfdPointerA pointer to the Exif IFD.
XPTitleInformation about image, used by Windows Explorer.
XPCommentComment on image, used by Windows Explorer.
XPAuthorImage Author, used by Windows Explorer.
XPKeywordsImage Keywords, used by Windows Explorer.
XPSubjectSubject 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.

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.