CakeFest 2024: The Official CakePHP Conference

ImagickPixelIterator::getCurrentIteratorRow

(PECL imagick 2, PECL imagick 3)

ImagickPixelIterator::getCurrentIteratorRowImagickPixel オブジェクトの現在の行を返す

説明

public ImagickPixelIterator::getCurrentIteratorRow(): array
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

pixel iterator の現在の行を、ImagickPixel オブジェクトの配列で返します。

戻り値

ImagickPixel オブジェクトの配列形式で行を返します。これを順次処理することが可能です。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top