public final class TiffTagIdEnum
extends com.aspose.ms.System.Enum
Represents ids of TIFF tags.
Modifier and Type | Field and Description |
---|---|
static int |
Artist
Person who created the image.
|
static int |
BitsPerSample
Number of bits per component.
|
static int |
CellLength
The length of the dithering or halftoning matrix used to create a dithered or
halftoned bi-level file.
|
static int |
CellWidth
The width of the dithering or halftoning matrix used to create a dithered or
halftoned bi-level file.
|
static int |
ColorMap
A color map for palette color images.
|
static int |
Compression
Compression scheme used on the image data.
|
static int |
Copyright
Copyright notice.
|
static int |
DateTime
Date and time of image creation.
|
static int |
DocumentName
The name of the document from which this image was scanned.
|
static int |
ExifIfd
Pointer to collection of all EXIF Metadata.
|
static int |
ExtraSamples
Description of extra components.
|
static int |
FillOrder
The logical order of bits within a byte.
|
static int |
FreeByteCounts
For each string of contiguous unused bytes in a TIFF file, the number of bytes in the string.
|
static int |
FreeOffsets
For each string of contiguous unused bytes in a TIFF file, the byte offset of the string.
|
static int |
GpsIfd
Pointer to GPS data.
|
static int |
GrayResponseCurve
For grayscale data, the optical density of each possible pixel value.
|
static int |
GrayResponseUnit
The precision of the information contained in the GrayResponseCurve.
|
static int |
HostComputer
The computer and/or operating system in use at the time of image creation.
|
static int |
IccProfile
Color profile data.
|
static int |
ImageDescription
A string that describes the subject of the image.
|
static int |
ImageID
OPI-related.
|
static int |
ImageLayer
Image layer.
|
static int |
ImageLength
The number of rows (sometimes described as scan lines) in the image.
|
static int |
ImageWidth
The number of columns in the image, i.e., the number of pixels per scan line.
|
static int |
InkSet
The set of inks used in a separated (PhotometricInterpretation=5) image.
|
static int |
Iptc
IPTC (International Press Telecommunications Council) metadata.
|
static int |
Make
The scanner manufacturer.
|
static int |
Makersnotes
Pointer to makernotes data.
|
static int |
MaxSampleValue
The maximum component value used.
|
static int |
MinSampleValue
The minimum component value used.
|
static int |
Model
The scanner model name or number.
|
static int |
NewSubfileType
A general indication of the kind of data contained in this sub-file.
|
static int |
NumberOfInks
The number of inks.
|
static int |
Orientation
The orientation of the image with respect to the rows and columns.
|
static int |
PageName
The name of the page from which this image was scanned.
|
static int |
PageNumber
The page number of the page from which this image was scanned.
|
static int |
PhotometricInterpretation
The color space of the image data.
|
static int |
Photoshop
Collection of Photoshop 'Image Resource Blocks'.
|
static int |
PlanarConfiguration
How the components of each pixel are stored.
|
static int |
Predictor
This section defines a Predictor that greatly improves compression ratios for some images.
|
static int |
ResolutionUnit
The unit of measurement for XResolution and YResolution.
|
static int |
RowsPerStrip
The number of rows per strip.
|
static int |
SamplesPerPixel
The number of components per pixel.
|
static int |
Software
Name and version number of the software package(s) used to create the image.
|
static int |
StripByteCounts
For each strip, the number of bytes in the strip after compression.
|
static int |
StripOffsets
For each strip, the byte offset of that strip.
|
static int |
Threshholding
For black and white TIFF files that represent shades of gray, the technique used to convert from gray to black and white pixels.
|
static int |
TileByteCounts
For each tile, the number of (compressed) bytes in that tile.
|
static int |
TileLength
The tile length (height) in pixels.
|
static int |
TileOffsets
For each tile, the byte offset of that tile, as compressed and stored on disk.
|
static int |
TileWidth
The tile width in pixels.
|
static int |
XMP
Pointer to the XMP metadata.
|
static int |
XPosition
X position of the image.
|
static int |
XResolution
The number of pixels per ResolutionUnit in the ImageWidth direction.
|
static int |
YPosition
Y position of the image.
|
static int |
YResolution
The number of pixels per ResolutionUnit in the ImageLength direction.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NewSubfileType
A general indication of the kind of data contained in this sub-file.
public static final int ImageWidth
The number of columns in the image, i.e., the number of pixels per scan line.
public static final int ImageLength
The number of rows (sometimes described as scan lines) in the image.
public static final int BitsPerSample
Number of bits per component.
public static final int Compression
Compression scheme used on the image data.
public static final int PhotometricInterpretation
The color space of the image data.
public static final int Threshholding
For black and white TIFF files that represent shades of gray, the technique used to convert from gray to black and white pixels.
public static final int CellWidth
The width of the dithering or halftoning matrix used to create a dithered or halftoned bi-level file.
public static final int CellLength
The length of the dithering or halftoning matrix used to create a dithered or halftoned bi-level file.
public static final int FillOrder
The logical order of bits within a byte.
public static final int DocumentName
The name of the document from which this image was scanned.
public static final int ImageDescription
A string that describes the subject of the image.
public static final int Make
The scanner manufacturer.
public static final int Model
The scanner model name or number.
public static final int StripOffsets
For each strip, the byte offset of that strip.
public static final int Orientation
The orientation of the image with respect to the rows and columns.
public static final int SamplesPerPixel
The number of components per pixel.
public static final int RowsPerStrip
The number of rows per strip.
public static final int StripByteCounts
For each strip, the number of bytes in the strip after compression.
public static final int MinSampleValue
The minimum component value used.
public static final int MaxSampleValue
The maximum component value used.
public static final int XResolution
The number of pixels per ResolutionUnit in the ImageWidth direction.
public static final int YResolution
The number of pixels per ResolutionUnit in the ImageLength direction.
public static final int PlanarConfiguration
How the components of each pixel are stored.
public static final int PageName
The name of the page from which this image was scanned.
public static final int XPosition
X position of the image.
public static final int YPosition
Y position of the image.
public static final int FreeOffsets
For each string of contiguous unused bytes in a TIFF file, the byte offset of the string.
public static final int FreeByteCounts
For each string of contiguous unused bytes in a TIFF file, the number of bytes in the string.
public static final int GrayResponseUnit
The precision of the information contained in the GrayResponseCurve.
public static final int GrayResponseCurve
For grayscale data, the optical density of each possible pixel value.
public static final int ResolutionUnit
The unit of measurement for XResolution and YResolution.
public static final int PageNumber
The page number of the page from which this image was scanned.
public static final int Software
Name and version number of the software package(s) used to create the image.
public static final int DateTime
Date and time of image creation.
public static final int Artist
Person who created the image.
public static final int HostComputer
The computer and/or operating system in use at the time of image creation.
public static final int Predictor
This section defines a Predictor that greatly improves compression ratios for some images.
public static final int ColorMap
A color map for palette color images.
public static final int TileWidth
The tile width in pixels. This is the number of columns in each tile.
public static final int TileLength
The tile length (height) in pixels. This is the number of rows in each tile.
public static final int TileOffsets
For each tile, the byte offset of that tile, as compressed and stored on disk. The offset is specified with respect to the beginning of the TIFF file. Note that this implies that each tile has a location independent of the locations of other tiles.
public static final int TileByteCounts
For each tile, the number of (compressed) bytes in that tile.
public static final int InkSet
The set of inks used in a separated (PhotometricInterpretation=5) image.
public static final int NumberOfInks
The number of inks. Usually equal to SamplesPerPixel, unless there are extra samples.
public static final int ExtraSamples
Description of extra components.
public static final int Copyright
Copyright notice.
public static final int XMP
Pointer to the XMP metadata.
public static final int ImageID
OPI-related.
public static final int Iptc
IPTC (International Press Telecommunications Council) metadata. Often times, the data type is incorrectly specified as LONG.
public static final int Photoshop
Collection of Photoshop 'Image Resource Blocks'.
public static final int ImageLayer
Image layer.
public static final int IccProfile
Color profile data.
public static final int ExifIfd
Pointer to collection of all EXIF Metadata. EXIF uses field names rather than tags to indicate the field content.
public static final int GpsIfd
Pointer to GPS data.
public static final int Makersnotes
Pointer to makernotes data.
Copyright © 2017. All rights reserved.