ExifTagImage Class

Contains EXIF tags for Image group (IFD).

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static class Image
Inheritance
Object    ExifTagImage

Properties

ActiveArea

Gets the ActiveArea EXIF tag.

Description: This rectangle defines the active (non-masked) pixels of the sensor. The order of the rectangle coordinates is: top, left, bottom, right.
Id: 50829 (0xc68d)
Type: Short

AnalogBalance

Gets the AnalogBalance EXIF tag.

Description: Normally the stored raw values are not white balanced, since any digital white balancing will reduce the dynamic range of the final image if the user decides to later adjust the white balance; however, if camera hardware is capable of white balancing the color channels before the signal is digitized, it can improve the dynamic range of the final image. AnalogBalance defines the gain, either analog (recommended) or digital (not recommended) that has been applied the stored raw values.
Id: 50727 (0xc627)
Type: Rational

AntiAliasStrength

Gets the AntiAliasStrength EXIF tag.

Description: Provides a hint to the DNG reader about how strong the camera's anti-alias filter is. A value of 0.0 means no anti-alias filter (i.e., the camera is prone to aliasing artifacts with some subjects), while a value of 1.0 means a strong anti-alias filter (i.e., the camera almost never has aliasing artifacts).
Id: 50738 (0xc632)
Type: Rational

ApertureValue

Gets the ApertureValue EXIF tag.

Description: The lens aperture.
Id: 37378 (0x9202)
Type: Rational

Artist

Gets the Artist EXIF tag.

Description: This tag records the name of the camera owner, photographer or image creator. The detailed format is not specified, but it is recommended that the information be written as in the example below for ease of Interoperability. When the field is left blank, it is treated as unknown. Ex.) "Camera owner, John Smith; Photographer, Michael Brown; Image creator, Ken James"
Id: 315 (0x013b)
Type: Ascii

AsShotICCProfile

Gets the AsShotICCProfile EXIF tag.

Description: This tag contains an ICC profile that, in conjunction with the AsShotPreProfileMatrix tag, provides the camera manufacturer with a way to specify a default color rendering from camera color space coordinates (linear reference values) into the ICC profile connection space. The ICC profile connection space is an output referred colorimetric space, whereas the other color calibration tags in DNG specify a conversion into a scene referred colorimetric space. This means that the rendering in this profile should include any desired tone and gamut mapping needed to convert between scene referred values and output referred values.
Id: 50831 (0xc68f)
Type: Undefined

AsShotNeutral

Gets the AsShotNeutral EXIF tag.

Description: Specifies the selected white balance at time of capture, encoded as the coordinates of a perfectly neutral color in linear reference space values. The inclusion of this tag precludes the inclusion of the AsShotWhiteXY tag.
Id: 50728 (0xc628)
Type: Short

AsShotPreProfileMatrix

Gets the AsShotPreProfileMatrix EXIF tag.

Description: This tag is used in conjunction with the AsShotICCProfile tag. It specifies a matrix that should be applied to the camera color space coordinates before processing the values through the ICC profile specified in the AsShotICCProfile tag. The matrix is stored in the row scan order. If ColorPlanes is greater than three, then this matrix can (but is not required to) reduce the dimensionality of the color data down to three components, in which case the AsShotICCProfile should have three rather than ColorPlanes input components.
Id: 50832 (0xc690)
Type: SRational

AsShotProfileName

Gets the AsShotProfileName EXIF tag.

Description: A UTF-8 encoded string containing the name of the "as shot" camera profile, if any.
Id: 50934 (0xc6f6)
Type: Byte

AsShotWhiteXY

Gets the AsShotWhiteXY EXIF tag.

Description: Specifies the selected white balance at time of capture, encoded as x-y chromaticity coordinates. The inclusion of this tag precludes the inclusion of the AsShotNeutral tag.
Id: 50729 (0xc629)
Type: Rational

BaselineExposure

Gets the BaselineExposure EXIF tag.

Description: Camera models vary in the trade-off they make between highlight headroom and shadow noise. Some leave a significant amount of highlight headroom during a normal exposure. This allows significant negative exposure compensation to be applied during raw conversion, but also means normal exposures will contain more shadow noise. Other models leave less headroom during normal exposures. This allows for less negative exposure compensation, but results in lower shadow noise for normal exposures. Because of these differences, a raw converter needs to vary the zero point of its exposure compensation control from model to model. BaselineExposure specifies by how much (in EV units) to move the zero point. Positive values result in brighter default results, while negative values result in darker default results.
Id: 50730 (0xc62a)
Type: SRational

BaselineNoise

Gets the BaselineNoise EXIF tag.

Description: Specifies the relative noise level of the camera model at a baseline ISO value of 100, compared to a reference camera model. Since noise levels tend to vary approximately with the square root of the ISO value, a raw converter can use this value, combined with the current ISO, to estimate the relative noise level of the current image.
Id: 50731 (0xc62b)
Type: Rational

BaselineSharpness

Gets the BaselineSharpness EXIF tag.

Description: Specifies the relative amount of sharpening required for this camera model, compared to a reference camera model. Camera models vary in the strengths of their anti-aliasing filters. Cameras with weak or no filters require less sharpening than cameras with strong anti-aliasing filters.
Id: 50732 (0xc62c)
Type: Rational

BatteryLevel

Gets the BatteryLevel EXIF tag.

Description: Contains a value of the battery level as a fraction or string
Id: 33423 (0x828f)
Type: Rational

BayerGreenSplit

Gets the BayerGreenSplit EXIF tag.

Description: Only applies to CFA images using a Bayer pattern filter array. This tag specifies, in arbitrary units, how closely the values of the green pixels in the blue/green rows track the values of the green pixels in the red/green rows. A value of zero means the two kinds of green pixels track closely, while a non-zero value means they sometimes diverge. The useful range for this tag is from 0 (no divergence) to about 5000 (quite large divergence).
Id: 50733 (0xc62d)
Type: Long

BestQualityScale

Gets the BestQualityScale EXIF tag.

Description: For some cameras, the best possible image quality is not achieved by preserving the total pixel count during conversion. For example, Fujifilm SuperCCD images have maximum detail when their total pixel count is doubled. This tag specifies the amount by which the values of the DefaultScale tag need to be multiplied to achieve the best quality image size.
Id: 50780 (0xc65c)
Type: Rational

BitsPerSample

Gets the BitsPerSample EXIF tag.

Description: The number of bits per image component. In this standard each component of the image is 8 bits, so the value for this tag is 8. See also SamplesPerPixel. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 258 (0x0102)
Type: Short

BlackLevel

Gets the BlackLevel EXIF tag.

Description: Specifies the zero light (a.k.a. thermal black or black current) encoding level, as a repeating pattern. The origin of this pattern is the top-left corner of the ActiveArea rectangle. The values are stored in row-column-sample scan order.
Id: 50714 (0xc61a)
Type: Rational

BlackLevelDeltaH

Gets the BlackLevelDeltaH EXIF tag.

