Forum und email
imagick_crop

imagick_crop

(PECL)

imagick_crop -- Extract a region of the image

Popis

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

Varování

Tato funkce ještě není zdokumentována, k dispozici je pouze seznam argumentů.

Seznam parametrů

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.