Imagick::cropThumbnailImage
(PECL imagick 2.0.0)
Imagick::cropThumbnailImage — Creates 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.