Description: If the zero light encoding level is a function of the image column, BlackLevelDeltaH specifies the difference between the zero light encoding level for each column and the baseline zero light encoding level. If SamplesPerPixel is not equal to one, this single table applies to all the samples for each pixel.
Id: 50715 (0xc61b)
Type: SRational

BlackLevelDeltaV

Gets the BlackLevelDeltaV EXIF tag.

Description: If the zero light encoding level is a function of the image row, this tag specifies the difference between the zero light encoding level for each row and the baseline zero light encoding level. If SamplesPerPixel is not equal to one, this single table applies to all the samples for each pixel.
Id: 50716 (0xc61c)
Type: SRational

BlackLevelRepeatDim

Gets the BlackLevelRepeatDim EXIF tag.

Description: Specifies repeat pattern size for the BlackLevel tag.
Id: 50713 (0xc619)
Type: Short

BrightnessValue

Gets the BrightnessValue EXIF tag.

Description: The value of brightness.
Id: 37379 (0x9203)
Type: SRational

CalibrationIlluminant1

Gets the CalibrationIlluminant1 EXIF tag.

Description: The illuminant used for the first set of color calibration tags (ColorMatrix1, CameraCalibration1, ReductionMatrix1). The legal values for this tag are the same as the legal values for the LightSource EXIF tag.
Id: 50778 (0xc65a)
Type: Short

CalibrationIlluminant2

Gets the CalibrationIlluminant2 EXIF tag.

Description: The illuminant used for an optional second set of color calibration tags (ColorMatrix2, CameraCalibration2, ReductionMatrix2). The legal values for this tag are the same as the legal values for the CalibrationIlluminant1 tag; however, if both are included, neither is allowed to have a value of 0 (unknown).
Id: 50779 (0xc65b)
Type: Short

CameraCalibration1

Gets the CameraCalibration1 EXIF tag.

Description: CameraCalibration1 defines a calibration matrix that transforms reference camera native space values to individual camera native space values under the first calibration illuminant. The matrix is stored in row scan order. This matrix is stored separately from the matrix specified by the ColorMatrix1 tag to allow raw converters to swap in replacement color matrices based on UniqueCameraModel tag, while still taking advantage of any per-individual camera calibration performed by the camera manufacturer.
Id: 50723 (0xc623)
Type: SRational

CameraCalibration2

Gets the CameraCalibration2 EXIF tag.

Description: CameraCalibration2 defines a calibration matrix that transforms reference camera native space values to individual camera native space values under the second calibration illuminant. The matrix is stored in row scan order. This matrix is stored separately from the matrix specified by the ColorMatrix2 tag to allow raw converters to swap in replacement color matrices based on UniqueCameraModel tag, while still taking advantage of any per-individual camera calibration performed by the camera manufacturer.
Id: 50724 (0xc624)
Type: SRational

CameraCalibrationSignature

Gets the CameraCalibrationSignature EXIF tag.

Description: A UTF-8 encoded string associated with the CameraCalibration1 and CameraCalibration2 tags. The CameraCalibration1 and CameraCalibration2 tags should only be used in the DNG color transform if the string stored in the CameraCalibrationSignature tag exactly matches the string stored in the ProfileCalibrationSignature tag for the selected camera profile.
Id: 50931 (0xc6f3)
Type: Byte

CameraLabel

Gets the CameraLabel EXIF tag.

Description: The optional CameraLabel tag shall specify a text label for how the camera is used or assigned in this clip. This tag is similar to CameraLabel in XMP.
Id: 51105 (0xc7a1)
Type: Ascii

CameraSerialNumber

Gets the CameraSerialNumber EXIF tag.

Description: CameraSerialNumber contains the serial number of the camera or camera body that captured the image.
Id: 50735 (0xc62f)
Type: Ascii

CellLength

Gets the CellLength EXIF tag.

Description: The length of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file.
Id: 265 (0x0109)
Type: Short

CellWidth

Gets the CellWidth EXIF tag.

Description: The width of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file.
Id: 264 (0x0108)
Type: Short

CFALayout

Gets the CFALayout EXIF tag.

Description: Describes the spatial layout of the CFA.
Id: 50711 (0xc617)
Type: Short

CFAPattern

Gets the CFAPattern EXIF tag.

Description: Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods
Id: 33422 (0x828e)
Type: Byte

CFAPlaneColor

Gets the CFAPlaneColor EXIF tag.

Description: Provides a mapping between the values in the CFAPattern tag and the plane numbers in LinearRaw space. This is a required tag for non-RGB CFA images.
Id: 50710 (0xc616)
Type: Byte

CFARepeatPatternDim

Gets the CFARepeatPatternDim EXIF tag.

Description: Contains two values representing the minimum rows and columns to define the repeating patterns of the color filter array
Id: 33421 (0x828d)
Type: Short

ChromaBlurRadius

Gets the ChromaBlurRadius EXIF tag.

Description: ChromaBlurRadius provides a hint to the DNG reader about how much chroma blur should be applied to the image. If this tag is omitted, the reader will use its default amount of chroma blurring. Normally this tag is only included for non-CFA images, since the amount of chroma blur required for mosaic images is highly dependent on the de-mosaic algorithm, in which case the DNG reader's default value is likely optimized for its particular de-mosaic algorithm.
Id: 50737 (0xc631)
Type: Rational

ClipPath

Gets the ClipPath EXIF tag.

Description: A TIFF ClipPath is intended to mirror the essentials of PostScript's path creation functionality.
Id: 343 (0x0157)
Type: Byte

ColorimetricReference

Gets the ColorimetricReference EXIF tag.

Description: The DNG color model documents a transform between camera colors and CIE XYZ values. This tag describes the colorimetric reference for the CIE XYZ values. 0 = The XYZ values are scene-referred. 1 = The XYZ values are output-referred, using the ICC profile perceptual dynamic range. This tag allows output-referred data to be stored in DNG files and still processed correctly by DNG readers.
Id: 50879 (0xc6bf)
Type: Short

ColorMap

Gets the ColorMap EXIF tag.

Description: A color map for palette color images. This field defines a Red-Green-Blue color map (often called a lookup table) for palette-color images. In a palette-color image, a pixel value is used to index into an RGB lookup table.
Id: 320 (0x0140)
Type: Short

ColorMatrix1

Gets the ColorMatrix1 EXIF tag.

Description: ColorMatrix1 defines a transformation matrix that converts XYZ values to reference camera native color space values, under the first calibration illuminant. The matrix values are stored in row scan order. The ColorMatrix1 tag is required for all non-monochrome DNG files.
Id: 50721 (0xc621)
Type: SRational

ColorMatrix2

Gets the ColorMatrix2 EXIF tag.

Description: ColorMatrix2 defines a transformation matrix that converts XYZ values to reference camera native color space values, under the second calibration illuminant. The matrix values are stored in row scan order.
Id: 50722 (0xc622)
Type: SRational

CompressedBitsPerPixel

Gets the CompressedBitsPerPixel EXIF tag.

Description: Specific to compressed data; states the compressed bits per pixel.
Id: 37122 (0x9102)
Type: Rational

