Awesome
Dithering
Image dithering in go
This go library provides a general purpose dithering algorithm implementation.
The color palette and the error diffusion matrix are customizable.
Install
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"