Add tdewolff/canvas (#2740)

This commit is contained in:
Taco de Wolff 2019-09-27 14:14:26 -03:00 committed by Ceriath
parent d1f9089fa2
commit 68589ea8a2
1 changed files with 1 additions and 0 deletions

View File

@ -841,6 +841,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [bild](https://github.com/anthonynsimon/bild) - Collection of image processing algorithms in pure Go.
* [bimg](https://github.com/h2non/bimg) - Small package for fast and efficient image processing using libvips.
* [cameron](https://github.com/aofei/cameron) - An avatar generator for Go.
* [canvas](https://github.com/tdewolff/canvas) - Vector graphics to PDF, SVG or rasterized image.
* [darkroom](https://github.com/gojek/darkroom) - An image proxy with changeable storage backends and image processing engines with focus on speed and resiliency.
* [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.