ImagickKernel::getMatrixGet the 2d matrix of values used in this kernel Description
public array ImagickKernel::getMatrix()
Get the 2d matrix of values used in this kernel. The elements are either float for elements that are used or 'false' if the element should be skipped. ParametersThis function has no parameters. Return ValuesA matrix (2d array) of the values that represent the kernel. Examples
Example #1 ImagickKernel::getMatrix
|