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

Hey, On PNGs all transparent became black - could you tell me is there a way to make it white? Kind Regards, Leo

Right now, I'm having to maintain a fork of envy to remove viper support. Granted, it's only 50 lines long or so. But ff has the advantage of also supporting...

plugins

Currently I'm using my own fork to redirect malformed request to original site ( https://github.com/ttimasdf/imageproxy/commit/b060222298e4be638894216e39e925c4778d604e ), that ensure the site not breaking. I'm wondering whether it could be added as...

eg: instead of this http://localhost:8080/500/https://octodex.github.com/images/codercat.jpg we can create alias like `octo` and url will become this http://localhost:8080/500/octo/images/codercat.jpg Would you accept a PR for such feature? I'm not familiar with Go...

plugins

Hi It would be very useful to be able to scale an image to both a max width and max height without cropping. Basically make it fit inside a box...

I use imageproxy to thumbnail some large images served from remote sources in my search engine, and it generally works beautifully for my use case. I have imageproxy connected to...

## Description this is a very simple implementation of rate limiting for the imageproxy service. ## Motivation addresses #200

We are using Imageproxy and Minio. They are good partner in most of time. But we found mass of exceptions from Imageproxy console. So we investigate it. When image file...

Will be good if we can load images from a local directory instead of public URLs. Something like ``` http://localhost:8000/{options}/myimages/car.png ``` Tks

Hi, I need to scale image and crop, but crop only from the vertical top? If I pass like 1280x600, then it centred image. If I pass like cy0,cx0,cw1280,ch600 it...