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