Skip to content

Commit

Permalink
Add a few more Panasonic tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Jun 20, 2024
1 parent 108654b commit 53b2c3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/panasonicmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 53b2c3c

Please sign in to comment.