Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
imagick_chop

imagick_chop

(PECL)

imagick_chop -- Remove a region of an image and collapse the image to occupy the removed portion

Description

bool imagick_chop ( resource image, int x, int y, int width, int height )

Warning

This function is currently not documented; only the argument list is available.

Parameters

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

Return Values

Returns TRUE on success or FALSE on failure.