in reply to graphicsmagick perl shrink image to size
my $newimg = $img->scale( xpixels => 800, ypixels => 200, type => 'min', ); [download]