Forum und email
imagick_chop

imagick_chop

(PECL)

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

Opis

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

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.