Image-ExifTool - Re: Config file for unknown tags

Posted on Sun Oct 12 14:42:20 2008 by exiftool in response to 9027 (See the whole thread of 8)
Re: Config file for unknown tags
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
Direct Responses: 9029 | Write a response