I have an RSS reader type mobile app and I want to first transform (resize) the images (from servers of the original story) before they are fetched on our android app. Is there a way?
We initially hosted images on Cloudinary but since number of articles is ever increasing we quickly ran out of storage and thus we think we should let the images hosted on others' server and just add a layer to transform it on the fly before sending to our mobile app.