From 9fcdcadfa4c3649a134b6f0042849d7b3c08bea2 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 26 Sep 2017 15:49:08 +0000 Subject: [PATCH] update README - mention caching options in feature overview - remove not about fetching with go1.2 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 42a1f14..dbf22b0 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ imageproxy is a caching image proxy server written in go. It features: - basic image adjustments like resizing, cropping, and rotation - access control using host whitelists or request signing (HMAC-SHA256) - - support for jpeg, png, webp (decode only), tiff, and gif image formats (including animated gifs) - - on-disk caching, respecting the cache headers of the original images + - support for jpeg, png, webp (decode only), tiff, and gif image formats + (including animated gifs) + - caching in-memory, on disk, or with Amazon S3, Google Cloud Storage, Azure + Storage, or Redis - easy deployment, since it's pure go Personally, I use it primarily to dynamically resize images hosted on my own @@ -76,9 +78,6 @@ Install the package using: go get willnorris.com/go/imageproxy/cmd/imageproxy -(Note that go1.2 and earlier may have trouble fetching the package with `go -get`). - Once installed, ensure `$GOPATH/bin` is in your `$PATH`, then run the proxy using: