Bug #516
Print functions need access to other tags
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Some camera vendors use different meanings for the same tag values depending on the camera model (e.g., Canon). In these cases it is necessary to access the camera model tag to decide which translation table to use.
Nikon has encrypted tags and in order to decrypt them it is necessary to access other tags.
See these threads for further discussions and a solution-sketch:
http://uk.groups.yahoo.com/group/exiv2/message/450
http://uk.groups.yahoo.com/group/exiv2/message/756
Related issues
History
Updated by Andreas Huggel over 14 years ago
r1112 in branches/exiv2-tiffparser adds an optional ExifData* arg to print functions as a first step.
Updated by Andreas Huggel about 13 years ago
So far only the pretty-print function for Exif.CanonCs.LensType uses the feature.