Help for this page
my ($width, $height ) = ...; my ($max_width, $max_height ) = (800, 600); ... $width = int($width * $factor + 0.5); $height = int($height * $factor + 0.5); }
use Image::Magick qw(); ... $img->Resize(width => $new_width, height => $new_height); $img->Write($file_name); }
www.com | www.net | www.org
Cold Temperate Warm Hot Other
Results (60 votes). Check out past polls.