ExifTagMBS class constants
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Constants
Constant |
Value |
Description |
kTagArtist
|
&h13B |
One of the tag constant.
|
kTagCopyright
|
&h8298 |
One of the tag constant.
|
kTagDateTime
|
&h132 |
One of the tag constant.
|
kTagDescription
|
&h10E |
One of the tag constant.
|
kTagExposureTime
|
&h829A |
One of the tag constant.
|
kTagFlashUsed
|
&h9209 |
One of the tag constant.
|
kTagFNumber
|
&h829D |
One of the tag constant.
|
kTagGPSAltitude
|
6 |
One of the tag constant.
|
kTagGPSAltitudeRef
|
5 |
One of the tag constant.
|
kTagGPSAreaInformation
|
&h1C |
One of the tag constant.
|
kTagGPSDateStamp
|
&h1D |
One of the tag constant.
|
kTagGPSDestBearing
|
&h18 |
One of the tag constant.
|
kTagGPSDestBearingRef
|
&h17 |
One of the tag constant.
|
kTagGPSDestDistance
|
&h1A |
One of the tag constant.
|
kTagGPSDestDistanceRef
|
&h19 |
One of the tag constant.
|
kTagGPSDestLatitude
|
&h14 |
One of the tag constant.
|
kTagGPSDestLatitudeRef
|
&h13 |
One of the tag constant.
|
kTagGPSDestLongitude
|
&h16 |
One of the tag constant.
|
kTagGPSDestLongitudeRef
|
&h15 |
One of the tag constant.
|
kTagGPSDifferential
|
&h1E |
One of the tag constant.
|
kTagGPSDOP
|
11 |
One of the tag constant.
|
kTagGPSImgDirection
|
&h11 |
One of the tag constant.
|
kTagGPSImgDirectionRef
|
&h10 |
One of the tag constant.
|
kTagGPSLatitude
|
2 |
One of the tag constant.
|
kTagGPSLatitudeRef
|
1 |
One of the tag constant.
|
kTagGPSLongitude
|
4 |
One of the tag constant.
|
kTagGPSLongitudeRef
|
3 |
One of the tag constant.
|
kTagGPSMapDatum
|
&h12 |
One of the tag constant.
|
kTagGPSMeasureMode
|
10 |
One of the tag constant.
|
kTagGPSProcessingMethod
|
&h1B |
One of the tag constant.
|
kTagGPSSatellites
|
8 |
One of the tag constant.
|
kTagGPSSpeed
|
13 |
One of the tag constant.
|
kTagGPSSpeedRef
|
12 |
One of the tag constant.
|
kTagGPSStatus
|
9 |
One of the tag constant.
|
kTagGPSTimeStamp
|
7 |
One of the tag constant.
|
kTagGPSTrack
|
15 |
One of the tag constant.
|
kTagGPSTrackRef
|
14 |
One of the tag constant.
|
kTagGPSVersion
|
0 |
One of the tag constant.
|
kTagImageHeight
|
&h101 |
One of the tag constant.
|
kTagImageWidth
|
&h100 |
One of the tag constant.
|
kTagMake
|
&h10F |
One of the tag constant.
|
kTagModel
|
&h110 |
One of the tag constant.
|
kTagOrientation
|
&h112 |
One of the tag constant.
|
kTagResolutionUnit
|
&h128 |
One of the tag constant.
|
kTagSoftware
|
&h131 |
One of the tag constant.
|
kTagThumbnailLength
|
&h202 |
One of the tag constant.
|
kTagThumbnailOffset
|
&h201 |
One of the tag constant.
|
kTagUserComment
|
&h9286 |
One of the tag constant.
|
kTagXResolution
|
&h11A |
One of the tag constant.
|
kTagYResolution
|
&h11B |
One of the tag constant.
|
Endian Mode
Constant |
Value |
Description |
kEndianBig
|
1 |
Value is stored in big endian format.
|
kEndianLittle
|
2 |
Value is stored in little endian format.
|
kEndianUnknown
|
0 |
Unknown
|
Flash Modes
Constant |
Value |
Description |
kFlashAuto
|
&h18 |
Auto
|
kFlashFired
|
1 |
Fired
|
kFlashFlashFunctionPresent
|
&h20 |
Flash Function Present
|
kFlashNo
|
0 |
No flash
|
kFlashOff
|
&h10 |
Off
|
kFlashOn
|
8 |
On
|
kFlashRedEyeReduction
|
&h40 |
Red Eye Reduction
|
kFlashStrobeReturnLightDetected
|
6 |
Strobe Return Light Detected
|
Data Formats
Constant |
Value |
Description |
kFormatByte
|
1 |
Byte data. (UInt8)
|
kFormatDouble
|
12 |
Double
|
kFormatInvalid
|
0 |
Invalid
|
kFormatSByte
|
6 |
Signed byte
|
kFormatSingle
|
11 |
Single
|
kFormatSLong
|
9 |
Signed long
|
kFormatSRational
|
10 |
Signed rational value.
|
kFormatSShort
|
8 |
Signed short. (Int16)
|
kFormatString
|
2 |
Text
|
kFormatULong
|
4 |
Unsigned long. (UInt32)
|
kFormatUndefined
|
7 |
Undefined
|
kFormatURational
|
5 |
Unsigned rational value.
|
kFormatUShort
|
3 |
Unsigned short. (UInt16)
|
Orientation
Constant |
Value |
Description |
kOrientationBottomLeft
|
4 |
Bottom Left
|
kOrientationBottomRight
|
3 |
Bottom Right
|
kOrientationLeftBottom
|
8 |
Left Bottom
|
kOrientationLeftTop
|
5 |
Left Top
|
kOrientationRightBottom
|
7 |
Right Bottom
|
kOrientationRightTop
|
6 |
Right Top
|
kOrientationTopLeft
|
1 |
Top Left
|
kOrientationTopRight
|
2 |
Top Right
|
Units
Constant |
Value |
Description |
kUnitCentimeter
|
3 |
Pixel per centimeter
|
kUnitInch
|
2 |
Pixel per Inches
|
kUnitUndefined
|
1 |
Undefined.
|