ImagickKernel::getMatrixGet the 2d matrix of values used in this kernel 説明
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. パラメータこの関数にはパラメータはありません。 戻り値A matrix (2d array) of the values that represent the kernel. 例
例1 ImagickKernel::getMatrix
|