Php/docs/class.imagickpixeliterator

提供:Dev Guides
< Php
2020年12月14日 (月) 09:23時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PECL imagick 2, PECL imagick 3)

クラス概要


ImagickPixelIterator {

public clear ( ) : bool

public __construct ( Imagick $wand )

public destroy ( ) : bool

public getCurrentIteratorRow ( ) : array

public getIteratorRow ( ) : int

public getNextIteratorRow ( ) : array

public getPreviousIteratorRow ( ) : array

public newPixelIterator ( Imagick $wand ) : bool

public newPixelRegionIterator ( Imagick $wand , int $x , int $y , int $columns , int $rows ) : bool

public resetIterator ( ) : bool

public setIteratorFirstRow ( ) : bool

public setIteratorLastRow ( ) : bool

public setIteratorRow ( int $row ) : bool

public syncIterator ( ) : bool

}

目次