The Imagick class
PHP Manual

Imagick::shaveImage

(PECL imagick 2.0.0)

Imagick::shaveImageShaves pixels from the image edges

Descrição

bool Imagick::shaveImage ( int $columns , int $rows )
Aviso

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

Shaves pixels from the image edges. It allocates the memory necessary for the new Image structure and returns a pointer to the new image.

Parâmetros

columns

rows

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual