1Image::ExifTool::ShortcUustesr(3C)ontributed Perl DocumeInmtaagtei:o:nExifTool::Shortcuts(3)
2
3
4
6 Image::ExifTool::Shortcuts - ExifTool shortcut tags
7
9 This module is required by Image::ExifTool.
10
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
35 Copyright 2003-2011, 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
41 Image::ExifTool(3pm)
42
43
44
45perl v5.12.4 2011-06-10 Image::ExifTool::Shortcuts(3)