It appears $magic->Get('geometry'); is not a valid attribute, although
it's in the docs, it returns undefined.http://www.imagemagick.org/script/perl-magick.php "Get an Image Attribute" geometry string image geometry height integer the number of rows or height of an image width integer the number of columns or width of an image I can only get the dimensions of an image by using $magic->Get('height'); $magic->Get("width"); -- Anthony Ettinger Signature: http://chovy.dyndns.org/hcard.html _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
