Detect EXIF Orientation of an image in javascript
- by Obi Wan
In my mobile web application, I have a need to examine the EXIF orientation tag of an image file selected using an input type=file control, and this needs to be done on the client side in javascript, before the selected image file gets uploaded to the server.
I have seen several threads similar to this but most of them say to use a library called…