imagick_crop

(PECL)

imagick_crop -- Extract a region of the image

Description

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

Waarschuwing

Deze functie is op het moment niet gedocumenteerd, alleen de lijst met argumenten is beschikbaar.

Parameters

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

Return Values

Geeft TRUE terug bij succes, FALSE indien er een fout is opgetreden.