On 5/29/06, Ron Savage <[EMAIL PROTECTED]> wrote:
On this page, http://www.cit.gu.edu.au/~anthony/graphics/imagick6/text/#size repage is used a number of times, but the Perl method Trim() does not takes neither a repage nor a page option.
They are separate features. Trim() is a function and page is an attribute. I haven't tried it, but you'd probably do something like this: $image->Trim(); $image->Set(page=>'+0+0'); GNS _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
