in reply to Re^3: Howto convert Image::Grab jpg object to Image::Magick object???
in thread Howto convert Image::Grab jpg object to Image::Magick object???
For this example code, I'm not sure if you need the conversion to GD, since Image::Magick supports a ->Draw command. Here's another untested copy-n-paste from the docs you could try:
$image->Draw(stroke=>'red', primitive=>'rectangle', points=>20,20 100, +100');
Where $image is an Image::Magick object.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Howto convert Image::Grab jpg object to Image::Magick object???
by dazz (Beadle) on Mar 27, 2017 at 19:47 UTC | |
by dazz (Beadle) on Apr 14, 2017 at 08:07 UTC | |
by Anonymous Monk on Apr 14, 2017 at 11:02 UTC | |
by dazz (Beadle) on Apr 16, 2017 at 00:08 UTC |