Compression

Gets the Compression EXIF tag.

Description: The compression scheme used for the image data. When a primary image is JPEG compressed, this designation is not necessary and is omitted. When thumbnails use JPEG compression, this tag value is set to 6.
Id: 259 (0x0103)
Type: Short

Copyright

Gets the Copyright EXIF tag.

Description: Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image. The Interoperability copyright statement including date and rights should be written in this field; e.g., "Copyright, John Smith, 19xx. All rights reserved.". In this standard the field records both the photographer and editor copyrights, with each recorded in a separate part of the statement. When there is a clear distinction between the photographer and editor copyrights, these are to be written in the order of photographer followed by editor copyright, separated by NULL (in this case since the statement also ends with a NULL, there are two NULL codes). When only the photographer copyright is given, it is terminated by one NULL code. When only the editor copyright is given, the photographer copyright part consists of one space followed by a terminating NULL code, then the editor copyright is given. When the field is left blank, it is treated as unknown.
Id: 33432 (0x8298)
Type: Ascii

CurrentICCProfile

Gets the CurrentICCProfile EXIF tag.

Description: This tag is used in conjunction with the CurrentPreProfileMatrix tag. The CurrentICCProfile and CurrentPreProfileMatrix tags have the same purpose and usage as the AsShotICCProfile and AsShotPreProfileMatrix tag pair, except they are for use by raw file editors rather than camera manufacturers.
Id: 50833 (0xc691)
Type: Undefined

CurrentPreProfileMatrix

Gets the CurrentPreProfileMatrix EXIF tag.

Description: This tag is used in conjunction with the CurrentICCProfile tag. The CurrentICCProfile and CurrentPreProfileMatrix tags have the same purpose and usage as the AsShotICCProfile and AsShotPreProfileMatrix tag pair, except they are for use by raw file editors rather than camera manufacturers.
Id: 50834 (0xc692)
Type: SRational

DateTime

Gets the DateTime EXIF tag.

Description: The date and time of image creation. In Exif standard, it is the date and time the file was changed.
Id: 306 (0x0132)
Type: Ascii

DateTimeOriginal

Gets the DateTimeOriginal EXIF tag.

Description: The date and time when the original image data was generated.
Id: 36867 (0x9003)
Type: Ascii

DefaultCropOrigin

Gets the DefaultCropOrigin EXIF tag.

Description: Raw images often store extra pixels around the edges of the final image. These extra pixels help prevent interpolation artifacts near the edges of the final image. DefaultCropOrigin specifies the origin of the final image area, in raw image coordinates (i.e., before the DefaultScale has been applied), relative to the top-left corner of the ActiveArea rectangle.
Id: 50719 (0xc61f)
Type: Short

DefaultCropSize

Gets the DefaultCropSize EXIF tag.

Description: Raw images often store extra pixels around the edges of the final image. These extra pixels help prevent interpolation artifacts near the edges of the final image. DefaultCropSize specifies the size of the final image area, in raw image coordinates (i.e., before the DefaultScale has been applied).
Id: 50720 (0xc620)
Type: Short

DefaultScale

Gets the DefaultScale EXIF tag.

Description: DefaultScale is required for cameras with non-square pixels. It specifies the default scale factors for each direction to convert the image to square pixels. Typically these factors are selected to approximately preserve total pixel count. For CFA images that use CFALayout equal to 2, 3, 4, or 5, such as the Fujifilm SuperCCD, these two values should usually differ by a factor of 2.0.
Id: 50718 (0xc61e)
Type: Rational

DNGBackwardVersion

Gets the DNGBackwardVersion EXIF tag.

Description: This tag specifies the oldest version of the Digital Negative specification for which a file is compatible. Readers shouldnot attempt to read a file if this tag specifies a version number that is higher than the version number of the specification the reader was based on. In addition to checking the version tags, readers should, for all tags, check the types, counts, and values, to verify it is able to correctly read the file.
Id: 50707 (0xc613)
Type: Byte

DNGPrivateData

Gets the DNGPrivateData EXIF tag.

Description: Provides a way for camera manufacturers to store private data in the DNG file for use by their own raw converters, and to have that data preserved by programs that edit DNG files.
Id: 50740 (0xc634)
Type: Byte

DNGVersion

Gets the DNGVersion EXIF tag.

Description: This tag encodes the DNG four-tier version number. For files compliant with version 1.1.0.0 of the DNG specification, this tag should contain the bytes: 1, 1, 0, 0.
Id: 50706 (0xc612)
Type: Byte

DocumentName

Gets the DocumentName EXIF tag.

Description: The name of the document from which this image was scanned
Id: 269 (0x010d)
Type: Ascii

DotRange

Gets the DotRange EXIF tag.

Description: The component values that correspond to a 0% dot and 100% dot.
Id: 336 (0x0150)
Type: Byte

ExifTag

Gets the ExifTag EXIF tag.

Description: A pointer to the Exif IFD. Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF.
Id: 34665 (0x8769)
Type: Long

ExposureBiasValue

Gets the ExposureBiasValue EXIF tag.

Description: The exposure bias.
Id: 37380 (0x9204)
Type: SRational

ExposureIndex

Gets the ExposureIndex EXIF tag.

Description: Encodes the camera exposure index setting when image was captured.
Id: 37397 (0x9215)
Type: Rational

ExposureProgram

Gets the ExposureProgram EXIF tag.

Description: The class of the program used by the camera to set exposure when the picture is taken.
Id: 34850 (0x8822)
Type: Short

ExposureTime

Gets the ExposureTime EXIF tag.

Description: Exposure time, given in seconds.
Id: 33434 (0x829a)
Type: Rational

ExtraSamples

Gets the ExtraSamples EXIF tag.

Description: Specifies that each pixel has m extra components whose interpretation is defined by one of the values listed below.
Id: 338 (0x0152)
Type: Short

FillOrder

Gets the FillOrder EXIF tag.

Description: The logical order of bits within a byte
Id: 266 (0x010a)
Type: Short

Flash

Gets the Flash EXIF tag.

Description: Indicates the status of flash when the image was shot.
Id: 37385 (0x9209)
Type: Short

FlashEnergy

Gets the FlashEnergy EXIF tag.

Description: Amount of flash energy (BCPS).
Id: 37387 (0x920b)
Type: Rational

FNumber

Gets the FNumber EXIF tag.

Description: The F number.
Id: 33437 (0x829d)
Type: Rational

FocalLength

Gets the FocalLength EXIF tag.

Description: The actual focal length of the lens, in mm.
Id: 37386 (0x920a)
Type: Rational

FocalPlaneResolutionUnit

Gets the FocalPlaneResolutionUnit EXIF tag.

Description: Unit of measurement for FocalPlaneXResolution(37390) and FocalPlaneYResolution(37391).
Id: 37392 (0x9210)
Type: Short

FocalPlaneXResolution

Gets the FocalPlaneXResolution EXIF tag.

Description: Number of pixels per FocalPlaneResolutionUnit (37392) in ImageWidth direction for main image.
Id: 37390 (0x920e)
Type: Rational

