anthonynsimon / bild

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

Make blend() exported to allow for custom blending implementations. #81

Closed BluePsyduck closed 4 years ago

BluePsyduck commented 4 years ago

This pull request makes the blend.blend() function exported to allow calling it with a custom blending function from the outside.

anthonynsimon commented 4 years ago

Thanks! Looks good