Andries Louw Wolthuizen

Results 41 comments of Andries Louw Wolthuizen

Could it be that the issue is due to IPv6? Is the result different if you pass the `-6` flag to `curl`? Otherwise I suspect some DNS issue, might be...

If you host the code yourself, this would be possible by configuring the module as filter. See: https://github.com/weserv/images/tree/5.x/ngx_conf#weserv In this way you are able to pass static files, instead of...

In that case try `https://mydomain.nl/static/transparency_demo.png?w=400&bg=black`. That should work out of the box. The `/static/` is a virtual path to `/` using the `weserv filter` mode, as stated in my previous...

The fallback is nothing more than a redirect, which will trigger on any errors. In your example reddit seems to be actively blocking the request from the proxy, so it...

@kleisauke: Shall we put this on the to-do list?

It's hard to stop the errorredirect, as it seems to be working as intented. Please let us know why exactly we'd need to block, and we'll look into it. Normally...

Good question, it would be like https://wsrv.nl/docs/crop.html#rectangle-crop but with percentages indeed. @kleisauke: Any ideas on this? Does libvips provide any easy way to cut an image in equal sizes? I...

Yes, please use https://images.weserv.nl/ips.txt or https://wsrv.nl/ips.txt

Indeed, agree, that should be somewhere in the FAQ.

Thanks, yes, there are some legal concerns. DMCA is the one impacting us the most, for this reason we use OpenDNS to block questionable categories. See https://github.com/weserv/images/issues/285#issuecomment-828176654 In addition, we...