Imagick::setPage

Imagick オブジェクトのページジオメトリを設定する

説明

public bool Imagick::setPage(
    int $width,
    int $height,
    int $x,
    int $y
)

Imagick オブジェクトのページジオメトリを設定します。

パラメータ

width

height

x

y

戻り値

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