Skip to content

Commit 1a21ea9

Browse files
committed
Add a few more Panasonic tags
1 parent d6fb092 commit 1a21ea9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/panasonicmn_int.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,10 @@ constexpr TagInfo PanasonicMakerNote::tagInfoRaw_[] = {
760760
unsignedLong, -1, printValue},
761761
{0x0119, "DistortionInfo", N_("Distortion Info"), N_("Distortion info"), IfdId::panaRawId, SectionId::panaRaw,
762762
signedShort, -1, printValue},
763+
{0x011c, "Gamma", N_("Gamma"), N_("Gamma"), IfdId::panaRawId, SectionId::panaRaw, unsignedShort, -1, printValue},
764+
{0x013b, "Artist", N_("Artist"), N_("Artist"), IfdId::panaRawId, SectionId::panaRaw, asciiString, -1, printValue},
765+
{0x8298, "Copyright", N_("Copyright"), N_("Copyright"), IfdId::panaRawId, SectionId::panaRaw, asciiString, -1,
766+
printValue},
763767
{0x8769, "ExifTag", N_("Exif IFD Pointer"), N_("A pointer to the Exif IFD"), IfdId::panaRawId, SectionId::panaRaw,
764768
unsignedLong, -1, printValue},
765769
{0x8825, "GPSTag", N_("GPS Info IFD Pointer"), N_("A pointer to the GPS Info IFD"), IfdId::panaRawId,

0 commit comments

Comments
 (0)