Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 977 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 977 Bytes

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