Merge pull request #1399 from FreddieWitherden/0.27-maintenance

Add support for Sony lens aberration correction parameters (0.27 backport).
This commit is contained in:
Robin Mills 2020-11-19 08:40:57 +00:00 committed by GitHub
commit 35d4c595b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 "