anthonynsimon / bild

Image processing algorithms in pure Go
MIT License
3.97k stars 213 forks source link

Add the option to pass a heuristic for the grayscale effect #67

Closed anthonynsimon closed 5 years ago

anthonynsimon commented 5 years ago

Adds a new function with signature:

func GrayscaleWithWeights(img image.Image, r, g, b float64) *image.Gray

This fixes #65