NAME
Image::Scale - Fast, high-quality fixed-point image resizing
SYNOPSIS
use Image::Scale
# Resize to 150 width and save to a file
my $img = Image::Scale->new('image.jpg') || die "Invalid JPEG file";
$img->resize_gd( { width => 150 } );
$img->save_jpeg('resized.jpg');
# Easily resize artwork embedded within an audio file
# Yo
more»
Win32 build instructions
-------------------------
Tested using MS Visual Studio 2005 (VC8)
NOTE: If using a later version of any library, you need to modify Makefile.PL.
Be sure to run C:\Program Files\Microsoft Visual Studio 8\vc\vcvarsall.bat
1. Build libjpeg-turbo
Requires cygwin installed with GNU make.
* Download libjpeg-turbo-1.0.0.tar.gz
NOTE: The vc.exe version only contains a DLL
more»