|
> So what You mean, is to create a user-defined tag - be it MyLensType -
> related to the string in MakerNotes:0x0095, which then I could read and write?
I was thinking that you could disable the 0x0016 conversion by overriding
the tag with one of your own. Something like this:
%Image::ExifTool::UserDefined = (
'Image::ExifTool::Canon::CameraSettings' => {
0x0016 => {
Name => 'MyLensType',
},
},
);
But you could also define a tag for 0x0095 to do whatever conversions
you wanted, if that's what you meant.
- Phil
|