Hello everyone,,
Is Clone & Crop the only way to get a rectangular region from an image (leaving the original intact)??
(something like
$original=Image::Magick->[whichever way];
$rectangle=$original->Clone();
$rectangle->Crop(geometry=>'80x80+25+50'); )
Is there a way to get/select a rectangular ...
Search found 2 matches
- 2019-08-18T13:30:51-07:00
- Forum: PerlMagick
- Topic: Select rectangular region -- Clone & Crop?
- Replies: 1
- Views: 103305
- 2019-08-13T03:52:26-07:00
- Forum: Magick++
- Topic: Using the Magick++ API to create a screenshot to be held in memory. Windows and Linux.
- Replies: 1
- Views: 108720
Using the Magick++ API to create a screenshot to be held in memory. Windows and Linux.
Hello everyone,,
Google has been less of a friend than usual. So I was wondering if any of you guys would care to share how you would tackle this problem? Reading the API documentation has not given me any ideas. I really want to avoid doing a systemcall.
Google has been less of a friend than usual. So I was wondering if any of you guys would care to share how you would tackle this problem? Reading the API documentation has not given me any ideas. I really want to avoid doing a systemcall.