Tommy has asked for the wisdom of the Perl Monks concerning the following question:
Example taken from the documentation:
A few methods that require the "geometry" argument, as described in the docs:$x = $image->Crop(geometry=>'100x100"+100"+100');
+-------------------+------------------------------------------------------+ | Method | Parameters | +===================+======================================================+ | AdaptiveThreshold | geometry=>geometry, width=>integer, height=>integer, | | | offset=>integer | +-------------------+------------------------------------------------------+ | Blur | geometry=>geometry, radius=>double, sigma=>double | +-------------------+------------------------------------------------------+ | Border | geometry=>geometry, width=>integer, height=>integer, | | | fill=>color name | +-------------------+------------------------------------------------------+ | ColorFloodfill | geometry=>geometry, x=>integer, y=>integer, | | | fill=>color name, bordercolor=>color name, | | | fuzz=>double | +-------------------+------------------------------------------------------+ | Crop |geometry=>geometry, width=>integer, height=>integer, | | |x=>integer, y=>integer | +-------------------+------------------------------------------------------+ | Emboss | geometry=>geometry, radius=>double, sigma=>double | +-------------------+------------------------------------------------------+Some help please?
--
Tommy Butler, a.k.a. TOMMY
edited: Sun Jul 20 15:11:05 2003 by jeffa - formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Image::Magick "geometry" argument?
by merlyn (Sage) on Jul 20, 2003 at 00:15 UTC | |
by Tommy (Chaplain) on Jul 20, 2003 at 00:24 UTC | |
|
Re: Image::Magick "geometry" argument?
by ctilmes (Vicar) on Jul 19, 2003 at 23:16 UTC | |
by Tommy (Chaplain) on Jul 19, 2003 at 23:22 UTC | |
|
Re: Image::Magick "geometry" argument?
by thpfft (Chaplain) on Jul 20, 2003 at 00:07 UTC | |
|
Re: Image::Magick "geometry" argument?
by Dog and Pony (Priest) on Jul 20, 2003 at 00:48 UTC | |
by Tommy (Chaplain) on Jul 20, 2003 at 00:50 UTC | |
by Dog and Pony (Priest) on Jul 20, 2003 at 00:57 UTC | |
|
Re: Image::Magick "geometry" argument?
by xaptronic (Initiate) on Mar 15, 2012 at 19:36 UTC | |
by jdporter (Paladin) on Mar 15, 2012 at 21:26 UTC |