How To Extract Image Orientation Information From Image Loaded In Canvas
I am creating a web app in which it allows image upload directly in the canvas. Sometimes, when images are uploaded from iPad or other such devices, they are oriented differently.
Solution 1:
For this I was not able to get the orientation info because I was not using original image. Instead, I was using image compressed using the HTML canvas object.I used the original uploaded image and it started working.
Post a Comment for "How To Extract Image Orientation Information From Image Loaded In Canvas"