imagick_chop

(PECL)

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

Beschreibung

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter Liste

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.