We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea6e2c commit a451743Copy full SHA for a451743
include/exiv2/types.hpp
@@ -84,6 +84,7 @@ enum TypeId {
84
unsignedLongLong = 16, //!< Exif LONG LONG type, 64-bit (8-byte) unsigned integer.
85
signedLongLong = 17, //!< Exif LONG LONG type, 64-bit (8-byte) signed integer.
86
tiffIfd8 = 18, //!< TIFF IFD type, 64-bit (8-byte) unsigned integer.
87
+ utf8String = 129, //!< Exif UTF-8 type, 8-bit byte.
88
string = 0x10000, //!< IPTC string type.
89
date = 0x10001, //!< IPTC date type.
90
time = 0x10002, //!< IPTC time type.
0 commit comments