cowgirl has asked for the wisdom of the Perl Monks concerning the following question:
However, the image remains 250x250. What am I doing wrong and how can I force it to crop the image? I do not want to use scale as I do not want to scale it.binmode STDOUT; $background->Crop(geometry =>'100x100'); $background->Set(size=>'100x100'); $background->Set(compression=>'LZW'); $background->Write("gif:-");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Image::Magick keeps dimensions of loaded file
by traveler (Parson) on Aug 16, 2008 at 22:35 UTC | |
|
Re: Image::Magick keeps dimensions of loaded file
by cowgirl (Acolyte) on Aug 16, 2008 at 20:15 UTC | |
by Lawliet (Curate) on Aug 16, 2008 at 20:24 UTC | |
|
Re: Image::Magick keeps dimensions of loaded file
by Mr. Muskrat (Canon) on Aug 17, 2008 at 14:18 UTC |