FocalPlaneYResolution

Gets the FocalPlaneYResolution EXIF tag.

Description: Number of pixels per FocalPlaneResolutionUnit (37392) in ImageLength direction for main image.
Id: 37391 (0x920f)
Type: Rational

ForwardMatrix1

Gets the ForwardMatrix1 EXIF tag.

Description: This tag defines a matrix that maps white balanced camera colors to XYZ D50 colors.
Id: 50964 (0xc714)
Type: SRational

ForwardMatrix2

Gets the ForwardMatrix2 EXIF tag.

Description: This tag defines a matrix that maps white balanced camera colors to XYZ D50 colors.
Id: 50965 (0xc715)
Type: SRational

FrameRate

Gets the FrameRate EXIF tag.

Description: The optional FrameRate tag shall specify the video frame rate in number of image frames per second, expressed as a signed rational number. The numerator shall be non-negative and the denominator shall be positive. This field value is identical to the sample rate field in SMPTE 377-1-2009.
Id: 51044 (0xc764)
Type: SRational

GPSTag

Gets the GPSTag EXIF tag.

Description: A pointer to the GPS Info IFD. The Interoperability structure of the GPS Info IFD, like that of Exif IFD, has no image data.
Id: 34853 (0x8825)
Type: Long

GrayResponseCurve

Gets the GrayResponseCurve EXIF tag.

Description: For grayscale data, the optical density of each possible pixel value.
Id: 291 (0x0123)
Type: Short

GrayResponseUnit

Gets the GrayResponseUnit EXIF tag.

Description: The precision of the information contained in the GrayResponseCurve.
Id: 290 (0x0122)
Type: Short

HalftoneHints

Gets the HalftoneHints EXIF tag.

Description: The purpose of the HalftoneHints field is to convey to the halftone function the range of gray levels within a colorimetrically-specified image that should retain tonal detail.
Id: 321 (0x0141)
Type: Short

HostComputer

Gets the HostComputer EXIF tag.

Description: This tag records information about the host computer used to generate the image.
Id: 316 (0x013c)
Type: Ascii

ImageDescription

Gets the ImageDescription EXIF tag.

Description: A character string giving the title of the image. It may be a comment such as "1988 company picnic" or the like. Two-bytes character codes cannot be used. When a 2-bytes code is necessary, the Exif Private tag UserComment is to be used.
Id: 270 (0x010e)
Type: Ascii

ImageHistory

Gets the ImageHistory EXIF tag.

Description: Record of what has been done to the image.
Id: 37395 (0x9213)
Type: Ascii

ImageID

Gets the ImageID EXIF tag.

Description: ImageID is the full pathname of the original, high-resolution image, or any other identifying string that uniquely identifies the original image (Adobe OPI).
Id: 32781 (0x800d)
Type: Ascii

ImageLength

Gets the ImageLength EXIF tag.

Description: The number of rows of image data. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 257 (0x0101)
Type: Long

ImageNumber

Gets the ImageNumber EXIF tag.

Description: Number assigned to an image, e.g., in a chained image burst.
Id: 37393 (0x9211)
Type: Long

ImageResources

Gets the ImageResources EXIF tag.

Description: Contains information embedded by the Adobe Photoshop application
Id: 34377 (0x8649)
Type: Byte

ImageWidth

Gets the ImageWidth EXIF tag.

Description: The number of columns of image data, equal to the number of pixels per row. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 256 (0x0100)
Type: Long

Indexed

Gets the Indexed EXIF tag.

Description: Indexed images are images where the 'pixels' do not represent color values, but rather an index (usually 8-bit) into a separate color table, the ColorMap.
Id: 346 (0x015a)
Type: Short

InkNames

Gets the InkNames EXIF tag.

Description: The name of each ink used in a separated (PhotometricInterpretation=5) image.
Id: 333 (0x014d)
Type: Ascii

InkSet

Gets the InkSet EXIF tag.

Description: The set of inks used in a separated (PhotometricInterpretation=5) image.
Id: 332 (0x014c)
Type: Short

InterColorProfile

Gets the InterColorProfile EXIF tag.

Description: Contains an InterColor Consortium (ICC) format color space characterization/profile
Id: 34675 (0x8773)
Type: Undefined

Interlace

Gets the Interlace EXIF tag.

Description: Indicates the field number of multifield images.
Id: 34857 (0x8829)
Type: Short

IPTCNAA

Gets the IPTCNAA EXIF tag.

Description: Contains an IPTC/NAA record
Id: 33723 (0x83bb)
Type: Long

ISOSpeedRatings

Gets the ISOSpeedRatings EXIF tag.

Description: Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.
Id: 34855 (0x8827)
Type: Short

JPEGACTables

Gets the JPEGACTables EXIF tag.

Description: This Field points to a list of offsets to the Huffman AC tables, one per component.
Id: 521 (0x0209)
Type: Long

JPEGDCTables

Gets the JPEGDCTables EXIF tag.

Description: This Field points to a list of offsets to the DC Huffman tables or the lossless Huffman tables, one per component.
Id: 520 (0x0208)
Type: Long

JPEGInterchangeFormat

Gets the JPEGInterchangeFormat EXIF tag.

Description: The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.
Id: 513 (0x0201)
Type: Long

JPEGInterchangeFormatLength

Gets the JPEGInterchangeFormatLength EXIF tag.

Description: The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data. JPEG thumbnails are not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not be recorded. Compressed thumbnails must be recorded in no more than 64 Kbytes, including all other data to be recorded in APP1.
Id: 514 (0x0202)
Type: Long

JPEGLosslessPredictors

Gets the JPEGLosslessPredictors EXIF tag.

Description: This Field points to a list of lossless predictor-selection values, one per component.
Id: 517 (0x0205)
Type: Short

JPEGPointTransforms

Gets the JPEGPointTransforms EXIF tag.

Description: This Field points to a list of point transform values, one per component.
Id: 518 (0x0206)
Type: Short

JPEGProc

Gets the JPEGProc EXIF tag.

Description: This field indicates the process used to produce the compressed data
Id: 512 (0x0200)
Type: Long

JPEGQTables

Gets the JPEGQTables EXIF tag.

Description: This Field points to a list of offsets to the quantization tables, one per component.
Id: 519 (0x0207)
Type: Long

JPEGRestartInterval

Gets the JPEGRestartInterval EXIF tag.

Description: This Field indicates the length of the restart interval used in the compressed image data.
Id: 515 (0x0203)
Type: Short

JPEGTables

Gets the JPEGTables EXIF tag.

Description: This optional tag may be used to encode the JPEG quantization and Huffman tables for subsequent use by the JPEG decompression process.
Id: 347 (0x015b)
Type: Undefined

LensInfo

Gets the LensInfo EXIF tag.

Description: Contains information about the lens that captured the image. If the minimum f-stops are unknown, they should be encoded as 0/0.
Id: 50736 (0xc630)
Type: Rational

LightSource

Gets the LightSource EXIF tag.

Description: The kind of light source.
Id: 37384 (0x9208)
Type: Short

