La clase ImagickPixelIterator

(PECL imagick 2, PECL imagick 3)

Sinopsis de la Clase

ImagickPixelIterator {
clear(): bool
destroy(): bool
newPixelRegionIterator(
    Imagick $wand,
    int $x,
    int $y,
    int $columns,
    int $rows
): bool
setIteratorRow(int $row): bool
syncIterator(): bool
}

Tabla de contenidos

add a note add a note

User Contributed Notes

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