man Image::ExifTool::Shortcuts () - Definitions for Image::ExifTool shortcuts
NAME
Image::ExifTool::Shortcuts - Definitions for Image::ExifTool shortcuts
SYNOPSIS
This module is required by Image::ExifTool.
DESCRIPTION
This module contains definitions for tag name shortcuts used by Image::ExifTool. You can customize this file to add your own shortcuts.
Individual users may also add their own shortcuts to the .ExifTool_config file in their home directory. The shortcuts are defined in a hash called CW%Image::ExifTool::Shortcuts::UserDefined. The keys of the hash are the shortcut names, and the elements are either tag names or references to lists of tag names.
An example shortcut definition in .ExifTool_config:
%Image::ExifTool::Shortcuts::UserDefined = ( MyShortcut => ['createdate','exposuretime','aperture'], MyAlias => 'FocalLengthIn35mmFormat', );
In this example, MyShortcut is a shortcut for the CreateDate, ExposureTime and Aperture tags, and MyAlias is a shortcut for FocalLengthIn35mmFormat.
AUTHOR
Copyright 2003-2005, Phil Harvey (phil at owl.phy.queensu.ca)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.