Php/docs/class.imagickkernel

From Get docs

(PECL imagick >= 3.3.0)

Introduction

Class synopsis


ImagickKernel {

/* Methods */

public addKernel ( ImagickKernel $ImagickKernel ) : void

public addUnityKernel ( float $scale ) : void

public static fromBuiltin ( int $kernelType , string $kernelString ) : ImagickKernel

public static fromMatrix ( array $matrix [, array $origin ] ) : ImagickKernel

public getMatrix ( ) : array

public scale ( float $scale [, int $normalizeFlag ] ) : void

public separate ( ) : array

}

Table of Contents