NAME
Media::DateTime::JPEG - A plugin for the Media::DateTime
module to support JPEG files
VERSION
version 0.49
SYNOPSIS
Media::DateTime::JPEG
shouldn't be used directly. See Media::DateTime
.
METHODs
- match
-
Takes a filename as an arguement. Used by the plugin system to determine if this plugin should be utilized for the file. Returns true if the filename ends in .jpeg or .jpg.
- datetime
-
Takes a filename as an arguement and returns the creation date or a false value if we are unable to parse it.
SEE ALSO
See Media::DateTime
for usage. Image::Info
is used to extract data from JPEG files.
FUTURE PLANS
May use a more flexible approach to assertaining if a file is a jpeg and might check that exif data exists in the match
method.
AUTHOR
Mark Grimes, <mgrimes@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Mark Grimes, <mgrimes@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.