Image::Fixup - Provides methods to fixup images.


Image-Fixup documentation  | view source Contained in the Image-Fixup distribution.

Index


NAME

Top

Image::Fixup - Provides methods to fixup images.

SYNOPSIS

Top

# Full script in t/scripts/fix_images

# Read the image

my $image = Image::Fixup->new($file);

# Print out image information

$image->printImageInfo;

# Change image orientation

$image->autoOrient;

# Resize the image

$image->autoResize;

# Write image to disk

$image->writeImage;

# Print out image information again

$image->printImageInfo;

DESCRIPTION

Top

I needed something that would automatically orient and resize my images. The synopsis pretty much says it all.

TODO

Top

Write documentation for individual methods.

AUTHOR

Top

Christopher Davaz www.chrisdavaz.com cdavaz@gmail.com

VERSION

Top

Version 0.01002 (Apr 25 2009)

COPYRIGHT

Top


Image-Fixup documentation  | view source Contained in the Image-Fixup distribution.