In my app, I have a feature where you can share a photo to facebook. Before sharing, you can take a photo from the camera, or choose a photo from the photo library. Also, after you chose the photo, you can "edit" it (square crop <-- this is the basic feature that comes with the imagepicker).
Now, my question is, in my photo library, I have some photos that are in landscape, and I want to rotate them upwards before showing the "edit" screen. Is it possible?
I noticed that when you take a photo with the camera in landscape, the imagepicker auto rotates the photo upwards. But when I pick a photo that is in landscape in my library, it's not upwards.
Any tips would be appreciated. Thanks,