From 53b2c3c0427719a4544e95a9a8d603bf35b66281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Thu, 20 Jun 2024 15:54:23 +0200 Subject: [PATCH] Add a few more Panasonic tags --- src/panasonicmn_int.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/panasonicmn_int.cpp b/src/panasonicmn_int.cpp index 46a6cc5a0f..726859f514 100644 --- a/src/panasonicmn_int.cpp +++ b/src/panasonicmn_int.cpp @@ -760,6 +760,10 @@ constexpr TagInfo PanasonicMakerNote::tagInfoRaw_[] = { unsignedLong, -1, printValue}, {0x0119, "DistortionInfo", N_("Distortion Info"), N_("Distortion info"), IfdId::panaRawId, SectionId::panaRaw, signedShort, -1, printValue}, + {0x011c, "Gamma", N_("Gamma"), N_("Gamma"), IfdId::panaRawId, SectionId::panaRaw, unsignedShort, -1, printValue}, + {0x013b, "Artist", N_("Artist"), N_("Artist"), IfdId::panaRawId, SectionId::panaRaw, asciiString, -1, printValue}, + {0x8298, "Copyright", N_("Copyright"), N_("Copyright"), IfdId::panaRawId, SectionId::panaRaw, asciiString, -1, + printValue}, {0x8769, "ExifTag", N_("Exif IFD Pointer"), N_("A pointer to the Exif IFD"), IfdId::panaRawId, SectionId::panaRaw, unsignedLong, -1, printValue}, {0x8825, "GPSTag", N_("GPS Info IFD Pointer"), N_("A pointer to the GPS Info IFD"), IfdId::panaRawId,