Android image resizing and preserving EXIF data (orientation, rotation, etc.)
If your Android app uses the device camera to take a picture and then resizes it (this is very, very common to reduce the size for upload), you might not realize that this resize operation strips the Exif metadata. This can cause problems, especially if the device in question relies on the ‘Orientation’ tag to … Read more