[]
Data types used in Exif.
public enum ExifDataType
Ascii = 2
An 8-bit byte containing one 7-bit ASCII code. The final byte is terminated with NULL.
Byte = 1
An 8-bit unsigned integer.
Double = 12
Double precision (8-byte) IEEE format.
Float = 11
Single precision (4-byte) IEEE format.
IFD = 13
Identical to LONG, but is only used to point to other valid IFDs.
Long = 4
A 32-bit (4-byte) unsigned integer.
Rational = 5
Two LONGs. The first LONG is the numerator and the second LONG expresses the denominator.
SByte = 6
An 8-bit signed (twos-complement) integer.
Short = 3
A 16-bit (2-byte) unsigned integer.
SLong = 9
(4-byte) signed integer (2's complement notation).
SRational = 10
Two SLONGs. The first SLONG is the numerator and the second SLONG is the denominator.
SShort = 8
A 16-bit (2-byte) signed (twos-complement) integer.
Undefined = 7
An 8-bit byte that may take any value depending on the field definition.