\Grafika\Gd\FilterDither

Dither image. Dithering will reduce the color to black and white and add noise.

Summary

Methods
Properties
Constants
__construct()
apply()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
diffusion()
ordered()
$type
N/A

Properties

$type

$type : string

Type

string — Dithering algorithm to use.

Methods

__construct()

__construct(string  $type = 'diffusion') 

Dither an image.

Parameters

string $type

Dithering algorithm to use. Options: diffusion, ordered. Defaults to diffusion.