Hi I am working on a app that have functionality to pick images from camera and display those images as thumbnails. In Order to avoid memory strain I am resizing the Big image into small size like 100x100.
But the issue is the image picked from camera is 90 rotated to which I need to fix . I tried using "autorotate :true" it worked fine with the original image but with re-sized image its not working . I saved the re-sized image as file in app directory . But it loosing the Orientation meta data I think . Can you please help me to get out of this issue...
Thanks Sudheer