Dutch PHP Conference 2025 - Call For Papers

ImagickPixelIterator::getPreviousIteratorRow

(PECL imagick 2, PECL imagick 3)

ImagickPixelIterator::getPreviousIteratorRowReturns the previous row

Опис

public ImagickPixelIterator::getPreviousIteratorRow(): array
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Returns the previous row as an array of pixel wands from the pixel iterator.

Значення, що повертаються

Returns the previous row as an array of ImagickPixelWand objects from the ImagickPixelIterator, throwing ImagickPixelIteratorException on error.

add a note

User Contributed Notes

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