LinearizationTable

Gets the LinearizationTable EXIF tag.

Description: Describes a lookup table that maps stored values into linear values. This tag is typically used to increase compression ratios by storing the raw data in a non-linear, more visually uniform space with fewer total encoding levels. If SamplesPerPixel is not equal to one, this single table applies to all the samples for each pixel.
Id: 50712 (0xc618)
Type: Short

LinearResponseLimit

Gets the LinearResponseLimit EXIF tag.

Description: Some sensors have an unpredictable non-linearity in their response as they near the upper limit of their encoding range. This non-linearity results in color shifts in the highlight areas of the resulting image unless the raw converter compensates for this effect. LinearResponseLimit specifies the fraction of the encoding range above which the response may become significantly non-linear.
Id: 50734 (0xc62e)
Type: Rational

LocalizedCameraModel

Gets the LocalizedCameraModel EXIF tag.

Description: Similar to the UniqueCameraModel field, except the name can be localized for different markets to match the localization of the camera name.
Id: 50709 (0xc615)
Type: Byte

Make

Gets the Make EXIF tag.

Description: The manufacturer of the recording equipment. This is the manufacturer of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown.
Id: 271 (0x010f)
Type: Ascii

MakerNoteSafety

Gets the MakerNoteSafety EXIF tag.

Description: MakerNoteSafety lets the DNG reader know whether the EXIF MakerNote tag is safe to preserve along with the rest of the EXIF data. File browsers and other image management software processing an image with a preserved MakerNote should be aware that any thumbnail image embedded in the MakerNote may be stale, and may not reflect the current state of the full size image.
Id: 50741 (0xc635)
Type: Short

MaskedAreas

Gets the MaskedAreas EXIF tag.

Description: This tag contains a list of non-overlapping rectangle coordinates of fully masked pixels, which can be optionally used by DNG readers to measure the black encoding level. The order of each rectangle's coordinates is: top, left, bottom, right. If the raw image data has already had its black encoding level subtracted, then this tag should not be used, since the masked pixels are no longer useful.
Id: 50830 (0xc68e)
Type: Short

MaxApertureValue

Gets the MaxApertureValue EXIF tag.

Description: The smallest F number of the lens.
Id: 37381 (0x9205)
Type: Rational

MeteringMode

Gets the MeteringMode EXIF tag.

Description: The metering mode.
Id: 37383 (0x9207)
Type: Short

Model

Gets the Model EXIF tag.

Description: The model name or model number of the equipment. This is the model name or number of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown.
Id: 272 (0x0110)
Type: Ascii

NewSubfileType

Gets the NewSubfileType EXIF tag.

Description: A general indication of the kind of data contained in this subfile.
Id: 254 (0x00fe)
Type: Long

Noise

Gets the Noise EXIF tag.

Description: Noise measurement values.
Id: 37389 (0x920d)
Type: Undefined

NoiseProfile

Gets the NoiseProfile EXIF tag.

Description: NoiseProfile describes the amount of noise in a raw image. Specifically, this tag models the amount of signal-dependent photon (shot) noise and signal-independent sensor readout noise, two common sources of noise in raw images. The model assumes that the noise is white and spatially independent, ignoring fixed pattern effects and other sources of noise (e.g., pixel response non-uniformity, spatially-dependent thermal effects, etc.).
Id: 51041 (0xc761)
Type: Double

NoiseReductionApplied

Gets the NoiseReductionApplied EXIF tag.

Description: This tag indicates how much noise reduction has been applied to the raw data on a scale of 0.0 to 1.0. A 0.0 value indicates that no noise reduction has been applied. A 1.0 value indicates that the "ideal" amount of noise reduction has been applied, i.e. that the DNG reader should not apply additional noise reduction by default. A value of 0/0 indicates that this parameter is unknown.
Id: 50935 (0xc6f7)
Type: Rational

NumberOfInks

Gets the NumberOfInks EXIF tag.

Description: The number of inks. Usually equal to SamplesPerPixel, unless there are extra samples.
Id: 334 (0x014e)
Type: Short

OECF

Gets the OECF EXIF tag.

Description: Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524.
Id: 34856 (0x8828)
Type: Undefined

OpcodeList1

Gets the OpcodeList1 EXIF tag.

Description: Specifies the list of opcodes that should be applied to the raw image, as read directly from the file.
Id: 51008 (0xc740)
Type: Undefined

OpcodeList2

Gets the OpcodeList2 EXIF tag.

Description: Specifies the list of opcodes that should be applied to the raw image, just after it has been mapped to linear reference values.
Id: 51009 (0xc741)
Type: Undefined

OpcodeList3

Gets the OpcodeList3 EXIF tag.

Description: Specifies the list of opcodes that should be applied to the raw image, just after it has been demosaiced.
Id: 51022 (0xc74e)
Type: Undefined

OPIProxy

Gets the OPIProxy EXIF tag.

Description: OPIProxy gives information concerning whether this image is a low-resolution proxy of a high-resolution image (Adobe OPI).
Id: 351 (0x015f)
Type: Short

Orientation

Gets the Orientation EXIF tag.

Description: The image orientation viewed in terms of rows and columns.
Id: 274 (0x0112)
Type: Short

OriginalRawFileData

Gets the OriginalRawFileData EXIF tag.

Description: If the DNG file was converted from a non-DNG raw file, then this tag contains the compressed contents of that original raw file. The contents of this tag always use the big-endian byte order. The tag contains a sequence of data blocks. Future versions of the DNG specification may define additional data blocks, so DNG readers should ignore extra bytes when parsing this tag. DNG readers should also detect the case where data blocks are missing from the end of the sequence, and should assume a default value for all the missing blocks. There are no padding or alignment bytes between data blocks.
Id: 50828 (0xc68c)
Type: Undefined

OriginalRawFileDigest

Gets the OriginalRawFileDigest EXIF tag.

Description: This tag is an MD5 digest of the data stored in the OriginalRawFileData tag.
Id: 50973 (0xc71d)
Type: Undefined

OriginalRawFileName

Gets the OriginalRawFileName EXIF tag.

Description: If the DNG file was converted from a non-DNG raw file, then this tag contains the file name of that original raw file.
Id: 50827 (0xc68b)
Type: Byte

PageNumber

Gets the PageNumber EXIF tag.

Description: The page number of the page from which this image was scanned.
Id: 297 (0x0129)
Type: Short

PhotometricInterpretation

Gets the PhotometricInterpretation EXIF tag.

Description: The pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 262 (0x0106)
Type: Short

PlanarConfiguration

Gets the PlanarConfiguration EXIF tag.

Description: Indicates whether pixel components are recorded in a chunky or planar format. In JPEG compressed files a JPEG marker is used instead of this tag. If this field does not exist, the TIFF default of 1 (chunky) is assumed.
Id: 284 (0x011c)
Type: Short

Predictor

Gets the Predictor EXIF tag.

Description: A predictor is a mathematical operator that is applied to the image data before an encoding scheme is applied.
Id: 317 (0x013d)
Type: Short

