Skip to content

brouxco/dithering

Repository files navigation

Dithering

GoDoc Go Report Card GitHub license

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"

License

MIT

Releases

No releases published

Packages

No packages published

Languages