PHP 8.3.4 Released!

The ImagickKernel class

(PECL imagick >= 3.3.0)

Introduction

Class synopsis

class 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

add a note

User Contributed Notes

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