PreviewApplicationName

Gets the PreviewApplicationName EXIF tag.

Description: A UTF-8 encoded string containing the name of the application that created the preview stored in the IFD.
Id: 50966 (0xc716)
Type: Byte

PreviewApplicationVersion

Gets the PreviewApplicationVersion EXIF tag.

Description: A UTF-8 encoded string containing the version number of the application that created the preview stored in the IFD.
Id: 50967 (0xc717)
Type: Byte

PreviewColorSpace

Gets the PreviewColorSpace EXIF tag.

Description: This tag specifies the color space in which the rendered preview in this IFD is stored. The default value for this tag is sRGB for color previews and Gray Gamma 2.2 for monochrome previews.
Id: 50970 (0xc71a)
Type: Long

PreviewDateTime

Gets the PreviewDateTime EXIF tag.

Description: This tag is an ASCII string containing the name of the date/time at which the preview stored in the IFD was rendered. The date/time is encoded using ISO 8601 format.
Id: 50971 (0xc71b)
Type: Ascii

PreviewSettingsDigest

Gets the PreviewSettingsDigest EXIF tag.

Description: A unique ID of the conversion settings (for example, MD5 digest) used to render the preview stored in the IFD.
Id: 50969 (0xc719)
Type: Byte

PreviewSettingsName

Gets the PreviewSettingsName EXIF tag.

Description: A UTF-8 encoded string containing the name of the conversion settings (for example, snapshot name) used for the preview stored in the IFD.
Id: 50968 (0xc718)
Type: Byte

PrimaryChromaticities

Gets the PrimaryChromaticities EXIF tag.

Description: The chromaticity of the three primary colors of the image. Normally this tag is not necessary, since colorspace is specified in the colorspace information tag (ColorSpace).
Id: 319 (0x013f)
Type: Rational

PrintImageMatching

Gets the PrintImageMatching EXIF tag.

Description: Print Image Matching, description needed.
Id: 50341 (0xc4a5)
Type: Undefined

ProcessingSoftware

Gets the ProcessingSoftware EXIF tag.

Description: The name and version of the software used to post-process the picture.
Id: 11 (0x000b)
Type: Ascii

ProfileCalibrationSignature

Gets the ProfileCalibrationSignature EXIF tag.

Description: A UTF-8 encoded string associated with the camera profile tags. The CameraCalibration1 and CameraCalibration2 tags should only be used in the DNG color transfer if the string stored in the CameraCalibrationSignature tag exactly matches the string stored in the ProfileCalibrationSignature tag for the selected camera profile.
Id: 50932 (0xc6f4)
Type: Byte

ProfileCopyright

Gets the ProfileCopyright EXIF tag.

Description: A UTF-8 encoded string containing the copyright information for the camera profile. This string always should be preserved along with the other camera profile tags.
Id: 50942 (0xc6fe)
Type: Byte

ProfileEmbedPolicy

Gets the ProfileEmbedPolicy EXIF tag.

Description: This tag contains information about the usage rules for the associated camera profile.
Id: 50941 (0xc6fd)
Type: Long

ProfileHueSatMapData1

Gets the ProfileHueSatMapData1 EXIF tag.

Description: This tag contains the data for the first hue/saturation/value mapping table. Each entry of the table contains three 32-bit IEEE floating-point values. The first entry is hue shift in degrees; the second entry is saturation scale factor; and the third entry is a value scale factor. The table entries are stored in the tag in nested loop order, with the value divisions in the outer loop, the hue divisions in the middle loop, and the saturation divisions in the inner loop. All zero input saturation entries are required to have a value scale factor of 1.0.
Id: 50938 (0xc6fa)
Type: Float

ProfileHueSatMapData2

Gets the ProfileHueSatMapData2 EXIF tag.

Description: This tag contains the data for the second hue/saturation/value mapping table. Each entry of the table contains three 32-bit IEEE floating-point values. The first entry is hue shift in degrees; the second entry is a saturation scale factor; and the third entry is a value scale factor. The table entries are stored in the tag in nested loop order, with the value divisions in the outer loop, the hue divisions in the middle loop, and the saturation divisions in the inner loop. All zero input saturation entries are required to have a value scale factor of 1.0.
Id: 50939 (0xc6fb)
Type: Float

ProfileHueSatMapDims

Gets the ProfileHueSatMapDims EXIF tag.

Description: This tag specifies the number of input samples in each dimension of the hue/saturation/value mapping tables. The data for these tables are stored in ProfileHueSatMapData1 and ProfileHueSatMapData2 tags. The most common case has ValueDivisions equal to 1, so only hue and saturation are used as inputs to the mapping table.
Id: 50937 (0xc6f9)
Type: Long

ProfileLookTableData

Gets the ProfileLookTableData EXIF tag.

Description: This tag contains a default "look" table that can be applied while processing the image as a starting point for user adjustment. This table uses the same format as the tables stored in the ProfileHueSatMapData1 and ProfileHueSatMapData2 tags, and is applied in the same color space. However, it should be applied later in the processing pipe, after any exposure compensation and/or fill light stages, but before any tone curve stage. Each entry of the table contains three 32-bit IEEE floating-point values. The first entry is hue shift in degrees, the second entry is a saturation scale factor, and the third entry is a value scale factor. The table entries are stored in the tag in nested loop order, with the value divisions in the outer loop, the hue divisions in the middle loop, and the saturation divisions in the inner loop. All zero input saturation entries are required to have a value scale factor of 1.0.
Id: 50982 (0xc726)
Type: Float

ProfileLookTableDims

Gets the ProfileLookTableDims EXIF tag.

Description: This tag specifies the number of input samples in each dimension of a default "look" table. The data for this table is stored in the ProfileLookTableData tag.
Id: 50981 (0xc725)
Type: Long

ProfileName

Gets the ProfileName EXIF tag.

Description: A UTF-8 encoded string containing the name of the camera profile. This tag is optional if there is only a single camera profile stored in the file but is required for all camera profiles if there is more than one camera profile stored in the file.
Id: 50936 (0xc6f8)
Type: Byte

ProfileToneCurve

Gets the ProfileToneCurve EXIF tag.

Description: This tag contains a default tone curve that can be applied while processing the image as a starting point for user adjustments. The curve is specified as a list of 32-bit IEEE floating-point value pairs in linear gamma. Each sample has an input value in the range of 0.0 to 1.0, and an output value in the range of 0.0 to 1.0. The first sample is required to be (0.0, 0.0), and the last sample is required to be (1.0, 1.0). Interpolated the curve using a cubic spline.
Id: 50940 (0xc6fc)
Type: Float

Rating

Gets the Rating EXIF tag.

Description: Rating tag used by Windows
Id: 18246 (0x4746)
Type: Short

RatingPercent

Gets the RatingPercent EXIF tag.

Description: Rating tag used by Windows, value in percent
Id: 18249 (0x4749)
Type: Short

RawDataUniqueID

Gets the RawDataUniqueID EXIF tag.

