The Imagick class
PHP Manual

Imagick::cropThumbnailImage

(No version information available, might be only in CVS)

Imagick::cropThumbnailImageCreates a crop thumbnail

Описание

bool Imagick::cropThumbnailImage ( int $width , int $height )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.

Список параметров

width

The width of the thumbnail

height

The Height of the thumbnail

Возвращаемые значения

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual