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
14       shortcuts.
15
16       Individual users may also add their own shortcuts to the
17       .ExifTool_config file in their home directory (or the directory
18       specified by the EXIFTOOL_HOME environment variable).  The shortcuts
19       are defined in a hash called %Image::ExifTool::UserDefined::Shortcuts.
20       The keys of the hash are the shortcut names, and the elements are
21       either tag names or references to lists of tag names.
22
23       An example shortcut definition in .ExifTool_config:
24
25           %Image::ExifTool::UserDefined::Shortcuts = (
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
34       The target tag names may contain an optional group name prefix.  A
35       group name applied to the shortcut will be ignored for any target tag
36       with a group name prefix.
37

AUTHOR

39       Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)
40
41       This library is free software; you can redistribute it and/or modify it
42       under the same terms as Perl itself.
43

SEE ALSO

45       Image::ExifTool(3pm)
46
47
48
49perl v5.36.0                      2022-07-22     Image::ExifTool::Shortcuts(3)
Impressum