0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -05:00

update README

- mention caching options in feature overview
- remove not about fetching with go1.2
This commit is contained in:
Will Norris 2017-09-26 15:49:08 +00:00
parent ebcfb52f3a
commit 9fcdcadfa4

View file

@ -4,8 +4,10 @@ imageproxy is a caching image proxy server written in go. It features:
- basic image adjustments like resizing, cropping, and rotation - basic image adjustments like resizing, cropping, and rotation
- access control using host whitelists or request signing (HMAC-SHA256) - 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) - support for jpeg, png, webp (decode only), tiff, and gif image formats
- on-disk caching, respecting the cache headers of the original images (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 - easy deployment, since it's pure go
Personally, I use it primarily to dynamically resize images hosted on my own 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 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 Once installed, ensure `$GOPATH/bin` is in your `$PATH`, then run the proxy
using: using: