mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-28 14:26:24 +02:00
Support TIFF images.
This commit is contained in:
parent
4533f0c68a
commit
c1a9dab401
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue