parent root
PHP: ImagickKernel - Manual
PHP 7.2.23 Release Announcement

The ImagickKernel class

(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 ( void ) : array
public scale ( float $scale [, int $normalizeFlag ] ) : void
public separate ( void ) : array
}

Table of Contents

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root