Imagick::setImagePage

画像のページのジオメトリを設定する

説明

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

画像のページのジオメトリを設定します。

パラメータ

width

height

x

y

戻り値

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

エラー / 例外

エラー時に ImagickException をスローします。