Support TIFF images.

This commit is contained in:
Michael Carey 2017-08-31 13:04:10 -07:00
parent 4533f0c68a
commit c1a9dab401
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ 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), and gif image formats (including animated gifs)
- support for jpeg, png, webp & tiff (decode only), and gif image formats (including animated gifs)
- on-disk caching, respecting the cache headers of the original images
- easy deployment, since it's pure go