NAME
Image::Processor::Base - Perl extension for Woking with disk stores of images
SYNOPSIS
use Image::Processor::Base;
Part of the Image::Processor module. Most interaction is performed via Image::Processor
so please refer to its documentation for more information.
DESCRIPTION
Image::Processor::Base
EXPORT
None this is all OOP.
METHODS
'new' - constructs the object. Assigns no attributes.
'running_in' - returns or sets how the app is being run, either console or web
'cdrom' - sets which device to use if working with CD's
'output_directory' - returns or sets the directory in which output will go.
this value is appended with the CD order id if applicable
'source_directory' - sets were the data is to be retrieved from. this does not
have to be set if you use the cdrom setting. see examples
'error' - this will print any message sent to it via the warn function
'graceful_exit' - this will print any message sent to it and 'die', the
default messages sent to it usually include hints as to
what caused the exit. if you add to this utility please
use robust informative error messages.
AUTHOR
Aaron Johnson <solution@gina.net>
SEE ALSO
perl.