Skip to content

Commit 029ac42

Browse files
committed
Document orientation values visually in source.
1 parent 379922b commit 029ac42

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

js/load-image-orientation.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
* https://opensource.org/licenses/MIT
1010
*/
1111

12+
/*
13+
14+
Exif orientation values to correctly display the letter F:
15+
16+
1 2 3 4 5 6 7 8
17+
18+
██████ ██████ ██ ██ ██████████ ██ ██ ██████████
19+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
20+
████ ████ ████ ████ ██ ██████████ ██████████ ██
21+
██ ██ ██ ██
22+
██ ██ ██████ ██████
23+
24+
*/
25+
1226
/* global define, module, require */
1327

1428
;(function (factory) {

0 commit comments

Comments
 (0)