From ff0dc4b1dfc902e650f50af2c08037100fd53b52 Mon Sep 17 00:00:00 2001 From: Freddie Witherden Date: Wed, 18 Nov 2020 16:40:24 -0600 Subject: [PATCH] Add support for Sony lens aberration correction parameters. --- src/tags_int.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/tags_int.cpp b/src/tags_int.cpp index 293d4f28..2d1b29d5 100644 --- a/src/tags_int.cpp +++ b/src/tags_int.cpp @@ -802,6 +802,18 @@ namespace Exiv2 { TagInfo(0x4749, "RatingPercent", N_("Windows Rating Percent"), N_("Rating tag used by Windows, value in percent"), ifd0Id, otherTags, unsignedShort, -1, printValue), // Windows Tag + TagInfo(0x7032, "VignettingCorrParams", + N_("Vignetting Correction Params"), + N_("Sony vignetting correction parameters"), + ifd0Id, otherTags, signedShort, 17, printValue), // Sony Tag + TagInfo(0x7035, "ChromaticAberrationCorrParams", + N_("Chromatic Aberration Correction Params"), + N_("Sony chromatic aberration correction parameters"), + ifd0Id, otherTags, signedShort, 33, printValue), // Sony Tag + TagInfo(0x7037, "DistortionCorrParams", + N_("Distortion Correction Params"), + N_("Sony distortion correction parameters"), + ifd0Id, otherTags, signedShort, 17, printValue), // Sony Tag TagInfo(0x800d, "ImageID", N_("Image ID"), N_("ImageID is the full pathname of the original, high-resolution image, " "or any other identifying string that uniquely identifies the original "