The Imagick class
PHP Manual

Imagick::shaveImage

(PECL imagick 2.0.0)

Imagick::shaveImageShaves pixels from the image edges

Описание

bool Imagick::shaveImage ( int $columns , int $rows )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

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

Параметри

columns

rows

Връщани стойности

Връща TRUE при успех.


The Imagick class
PHP Manual