Resize image before upload on Android devices.
I have a 4MB image on android. I don't want to upload such a file image file. Instead I want to upload the same image after making it 100KB in size. How can I do it?
-
When uploading to Cloudinary you can apply an incoming-transformation to normalize the image before storing on your account.
Note, however, that this will not save you the bandwidth of uploading the original image to Cloudinary's servers.
Post is closed for comments.
Comments
1 comment