imagick_chop

(PECL)

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

Descrição

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

Atenção

Esta função não está documentada, somente a lista de argumentos está disponível.

Parâmetros

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.