NAME
App::Exifpic - Extract embedded jpegs from RAW files
VERSION
version 0.02
DESCRIPTION
The guts of the exifpic command line utility.
METHODS
run
App::Exifpic->run(@ARGV);
Runs the application. Assumes all arguments are filenames to be processed.
process_image
App::Exifpic->process_image($filename);
Extracts the embedded jpeg from the specified file, copying the metadata, and writing the results to the same filename, but with a .jpg extension.
get_cores
my $cores = App::Exifpic->get_cores;
Returns the number of cores on this machine. Assumes the /proc/cpuinfo file exists.
BUGS
All of them. Patches seriously welcome. Use the repo at https://github.com/pfenwick/app-exifpic and send me pull requests.
AUTHOR
Paul Fenwick <pjf@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Paul Fenwick.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.