|
Hi Bogdan,
Here is your config file:
%Image::ExifTool::UserDefined = (
'Image::ExifTool::Canon::ShotInfo' => {
0x0017 => 'MyTagOne',
},
'Image::ExifTool::Canon::CameraInfo450D' => {
0x0000 => 'MyTagTwo',
},
);
The tags will be writable since tags in these tables are writable
by default.
Currently, exiftool only reads one config file, so all tags
must be added to the same file because exiftool only
looks for a file with the name ".ExifTool_config".
- Phil
|