summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2023-07-30 14:29:01 -0400
committerHubert Figuière <hub@figuiere.net>2023-07-30 14:29:01 -0400
commitd0f59e35b9be775fb629697d02ecf7a173018e1f (patch)
tree7fd82dc83d309b22da3536ae15c0a4544b904bab
parent724730585d4e1e732ab201f1f85bd1e24e301c6c (diff)
exif: Update tags with ExifTool 2.64libopenraw-0.3.7
-rw-r--r--lib/exif/exif_tags.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/exif/exif_tags.cpp b/lib/exif/exif_tags.cpp
index 7dd9041..c7df2fe 100644
--- a/lib/exif/exif_tags.cpp
+++ b/lib/exif/exif_tags.cpp
@@ -1,4 +1,4 @@
-// AUTOGENERATED with ExifTool 12.60 ()
+// AUTOGENERATED with ExifTool 12.64 ()
#include <stdint.h>
#include <map>
@@ -332,6 +332,13 @@ const TagTable exif_tag_names = {
{ 0xa433, "LensMake" },
{ 0xa434, "LensModel" },
{ 0xa435, "LensSerialNumber" },
+ { 0xa436, "Title" },
+ { 0xa437, "Photographer" },
+ { 0xa438, "ImageEditor" },
+ { 0xa439, "CameraFirmware" },
+ { 0xa43a, "RAWDevelopingSoftware" },
+ { 0xa43b, "ImageEditingSoftware" },
+ { 0xa43c, "MetadataEditingSoftware" },
{ 0xa460, "CompositeImage" },
{ 0xa461, "CompositeImageCount" },
{ 0xa462, "CompositeImageExposureTimes" },
@@ -534,6 +541,7 @@ const TagTable mnote_apple_tag_names = {
{ 0x25, "SceneFlags" },
{ 0x26, "SignalToNoiseRatioType" },
{ 0x27, "SignalToNoiseRatio" },
+ { 0x2b, "PhotoIdentifier" },
{ 0x2f, "FocusPosition" },
{ 0x30, "HDRGain" },
{ 0x38, "AFMeasuredDepth" },