ImagickKernel::addUnityKernel

(PECL imagick >= 3.3.0) Description public void ImagickKernel::addUnityKernel ( void ) Adds a given amount of the 'Unity' Convolution Kernel to the given pre-scaled and normalized Kernel. This in effect adds that amount of the original image into the resulting convolution kernel. The resulting effect is to convert the defined kernels into blended soft-blurs, unsharp kernels or into sharpening kernels.

ImagickKernel::addKernel

(PECL imagick >= 3.3.0) Description public void ImagickKernel::addKernel ( ImagickKernel $ImagickKernel ) Attach another kernel to this kernel to allow them to both be applied in a single morphology or filter function. Returns the new combined kernel. Parameters: ImagickKernel Attach another kernel to this kernel to allow them to both be applied in a single morphology

ImagickPixelIterator::syncIterator

(PECL imagick 2.0.0) Syncs the pixel iterator bool ImagickPixelIterator::syncIterator ( void ) Syncs the pixel iterator. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

ImagickPixelIterator::setIteratorRow

(PECL imagick 2.0.0) Set the pixel iterator row bool ImagickPixelIterator::setIteratorRow ( int $row ) Set the pixel iterator row. Parameters: row Set the pixel iterator row. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

ImagickPixelIterator::setIteratorLastRow

(PECL imagick 2.0.0) Sets the pixel iterator to the last pixel row bool ImagickPixelIterator::setIteratorLastRow ( void ) Sets the pixel iterator to the last pixel row. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

ImagickPixelIterator::setIteratorFirstRow

(PECL imagick 2.0.0) Sets the pixel iterator to the first pixel row bool ImagickPixelIterator::setIteratorFirstRow ( void ) Sets the pixel iterator to the first pixel row. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

ImagickPixelIterator::resetIterator

(PECL imagick 2.0.0) Resets the pixel iterator bool ImagickPixelIterator::resetIterator ( void ) Resets the pixel iterator. Use it in conjunction with ImagickPixelIterator::getNextIteratorRow() to iterate over all the pixels in a pixel container. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

ImagickPixelIterator::newPixelRegionIterator

(PECL imagick 2.0.0) Returns a new pixel iterator bool ImagickPixelIterator::newPixelRegionIterator ( Imagick $wand, int $x, int $y, int $columns, int $rows ) Returns a new pixel iterator. Parameters: wand Returns a new pixel iterator. x Returns a new pixel iterator. y Returns a new pixel iterator.

ImagickPixelIterator::newPixelIterator

(PECL imagick 2.0.0) Returns a new pixel iterator bool ImagickPixelIterator::newPixelIterator ( Imagick $wand ) Returns a new pixel iterator. Returns: Returns TRUE on success. Throwing ImagickPixelIteratorException. This function is currently not documented; only its argument list is available.

ImagickPixelIterator::getPreviousIteratorRow

(PECL imagick 2.0.0) Returns the previous row array ImagickPixelIterator::getPreviousIteratorRow ( void ) Returns the previous row as an array of pixel wands from the pixel iterator. Returns: Returns the previous row as an array of ImagickPixelWand objects from the ImagickPixelIterator, throwing ImagickPixelIteratorException on error. This function is currently