From ef1c63a59771d28ec8abc33a3d2be7cd9b4f9f87 Mon Sep 17 00:00:00 2001 From: Ajat Prabha Date: Tue, 2 Jul 2019 10:48:26 +0530 Subject: [PATCH] Add Darkroom to the Images section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0e3e14f2f4..67f8f4e67c1 100644 --- a/README.md +++ b/README.md @@ -816,6 +816,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. +* [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. * [gift](https://github.com/disintegration/gift) - Package of image processing filters.