gordon-cs / Project-Phoenix

The Electronic Room Condition Inventory
0 stars 0 forks source link

Use exif data to manipulate images. #150

Closed eanyanwu closed 7 years ago

eanyanwu commented 7 years ago

Title says it all. Here are the references that I used:

To understand EXIF orientation metadata: http://www.impulseadventure.com/photo/exif-orientation.html To Modify an image to reflect EXIF data: http://stackoverflow.com/questions/6222053/problem-reading-jpeg-metadata-orientation#23400751 Extra reading on how exif data is manipulated on different websites. Many websites don't do it correctly/don't do it completely.: http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/

superpowers11 commented 7 years ago

I think we should go ahead and merge this in. Even if it doesn't work on Android, getting it to work on iPhones takes care of a huge proportion of our users. 📲

eanyanwu commented 7 years ago

I'm ok with that!