Imagick
PHP Manual

Imagick::getPixelRegionIterator

(PECL imagick 2.0.0)

Imagick::getPixelRegionIterator画像セクションの ImagickPixelIterator を取得する

説明

ImagickPixelIterator Imagick::getPixelRegionIterator ( int $x , int $y , int $columns , int $rows )

画像セクションの ImagickPixelIterator を取得します。

パラメータ

x

範囲の x 座標。

y

範囲の y 座標。

columns

範囲の幅。

rows

範囲の高さ。

返り値

画像セクションの ImagickPixelIterator を返します。

エラー / 例外

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


Imagick
PHP Manual