imageproxy icon indicating copy to clipboard operation
imageproxy copied to clipboard

A caching, resizing image proxy written in Go

Results 123 imageproxy issues
Sort by recently updated
recently updated
newest added

After using imageproxy for 2 weeks it looks like it restarts a lot because of `OOMKilled` (out of memory errors). Here's the number of restarts: ``` kubectl get pods -l...

here's an interesting article about using SVGs for image previews/placeholders: https://jmperezperez.com/svg-placeholders/ I'm not sure if there is a pure Go library to do something like this, but if so, it...

enhancement

imgproxy_1 | 2019/09/03 11:21:04 error transforming image https://image.tmdb.org/t/p/originalnull#170x0: image: unknown format imgproxy_1 | 2019/09/03 11:21:04 content-type not allowed: "text/html" web_imgproxy_1 exited with code 137

Noticing that many of my images are experiencing color loss, even without lowering the quality or doing any resizing. Any idea what's causing it? Additionally, the proxied is about 200KB...

I have a page with big slider and thumbs under it. I put resized images in both, but source images are the same. Source images goes from s3. And thumbs...

When I give a local URL instead of a remote URL, it gives me following error. Is it possible to handle to local URLs as well? error fetching remote image:...

Hi, I tried to use Redis as cache storage, but when I check DB, there are just a few images but cropped images more than a hundred. When I change...

Client Hints are defined by [draft-grigorik-http-client-hints](https://tools.ietf.org/html/draft-grigorik-http-client-hints) and are supported in the recently-released-to-stable Chrome 46. They allow user agents to provide additional hints regarding how the content is going to be...

Interested to know if there's a way of implementing gif to mp4 (as seen by commercial providers such as https://cloudinary.com/).

enhancement
plugins

If i'm correct that there seems to be no way to activate SSL support. I tried setting the `--addr` to `localhost:443` but there seems to be nowhere to point to...

enhancement