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 )

Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Liste de paramètres

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.