Imagick
PHP Manual

Imagick::resampleImage

(PECL imagick 2.0.0)

Imagick::resampleImage画像を指定した解像度にリサンプリングする

説明

bool Imagick::resampleImage ( float $x_resolution , float $y_resolution , int $filter , float $blur )

画像を指定した解像度にリサンプリングします。

パラメータ

x_resolution

y_resolution

filter

blur

返り値

成功した場合に TRUE を返します。


Imagick
PHP Manual