update : 2015.11.03
php.shukuma.com검색:
|
Imagick::getPixelRegionIterator(PECL imagick 2.0.0) Imagick::getPixelRegionIterator — Get an ImagickPixelIterator for an image section 설명Get an ImagickPixelIterator for an image section. 인수
반환값Returns an ImagickPixelIterator for an image section. 오류/예외오류시에 ImagickException이 발생합니다. 예제
Example #1 Imagick::getPixelRegionIterator() example Iterate over the pixels in the top left of the image, changing them to be black.
<?php |