Skip to content

Commit

Permalink
Merge pull request #1398 from FreddieWitherden/master
Browse files Browse the repository at this point in the history
Add support for Sony lens aberration correction parameters (master only)
  • Loading branch information
clanmills committed Nov 19, 2020
2 parents 363bffa + 6c2c022 commit 38dc741
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/tags_int.cpp
Expand Up @@ -733,6 +733,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 "
Expand Down

0 comments on commit 38dc741

Please sign in to comment.