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"