Skip to content

Commit 38dc741

Browse files
authored
Merge pull request #1398 from FreddieWitherden/master
Add support for Sony lens aberration correction parameters (master only)
2 parents 363bffa + 6c2c022 commit 38dc741

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/tags_int.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,18 @@ namespace Exiv2 {
733733
TagInfo(0x4749, "RatingPercent", N_("Windows Rating Percent"),
734734
N_("Rating tag used by Windows, value in percent"),
735735
ifd0Id, otherTags, unsignedShort, -1, printValue), // Windows Tag
736+
TagInfo(0x7032, "VignettingCorrParams",
737+
N_("Vignetting Correction Params"),
738+
N_("Sony vignetting correction parameters"),
739+
ifd0Id, otherTags, signedShort, 17, printValue), // Sony Tag
740+
TagInfo(0x7035, "ChromaticAberrationCorrParams",
741+
N_("Chromatic Aberration Correction Params"),
742+
N_("Sony chromatic aberration correction parameters"),
743+
ifd0Id, otherTags, signedShort, 33, printValue), // Sony Tag
744+
TagInfo(0x7037, "DistortionCorrParams",
745+
N_("Distortion Correction Params"),
746+
N_("Sony distortion correction parameters"),
747+
ifd0Id, otherTags, signedShort, 17, printValue), // Sony Tag
736748
TagInfo(0x800d, "ImageID", N_("Image ID"),
737749
N_("ImageID is the full pathname of the original, high-resolution image, "
738750
"or any other identifying string that uniquely identifies the original "

0 commit comments

Comments
 (0)