I had a problem where some of my images are loaded inside imageview rotated. I solved the problem by loading an image using Glide.
The image is loaded inside 100 x 100 imageview. Can I retrieve the image which is stored inside that imageview as 100 x 100 and upload it to the server instead of sending the original image?