I'm trying to crop at the center of an image in perl cgi script, using this command:
$image->Crop( geometry=>'200x150+0+0' , gravity=>'Center' ); it does the cropping, but from the left upper corner of the image, not the center. What am I doing wrong? I'm starting to be afraid it isn't possible at all using perl's image::magick... Thanks! -- View this message in context: http://www.nabble.com/crop-in-center-of-image-with-perl-in-cgi-tf4763573.html#a13623978 Sent from the Magick-users mailing list archive at Nabble.com. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
