$type
$type : string
Dither image. Dithering will reduce the color to black and white and add noise.
apply(\Grafika\Gd\Image $image) : \Grafika\Gd\Image
Apply filter.
\Grafika\Gd\Image | $image |
diffusion(\Grafika\Gd\Image $image) : \Grafika\Gd\Image
Dither using error diffusion.
\Grafika\Gd\Image | $image |
ordered(\Grafika\Gd\Image $image) : \Grafika\Gd\Image
Dither by applying a threshold map.
\Grafika\Gd\Image | $image |