serratus / quaggaJS

An advanced barcode-scanner written in JavaScript

Home Page:https://serratus.github.io/quaggaJS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract EXIF orientation for still-images

serratus opened this issue · comments

It would be beneficial if the orientation of the image taken is considered for display purposes. This might not have any substantial impact on the recognition rate, but helps the user in his process.

In order to keep the number dependencies down, extracting the minimal needed code from https://github.com/exif-js/exif-js is the goal.