that worked fine. I am curious why geometry didn't work, as stated in the docs.

On 6/11/06, Brian Jackson <[EMAIL PROTECTED]> wrote:

>
> $magic->Get('height');
> $magic->Get("width");

Why not use this:

($width, $height) = $magick->Get('width','height');

1 call and you're done.

--
Brian Jackson
Action Athletics Sports Photography
[EMAIL PROTECTED]
http://www.ActionAthletics.com/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users



--
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to