Description: This tag contains a 16-byte unique identifier for the raw image data in the DNG file. DNG readers can use this tag to recognize a particular raw image, even if the file's name or the metadata contained in the file has been changed. If a DNG writer creates such an identifier, it should do so using an algorithm that will ensure that it is very unlikely two different images will end up having the same identifier.
Id: 50781 (0xc65d)
Type: Byte

RawImageDigest

Gets the RawImageDigest EXIF tag.

Description: This tag is an MD5 digest of the raw image data. All pixels in the image are processed in row-scan order. Each pixel is zero padded to 16 or 32 bits deep (16-bit for data less than or equal to 16 bits deep, 32-bit otherwise). The data for each pixel is processed in little-endian byte order.
Id: 50972 (0xc71c)
Type: Undefined

ReductionMatrix1

Gets the ReductionMatrix1 EXIF tag.

Description: ReductionMatrix1 defines a dimensionality reduction matrix for use as the first stage in converting color camera native space values to XYZ values, under the first calibration illuminant. This tag may only be used if ColorPlanes is greater than 3. The matrix is stored in row scan order.
Id: 50725 (0xc625)
Type: SRational

ReductionMatrix2

Gets the ReductionMatrix2 EXIF tag.

Description: ReductionMatrix2 defines a dimensionality reduction matrix for use as the first stage in converting color camera native space values to XYZ values, under the second calibration illuminant. This tag may only be used if ColorPlanes is greater than 3. The matrix is stored in row scan order.
Id: 50726 (0xc626)
Type: SRational

ReelName

Gets the ReelName EXIF tag.

Description: The optional ReelName tag shall specify a name for a sequence of images, where each image in the sequence has a unique image identifier (including but not limited to file name, frame number, date time, time code).
Id: 51081 (0xc789)
Type: Ascii

ReferenceBlackWhite

Gets the ReferenceBlackWhite EXIF tag.

Description: The reference black point value and reference white point value. No defaults are given in TIFF, but the values below are given as defaults here. The color space is declared in a color space information tag, with the default being the value that gives the optimal image characteristics Interoperability these conditions.
Id: 532 (0x0214)
Type: Rational

ResolutionUnit

Gets the ResolutionUnit EXIF tag.

Description: The unit for measuring XResolution and YResolution. The same unit is used for both XResolution and YResolution. If the image resolution is unknown, 2 (inches) is designated.
Id: 296 (0x0128)
Type: Short

RowInterleaveFactor

Gets the RowInterleaveFactor EXIF tag.

Description: This tag specifies that rows of the image are stored in interleaved order. The value of the tag specifies the number of interleaved fields. The use of a non-default value for this tag requires setting the DNGBackwardVersion tag to at least 1.2.0.0.
Id: 50975 (0xc71f)
Type: Long

RowsPerStrip

Gets the RowsPerStrip EXIF tag.

Description: The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted. See also StripOffsets and StripByteCounts.
Id: 278 (0x0116)
Type: Long

SampleFormat

Gets the SampleFormat EXIF tag.

Description: This field specifies how to interpret each data sample in a pixel.
Id: 339 (0x0153)
Type: Short

SamplesPerPixel

Gets the SamplesPerPixel EXIF tag.

Description: The number of components per pixel. Since this standard applies to RGB and YCbCr images, the value set for this tag is 3. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 277 (0x0115)
Type: Short

SecurityClassification

Gets the SecurityClassification EXIF tag.

Description: Security classification assigned to the image.
Id: 37394 (0x9212)
Type: Ascii

SelfTimerMode

Gets the SelfTimerMode EXIF tag.

Description: Number of seconds image capture was delayed from button press.
Id: 34859 (0x882b)
Type: Short

SensingMethod

Gets the SensingMethod EXIF tag.

Description: Type of image sensor.
Id: 37399 (0x9217)
Type: Short

ShadowScale

Gets the ShadowScale EXIF tag.

Description: This tag is used by Adobe Camera Raw to control the sensitivity of its 'Shadows' slider.
Id: 50739 (0xc633)
Type: SRational

ShutterSpeedValue

Gets the ShutterSpeedValue EXIF tag.

Description: Shutter speed.
Id: 37377 (0x9201)
Type: SRational

SMaxSampleValue

Gets the SMaxSampleValue EXIF tag.

Description: This field specifies the maximum sample value.
Id: 341 (0x0155)
Type: Short

SMinSampleValue

Gets the SMinSampleValue EXIF tag.

Description: This field specifies the minimum sample value.
Id: 340 (0x0154)
Type: Short

Software

Gets the Software EXIF tag.

Description: This tag records the name and version of the software or firmware of the camera or image input device used to generate the image. The detailed format is not specified, but it is recommended that the example shown below be followed. When the field is left blank, it is treated as unknown.
Id: 305 (0x0131)
Type: Ascii

SpatialFrequencyResponse

Gets the SpatialFrequencyResponse EXIF tag.

Description: SFR of the camera.
Id: 37388 (0x920c)
Type: Undefined

SpectralSensitivity

Gets the SpectralSensitivity EXIF tag.

Description: Indicates the spectral sensitivity of each channel of the camera used.
Id: 34852 (0x8824)
Type: Ascii

StripByteCounts

Gets the StripByteCounts EXIF tag.

Description: The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.
Id: 279 (0x0117)
Type: Long

StripOffsets

Gets the StripOffsets EXIF tag.

Description: For each strip, the byte offset of that strip. It is recommended that this be selected so the number of strip bytes does not exceed 64 Kbytes. With JPEG compressed data this designation is not needed and is omitted. See also RowsPerStrip and StripByteCounts.
Id: 273 (0x0111)
Type: Long

SubfileType

Gets the SubfileType EXIF tag.

Description: A general indication of the kind of data contained in this subfile. This field is deprecated. The NewSubfileType field should be used instead.
Id: 255 (0x00ff)
Type: Short

SubIFDs

Gets the SubIFDs EXIF tag.

Description: Defined by Adobe Corporation to enable TIFF Trees within a TIFF file.
Id: 330 (0x014a)
Type: Long

SubjectDistance

Gets the SubjectDistance EXIF tag.

Description: The distance to the subject, given in meters.
Id: 37382 (0x9206)
Type: SRational

SubjectLocation

Gets the SubjectLocation EXIF tag.

Description: Indicates the location and area of the main subject in the overall scene.
Id: 37396 (0x9214)
Type: Short

SubTileBlockSize

Gets the SubTileBlockSize EXIF tag.

Description: Normally, the pixels within a tile are stored in simple row-scan order. This tag specifies that the pixels within a tile should be grouped first into rectangular blocks of the specified size. These blocks are stored in row-scan order. Within each block, the pixels are stored in row-scan order. The use of a non-default value for this tag requires setting the DNGBackwardVersion tag to at least 1.2.0.0.
Id: 50974 (0xc71e)
Type: Long

T4Options

Gets the T4Options EXIF tag.

Description: T.4-encoding options.
Id: 292 (0x0124)
Type: Long

T6Options

Gets the T6Options EXIF tag.

