CakeFest 2024: The Official CakePHP Conference

ImagickPixelIterator::getIteratorRow

(PECL imagick 2, PECL imagick 3)

ImagickPixelIterator::getIteratorRowReturns the current pixel iterator row

Descrizione

public ImagickPixelIterator::getIteratorRow(): int
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Returns the current pixel iterator row.

Valori restituiti

Returns the integer offset of the row, throwing ImagickPixelIteratorException on error.

add a note

User Contributed Notes

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