Page 1 of 1

set geometry to imagesize +0+0

Posted: 2010-11-16T02:52:00-07:00
by finger
Hi.
Is there any way I can set the geometry to imagesize +0+0 for example I would like to change
333x333 801x819+168+177 to 333x333 333x333+0+0

Thanks

Re: set geometry to imagesize +0+0

Posted: 2010-11-16T11:30:40-07:00
by fmw42
I don't know Perlmagick, but see if there is a Page command and probably use 0x0+0+0 as the equivalent of -repage

Re: set geometry to imagesize +0+0

Posted: 2010-11-17T00:57:38-07:00
by finger
Thanks it works
$img->Set( page => '0x0+0+0' );