Sergei Aleksandrovich

Results 198 comments of Sergei Aleksandrovich

Hey @vtsztr! Thanks for catching this! Fixed in v3.7.0

I'm afraid you're more experienced with Python than I am because I'm not familiar with it at all. So PR is very welcome :)

Hey Artem! Well, there's no such feature, but here're some things you can do to hide the full source URL: - If you store your images in some kind of...

This is a good feature idea, but it won't be implemented soon. There are lots of RAW formats, and this will take a lot of time to implement their support....

Hi! I'd recommend using the official Docker image https://hub.docker.com/r/darthsim/imgproxy/.

Hey @madleo-dk! CSS and backend are very different levels, so there's no way for a server to know CSS properties applied to an image. However, some browsers support Client Hints...

There shouldn't be any problems to build imgproxy on FreeBSD if libvips is installed. That's how I got it on my test FreeBSD droplet: ``` pkg install -y pkgconf vips...

Sorry, I'm totally unfamiliar with FreeBSD :( I reopened the issue, hope someone could help you.

Well, yes, imgproxy enforces inline content disposition. However, while it is a pretty niche request, PRs are always welcome ;) You can add a processing option that will control the...

Hi, The ideal way is to generate URLs on the backend side and return them via API, that's how we work with it. If generating URLs on the backend side...