La classe Imagick
PHP Manual

Imagick::getPixelRegionIterator

(No version information available, might be only in CVS)

Imagick::getPixelRegionIteratorGet an ImagickPixelIterator for an image section

Description

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

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Get an ImagickPixelIterator for an image section.

Liste de paramètres

x

The x-coordinate of the region.

y

The y-coordinate of the region.

columns

The width of the region.

rows

The height of the region.

Valeurs de retour

Returns an ImagickPixelIterator for an image section, throwing ImagickException on error.


La classe Imagick
PHP Manual