Skip to content

Commit

Permalink
Panasonic Makernotes: Add Distortion Info 0x119
Browse files Browse the repository at this point in the history
Signed-off-by: Miloš Komarčević <miloskomarcevic@aim.com>
  • Loading branch information
greenoid authored and kmilos committed Jun 20, 2024
1 parent e843bc4 commit 108654b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/panasonicmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,8 @@ constexpr TagInfo PanasonicMakerNote::tagInfoRaw_[] = {
unsignedLong, -1, printValue},
{0x0118, "RawDataOffset", N_("Raw Data Offset"), N_("Raw data offset"), IfdId::panaRawId, SectionId::panaRaw,
unsignedLong, -1, printValue},
{0x0119, "DistortionInfo", N_("Distortion Info"), N_("Distortion info"), IfdId::panaRawId, SectionId::panaRaw,
signedShort, -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 108654b

Please sign in to comment.