Specifies the Exif (Exchangeable Image File Format) tags based on Exif v2.2 (JEITA CP-3451)

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public enum ExifTags
Visual Basic (Declaration)
Public Enumeration ExifTags
Visual C++
public enum class ExifTags

Members

Member nameDescription
ImageWidth
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.
ImageLength
The number of rows of image data. In JPEG compressed data a JPEG marker is used instead of this tag.
BitsPerSample
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.
Compression
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.
PhotometricInterpretation
The pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.
ImageDescription
A character string giving the title of the image.
Make
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.
Model
The model name or model number of the equipment. This is the model name of 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.
StripOffsets
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.
Orientation
The image orientation viewed in terms of rows and columns.
SamplesPerPixel
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.
RowsPerStrip
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 RowsPerStrip and StripByteCounts.
StripByteCounts
The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.
XResolution
The number of pixels per ResolutionUnit in the ImageWidth direction. When the image resolution is unknown, 72 dpi is designated.
YResolution
The number of pixels per ResolutionUnit in the ImageLength direction. The same value as XResolution is designated.
PlanarConfiguration
Indicates whether pixel components are recorded in 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.
ResolutionUnit
The unit for measuring XResolution and YResolution. The same unit is used for both XResolution and YResolution. If the image resolution in unknown, 2 (inches) is designated.
TransferFunction
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).
Software
This tag records the name and version of the software or firmware of the camera or image input device used to generate the image.
DateTime
The date and time of image creation. In this standard it is the date and time the file was changed.
Artist
This tag records the name of the camera owner, photographer or image creator.
WhitePoint
The chromaticity of the white point of the image. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).
PrimaryChromaticities
The chromaticity of the three primary colors of the image. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).
JPEGInterchangeFormat
The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.
JPEGInterchangeFormatLength
The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data.
YCbCrCoefficients
The matrix coefficients for transformation from RGB to YCbCr image data.
YCbCrSubSampling
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.
YCbCrPositioning
The position of chrominance components in relation to the luminance component.
ReferenceBlackWhite
The reference black point value and reference white point value.
Copyright
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.
ExposureTime
Exposure time, given in seconds (sec).
FNumber
The F number.
ExposureProgram
The class of the program used by the camera to set exposure when the picture is taken.
SpectralSensitivity
Indicates the spectral sensitivity of each channel of the camera used. The tag value is an ASCII string compatible with the standard developed by the ASTM Technical committee.
ISOSpeedRatings
Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.
OECF
Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524. OECF is the relationship between the camera optical input and the image values.
ExifVersion
The version of this standard supported.
DateTimeOriginal
The date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded.
DateTimeDigitized
The date and time when the image was stored as digital data. If, for example, an image was captured by DSC and at the same time the file was recorded, then the DateTimeOriginal and DateTimeDigitized will have the same contents.
ComponentsConfiguration
Information specific to compressed data. The channels of each component are arranged in order from the 1st component to the 4th. For uncompressed data the data arrangement is given in the PhotometricInterpretation tag.
CompressedBitsPerPixel
Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.
ShutterSpeedValue
Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting.
ApertureValue
The lens aperture. The unit is the APEX (Additive System of Photographic Exposure) value.
BrightnessValue
The value of brightness. The unit is the APEX (Additive System of Photographic Exposure) value. Ordinarily it is given in the range of -99.99 to 99.99.
ExposureBiasValue
The exposure bias. The unit is the APEX (Additive System of Photographic Exposure) value. Ordinarily it is given in the range of –99.99 to 99.99.
MaxApertureValue
The smallest F number of the lens. The unit is the APEX (Additive System of Photographic Exposure) value. Ordinarily it is given in the range of 00.00 to 99.99, but it is not limited to this range.
SubjectDistance
The distance to the subject, given in meters.
MeteringMode
The metering mode.
LightSource
The kind of light source.
Flash
This tag indicates the status of flash when the image was shot.
FocalLength
The actual focal length of the lens, in mm.
SubjectArea
This tag indicates the location and area of the main subject in the overall scene.
MakerNote
A tag for manufacturers of Exif writers to record any desired information.
UserComment
A tag for Exif users to write keywords or comments on the image besides those in ImageDescription, and without the character code limitations of the ImageDescription tag.
SubsecTime
A tag used to record fractions of seconds for the DateTime tag.
SubsecTimeOriginal
A tag used to record fractions of seconds for the DateTimeOriginal tag.
SubsecTimeDigitized
A tag used to record fractions of seconds for the DateTimeDigitized tag.
FlashpixVersion
The Flashpix format version supported by a FPXR file.
ColorSpace
The color space information tag (ColorSpace) is always recorded as the color space specifier.
PixelXDimension
Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.
PixelYDimension
Information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.
RelatedSoundFile
This tag is used to record the name of an audio file related to the image data.
FlashEnergy
Indicates the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).
SpatialFrequencyResponse
This tag records the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233.
FocalPlaneXResolution
Indicates the number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane.
FocalPlaneYResolution
Indicates the number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane.
FocalPlaneResolutionUnit
Indicates the unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. This value is the same as the ResolutionUnit.
SubjectLocation
Indicates the location of the main subject in the scene.
ExposureIndex
Indicates the exposure index selected on the camera or input device at the time the image is captured.
SensingMethod
Indicates the image sensor type on the camera or input device.
FileSource
Indicates the image source. If a DSC recorded the image, this tag value of this tag always be set to 3, indicating that the image was recorded on a DSC.
SceneType
Indicates the type of scene. If a DSC recorded the image, this tag value shall always be set to 1, indicating that the image was directly photographed.
CFAPattern
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.
CustomRendered
This tag indicates the use of special processing on image data, such as rendering geared to output. When special processing is performed, the reader is expected to disable or minimize any further processing.
ExposureMode
This tag indicates the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.
WhiteBalance
This tag indicates the white balance mode set when the image was shot.
DigitalZoomRatio
This tag indicates the digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.
FocalLengthIn35mmFilm
This tag indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the FocalLength tag.
SceneCaptureType
This tag indicates the type of scene that was shot. It can also be used to record the mode in which the image was shot. Note that this differs from the scene type (SceneType) tag.
GainControl
This tag indicates the degree of overall image gain adjustment.
Contrast
This tag indicates the direction of contrast processing applied by the camera when the image was shot.
Saturation
This tag indicates the direction of saturation processing applied by the camera when the image was shot.
Sharpness
This tag indicates the direction of sharpness processing applied by the camera when the image was shot.
DeviceSettingDescription
This tag indicates information on the picture-taking conditions of a particular camera model.
SubjectDistanceRange
This tag indicates the distance to the subject.
ImageUniqueID
This tag indicates an identifier assigned uniquely to each image.
GPSVersionID
Indicates the version of GPSInfoIFD. The version is given as 2.2.0.0. This tag is mandatory when GPSInfo tag is present.
GPSLatitudeRef
Indicates whether the latitude is north (N) or south (S) latitude.
GPSLatitude
Indicates the latitude. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1.
GPSLongitudeRef
Indicates whether the longitude is east (E) or west (W) longitude.
GPSLongitude
Indicates the longitude. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If longitude is expressed as degrees, minutes and seconds, a typical format would be ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be ddd/1,mmmm/100,0/1.
GPSAltitudeRef
Indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GPSAltitude tag. The reference unit is meters.
GPSAltitude
Indicates the altitude based on the reference in GPSAltitudeRef. The reference unit is meters.
GPSTimeStamp
Indicates the time as UTC (Coordinated Universal Time).
GPSSatellites
Indicates the GPS satellites used for measurements. This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information.
GPSStatus
Indicates the status of the GPS receiver when the image is recorded. 'A' means measurement is in progress, and 'V' means the measurement is Interoperability.
GPSMeasureMode
Indicates the GPS measurement mode. '2' means two-dimensional measurement and '3' means three-dimensional measurement is in progress.
GPSDOP
Indicates the GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.
GPSSpeedRef
Indicates the unit used to express the GPS receiver speed of movement. 'K' 'M' and 'N' represents kilometers per hour, miles per hour, and knots.
GPSSpeed
Indicates the speed of GPS receiver movement.
GPSTrackRef
Indicates the reference for giving the direction of GPS receiver movement. 'T' denotes true direction and 'M' is magnetic direction.
GPSTrack
Indicates the direction of GPS receiver movement. The range of values is from 0.00 to 359.99.
GPSImgDirectionRef
Indicates the reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction.
GPSImgDirection
Indicates the direction of the image when it was captured. The range of values is from 0.00 to 359.99.
GPSMapDatum
Indicates the geodetic survey data used by the GPS receiver.
GPSDestLatitudeRef
Indicates whether the latitude of the destination point is north (N) or south (S) latitude.
GPSDestLatitude
Indicates the latitude of the destination point. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1.
GPSDestLongitudeRef
Indicates whether the longitude of the destination point is east (E) or west (W) longitude.
GPSDestLongitude
Indicates the longitude of the destination point. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If longitude is expressed as degrees, minutes and seconds, a typical format would be ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be ddd/1,mmmm/100,0/1.
GPSDestBearingRef
Indicates the reference used for giving the bearing to the destination point. 'T' denotes true direction and 'M' is magnetic direction.
GPSDestBearing
Indicates the bearing to the destination point. The range of values is from 0.00 to 359.99.
GPSDestDistanceRef
Indicates the unit used to express the distance to the destination point. 'K', 'M' and 'N' represent kilometers, miles and knots.
GPSDestDistance
Indicates the distance to the destination point.
GPSProcessingMethod
A character string recording the name of the method used for location finding.
GPSAreaInformation
A character string recording the name of the GPS area.
GPSDateStamp
A character string recording date and time information relative to UTC (Coordinated Universal Time).
GPSDifferential
Indicates whether differential correction is applied to the GPS receiver.

See Also