Imagick::resizeImage
(PECL imagick 2.0.0)
Imagick::resizeImage — Scales an image
Описание
bool Imagick::resizeImage
( int $columns
, int $rows
, int $filter
, float $blur
[, bool $fit= false
] )
ВниманиеК настоящему
времени эта функция еще не была документирована; для ознакомления
доступен только список аргументов.
Scales an image to the desired dimensions with a
filter.
Список параметров
-
columns
-
Width of the image
-
rows
-
Height of the image
-
filter
-
Refer to the list of filter constants.
-
blur
-
The blur factor where > 1 is blurry, < 1 is sharp.
-
fit
-
Optional fit parameter. Defaults to false.
Возвращаемые значения
Returns TRUE on success.