add imaging

This commit is contained in:
Specode 2014-07-07 10:10:08 +08:00
parent 1ffe29c53f
commit 40b9ab0d50

View File

@ -141,6 +141,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [svgo](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. * [svgo](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation.
* [resize](https://github.com/nfnt/resize) - Image resizing for the Go with common interpolation methods. * [resize](https://github.com/nfnt/resize) - Image resizing for the Go with common interpolation methods.
* [rez](https://github.com/bamiaux/rez) - Image resizing, functionality similar to resize * [rez](https://github.com/bamiaux/rez) - Image resizing, functionality similar to resize
* [imaging](https://github.com/disintegration/imaging) - Simple Go image processing package.
## Text Processing ## Text Processing