jasoncheng / dica

This is a very simple Friendica android client, wrote by Android Kotlin
GNU General Public License v3.0
14 stars 2 forks source link

image rotate invalid from camera #118

Closed jasoncheng closed 5 years ago

jasoncheng commented 5 years ago

Most phone cameras are landscape, meaning if you take the photo in portrait, the resulting photos will be rotated 90 degrees. In this case, the camera software should populate the Exif data with the orientation that the photo should be viewed in.

jasoncheng commented 5 years ago

https://github.com/jkwiecien/EasyImage/issues/159