From 40b9ab0d508071efa506fe4f0a21de4999f18ae2 Mon Sep 17 00:00:00 2001 From: Specode <0x0000e000@gmail.com> Date: Mon, 7 Jul 2014 10:10:08 +0800 Subject: [PATCH] add imaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index defc03f4..8ddc864b 100644 --- a/README.md +++ b/README.md @@ -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. * [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 +* [imaging](https://github.com/disintegration/imaging) - Simple Go image processing package. ## Text Processing