1Image::ExifTool::ShortcUustesr(3C)ontributed Perl DocumeInmtaagtei:o:nExifTool::Shortcuts(3)
2
3
4

NAME

6       Image::ExifTool::Shortcuts - ExifTool shortcut tags
7

SYNOPSIS

9       This module is required by Image::ExifTool.
10

DESCRIPTION

12       This module contains definitions for tag name shortcuts used by
13       Image::ExifTool.  You can customize this file to add your own short‐
14       cuts.
15
16       Individual users may also add their own shortcuts to the .ExifTool_con‐
17       fig file in their home directory (or the directory specified by the
18       EXIFTOOL_HOME environment variable).  The shortcuts are defined in a
19       hash called %Image::ExifTool::Shortcuts::UserDefined.  The keys of the
20       hash are the shortcut names, and the elements are either tag names or
21       references to lists of tag names.
22
23       An example shortcut definition in .ExifTool_config:
24
25           %Image::ExifTool::Shortcuts::UserDefined = (
26               MyShortcut => ['createdate','exif:exposuretime','aperture'],
27               MyAlias => 'FocalLengthIn35mmFormat',
28           );
29
30       In this example, MyShortcut is a shortcut for the CreateDate,
31       EXIF:ExposureTime and Aperture tags, and MyAlias is a shortcut for
32       FocalLengthIn35mmFormat.
33

AUTHOR

35       Copyright 2003-2007, Phil Harvey (phil at owl.phy.queensu.ca)
36
37       This library is free software; you can redistribute it and/or modify it
38       under the same terms as Perl itself.
39

SEE ALSO

41       Image::ExifTool(3pm)
42
43
44
45perl v5.8.8                       2007-09-12     Image::ExifTool::Shortcuts(3)
Impressum