Parse lens model data from DNG files; updated german translation

This commit is contained in:
Oliver Duis
2010-11-02 20:50:06 +01:00
parent fe6ca539af
commit 7821ed9675
3 changed files with 18 additions and 5 deletions

View File

@@ -431,6 +431,9 @@ const TagAttrib exifAttribs[] = {
{0, 1, 0, 0, 0xA40B, "DeviceSettingDescription", &stdInterpreter},
{0, 1, 0, 0, 0xA40C, "SubjectDistanceRange", &stdInterpreter},
{0, 1, 0, 0, 0xA420, "ImageUniqueID", &stdInterpreter},
{0, 1, 0, 0, 0xa432, "LensInfo", &stdInterpreter},
{0, 1, 0, 0, 0xa434, "LensModel", &stdInterpreter},
{0, 1, 0, 0, 0xc630, "DNGLensInfo", &stdInterpreter},
{-1, 0, 0, 0, 0, "", NULL }};