Image dithering in go
This go library provides a general purpose dithering algorithm implementation.
The color palette and the error diffusion matrix are customizable.
In order to use this module run:
go get github.com/brouxco/dithering
Note: this may not be necessary if you use Go 1.11 or later: see Go Modules
In your code don't forget the import:
import "github.com/brouxco/dithering"