Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Image::ExifTool::Shortcuts

Name Image::ExifTool::Shortcuts
Version 1.65
Located at /usr/share/perl5
File /usr/share/perl5/Image/ExifTool/Shortcuts.pm
Is Core No
Search CPAN for this module Image::ExifTool::Shortcuts
Documentation Image::ExifTool::Shortcuts
Module Details Image::ExifTool::Shortcuts

NAME

Image::ExifTool::Shortcuts - ExifTool shortcut tags


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 (or the directory specified by the EXIFTOOL_HOME environment variable). The shortcuts are defined in a hash called %Image::ExifTool::UserDefined::Shortcuts. 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::UserDefined::Shortcuts = (
        MyShortcut => ['createdate','exif:exposuretime','aperture'],
        MyAlias => 'FocalLengthIn35mmFormat',
    );

In this example, MyShortcut is a shortcut for the CreateDate, EXIF:ExposureTime and Aperture tags, and MyAlias is a shortcut for FocalLengthIn35mmFormat.

The target tag names may contain an optional group name prefix. A group name applied to the shortcut will be ignored for any target tag with a group name prefix.


AUTHOR

Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

Image::ExifTool(3pm)

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026