How can I download a lower resolution image from an image URL? I have no control on the server side

1

So, I see that we can use -r range in curl. Is there any way that instead of downloading a complete image from the URL(someone else's), I could just use lower bandwidth and get lower resolution image, by reconstructing the parts downloaded by curl?

N A

Posted 2016-11-21T06:55:53.777

Reputation: 111

With curl it's impossible. Use opera turbo mode which exactly does what you want. http://help.opera.com/Mac/11.60/en/turbo.html

– Ipor Sircer – 2016-11-21T06:58:55.407

I don't believe it's possible. Opera works by utilising their own server-side compression proxy, I believe chroms offers a similar add-on using google servers. – user657451 – 2016-11-21T08:37:25.410

No answers