Manuel PHP
Imagick::getPixelRegionIterator
(No version information available, might be only in CVS)
Imagick::getPixelRegionIterator — Get an ImagickPixelIterator for an image section
Description
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.
Remonter 
