HumHub Documentation (unofficial)

OnPixelBased
in package
implements FilterInterface

The OnPixelBased takes a callable, and for each pixel, this callable is called with the image (\Imagine\Image\ImageInterface) and the current point (\Imagine\Image\Point).

Table of Contents

Interfaces

FilterInterface
Interface for imagine filters.

Properties

$callback  : callable

Methods

__construct()  : mixed
Initialize the instance.
apply()  : ImageInterface
Applies scheduled transformation to an ImageInterface instance.

Properties

Methods


        
On this page

Search results