The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

kg_image_info - Check what meta-information is in an image.

VERSION

version 0.2405

SYNOPSIS

kg_image_info --help | --manpage | --version

kg_image_info { --plugins PluginName } filename ...

DESCRIPTION

This is a utility script to check what meta-information is in an image file, using the same method as khatgallery uses to get meta-data from image files. This is helpful to see what field names need to be used when defining what meta-data is put in the generated HTML files.

OPTIONS

--help

Print help message and exit.

--manpage

Print the full help documentation (manual page) and exit.

--plugins PluginName

Name optional plugin (this can be repeated for more plugins). This can be useful if you're using a plugin which overrides the default method of getting meta-data, and you want to check what its results are.

--verbose

Print informational messages.

--version

Print version information and exit.

REQUIRES

Getopt::Long
Pod::Usage
Getopt::ArgvFile
Image::Info
YAML

SEE ALSO

perl(1) Getopt::Long Getopt::ArgvFile Pod::Usage

BUGS

Please report any bugs or feature requests to the author.

AUTHOR

Kathryn Andersen (RUBYKAT)
perlkat AT katspace dot com

COPYRIGHT AND LICENCE

Copyright (c) 2006 by Kathryn Andersen

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