Dither
class Dither implements FilterInterface
Dither image using Floyd-Steinberg algorithm. Dithering will reduce the color to black and white and add noise.
Methods
__construct()
Dither an image.
Details
at line line 15
__construct()
Dither an image.