Description: T.6-encoding options.
Id: 293 (0x0125)
Type: Long

TargetPrinter

Gets the TargetPrinter EXIF tag.

Description: A description of the printing environment for which this separation is intended.
Id: 337 (0x0151)
Type: Ascii

Thresholding

Gets the Thresholding EXIF tag.

Description: For black and white TIFF files that represent shades of gray, the technique used to convert from gray to black and white pixels.
Id: 263 (0x0107)
Type: Short

TIFFEPStandardID

Gets the TIFFEPStandardID EXIF tag.

Description: Contains four ASCII characters representing the TIFF/EP standard version of a TIFF/EP file, eg '1', '0', '0', '0'
Id: 37398 (0x9216)
Type: Byte

TileByteCounts

Gets the TileByteCounts EXIF tag.

Description: For each tile, the number of (compressed) bytes in that tile. See TileOffsets for a description of how the byte counts are ordered.
Id: 325 (0x0145)
Type: Short

TileLength

Gets the TileLength EXIF tag.

Description: The tile length (height) in pixels. This is the number of rows in each tile.
Id: 323 (0x0143)
Type: Short

TileOffsets

Gets the TileOffsets EXIF tag.

Description: 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.
Id: 324 (0x0144)
Type: Short

TileWidth

Gets the TileWidth EXIF tag.

Description: The tile width in pixels. This is the number of columns in each tile.
Id: 322 (0x0142)
Type: Short

TimeCodes

Gets the TimeCodes EXIF tag.

Description: The optional TimeCodes tag shall contain an ordered array of time codes. All time codes shall be 8 bytes long and in binary format. The tag may contain from 1 to 10 time codes. When the tag contains more than one time code, the first one shall be the default time code. This specification does not prescribe how to use multiple time codes. Each time code shall be as defined for the 8-byte time code structure in SMPTE 331M-2004, Section 8.3. See also SMPTE 12-1-2008 and SMPTE 309-1999.
Id: 51043 (0xc763)
Type: Byte

TimeZoneOffset

Gets the TimeZoneOffset EXIF tag.

Description: This optional tag encodes the time zone of the camera clock (relative to Greenwich Mean Time) used to create the DataTimeOriginal tag-value when the picture was taken. It may also contain the time zone offset of the clock used to create the DateTime tag-value when the image was modified.
Id: 34858 (0x882a)
Type: SShort

TransferFunction

Gets the TransferFunction EXIF tag.

Description: A transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).
Id: 301 (0x012d)
Type: Short

TransferRange

Gets the TransferRange EXIF tag.

Description: Expands the range of the TransferFunction
Id: 342 (0x0156)
Type: Short

TStop

Gets the TStop EXIF tag.

Description: The optional TStop tag shall specify the T-stop of the actual lens, expressed as an unsigned rational number. T-stop is also known as T-number or the photometric aperture of the lens. (F-number is the geometric aperture of the lens.) When the exact value is known, the T-stop shall be specified using a single number. Alternately, two numbers shall be used to indicate a T-stop range, in which case the first number shall be the minimum T-stop and the second number shall be the maximum T-stop.
Id: 51058 (0xc772)
Type: SRational

UniqueCameraModel

Gets the UniqueCameraModel EXIF tag.

Description: Defines a unique, non-localized name for the camera model that created the image in the raw file. This name should include the manufacturer's name to avoid conflicts, and should not be localized, even if the camera name itself is localized for different markets (see LocalizedCameraModel). This string may be used by reader software to index into per-model preferences and replacement profiles.
Id: 50708 (0xc614)
Type: Ascii

WhiteLevel

Gets the WhiteLevel EXIF tag.

Description: This tag specifies the fully saturated encoding level for the raw sample values. Saturation is caused either by the sensor itself becoming highly non-linear in response, or by the camera's analog to digital converter clipping.
Id: 50717 (0xc61d)
Type: Short

WhitePoint

Gets the WhitePoint EXIF tag.

Description: The chromaticity of the white point of the image. Normally this tag is not necessary, since color space is specified in the colorspace information tag (ColorSpace).
Id: 318 (0x013e)
Type: Rational

XClipPathUnits

Gets the XClipPathUnits EXIF tag.

Description: The number of units that span the width of the image, in terms of integer ClipPath coordinates.
Id: 344 (0x0158)
Type: SShort

XMLPacket

Gets the XMLPacket EXIF tag.

Description: XMP Metadata (Adobe technote 9-14-02)
Id: 700 (0x02bc)
Type: Byte

XPAuthor

Gets the XPAuthor EXIF tag.

Description: Author tag used by Windows, encoded in UCS2
Id: 40093 (0x9c9d)
Type: Byte

XPComment

Gets the XPComment EXIF tag.

Description: Comment tag used by Windows, encoded in UCS2
Id: 40092 (0x9c9c)
Type: Byte

XPKeywords

Gets the XPKeywords EXIF tag.

Description: Keywords tag used by Windows, encoded in UCS2
Id: 40094 (0x9c9e)
Type: Byte

XPSubject

Gets the XPSubject EXIF tag.

Description: Subject tag used by Windows, encoded in UCS2
Id: 40095 (0x9c9f)
Type: Byte

XPTitle

Gets the XPTitle EXIF tag.

Description: Title tag used by Windows, encoded in UCS2
Id: 40091 (0x9c9b)
Type: Byte

XResolution

Gets the XResolution EXIF tag.

Description: The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 [dpi] is designated.
Id: 282 (0x011a)
Type: Rational

YCbCrCoefficients

Gets the YCbCrCoefficients EXIF tag.

Description: The matrix coefficients for transformation from RGB to YCbCr image data. No default is given in TIFF; but here the value given in Appendix E, "Color Space Guidelines", is used as the default. The color space is declared in a color space information tag, with the default being the value that gives the optimal image characteristics Interoperability this condition.
Id: 529 (0x0211)
Type: Rational

YCbCrPositioning

Gets the YCbCrPositioning EXIF tag.

Description: The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data. The TIFF default is 1 (centered); but when Y:Cb:Cr = 4:2:2 it is recommended in this standard that 2 (co-sited) be used to record data, in order to improve the image quality when viewed on TV systems. When this field does not exist, the reader shall assume the TIFF default. In the case of Y:Cb:Cr = 4:2:0, the TIFF default (centered) is recommended. If the reader does not have the capability of supporting both kinds of YCbCrPositioning, it shall follow the TIFF default regardless of the value in this field. It is preferable that readers be able to support both centered and co-sited positioning.
Id: 531 (0x0213)
Type: Short

YCbCrSubSampling

Gets the YCbCrSubSampling EXIF tag.

Description: The sampling ratio of chrominance components in relation to the luminance component. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 530 (0x0212)
Type: Short

YClipPathUnits

Gets the YClipPathUnits EXIF tag.

Description: The number of units that span the height of the image, in terms of integer ClipPath coordinates.
Id: 345 (0x0159)
Type: SShort

YResolution

Gets the YResolution EXIF tag.

Description: The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.
Id: 283 (0x011b)
Type: Rational

See Also