class Dither implements FilterInterface

Dither image using Floyd-Steinberg algorithm. Dithering will turn the image black and white and add noise.

Methods

apply(ImageInterface $image)

No description

Details

at line line 19
ImageInterface apply(ImageInterface $image)

Parameters

ImageInterface $image

Return Value

ImageInterface