Add bild, a collection of image processing algorithms in pure Go. (#1051)

This commit is contained in:
Anthony N. Simon 2016-08-21 05:01:30 +02:00 committed by Dmitri Shuralyov
parent bd41e89a1a
commit ab4d06c115

View File

@ -476,6 +476,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for manipulating images.*
* [bild](https://github.com/anthonynsimon/bild) - A collection of image processing algorithms in pure Go.
* [bimg](https://github.com/h2non/bimg) - Small package for fast and efficient image processing using libvips.
* [geopattern](https://github.com/pravj/geopattern) - Create beautiful generative image patterns from a string.
* [gg](https://github.com/fogleman/gg) - 2D rendering in pure Go.