imagick_crop

(PECL)

imagick_crop -- Extract a region of the image

Descrição

bool imagick_crop ( 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.