Skip to content

Commit

Permalink
Added helper module for extracting EXIF; Rotating the processing imag…
Browse files Browse the repository at this point in the history
…e according to EXIF orientation; Relates to #121
  • Loading branch information
serratus committed Aug 13, 2016
1 parent ee0fec3 commit 6d5fd9d
Show file tree
Hide file tree
Showing 8 changed files with 5,110 additions and 5,088 deletions.
5,080 changes: 2,549 additions & 2,531 deletions dist/quagga.js

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions dist/quagga.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/file_input.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Working with file-input</h3>

<div class="controls">
<fieldset class="input-group">
<input type="file" capture/>
<input type="file" accept="image/*" capture="camera"/>
<button>Rerun</button>
</fieldset>
<fieldset class="reader-config-group">
Expand Down
Loading

0 comments on commit 6d5fd9d

Please sign in to comment.