Skip to content

Commit

Permalink
+ #207: support EXIF.Orientation == 7 & 4
Browse files Browse the repository at this point in the history
  • Loading branch information
s7anley committed Mar 4, 2014
1 parent f4c59fd commit 4f7eed3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ Button like link.
## Changelog
<ul>
<li>+ #207: support EXIF.Orientation == 5</li>
<li>+ #207: support EXIF.Orientation == 4, 5 & 7 </li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions dist/FileAPI.html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,8 @@
8: 270
, 3: 180
, 6: 90
, 7: 270
, 4: 180
, 5: 90
}
;
Expand Down
2 changes: 1 addition & 1 deletion dist/FileAPI.html5.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/FileAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,8 @@
8: 270
, 3: 180
, 6: 90
, 7: 270
, 4: 180
, 5: 90
}
;
Expand Down
4 changes: 2 additions & 2 deletions dist/FileAPI.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/FileAPI.Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
8: 270
, 3: 180
, 6: 90
, 7: 270
, 4: 180
, 5: 90
}
;
Expand Down

0 comments on commit 4f7eed3

Please sign in to comment.