Dither
class Dither implements FilterInterface
Dither image using Floyd-Steinberg algorithm. Dithering will turn the image black and white and add noise.
class Dither implements FilterInterface
Dither image using Floyd-Steinberg algorithm. Dithering will turn the image black and white and add noise.
ImageInterface
apply(ImageInterface $image)