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