MagickChopImage
MagickChopImage -- removes a region of the current active image
Description
bool MagickChopImage( MagickWand mgck_wnd, float width, float height, int x, int y )
Removes a region of the current active image and collapses the image to occupy the removed portion.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| width | The region width. |
| height | The region height. |
| x | The region x offset. |
| y | The region y offset |