Commit c398e2d
authored
Update functions.image.php
Add -auto-orient switch to image magick thumbnail command otherwise, thumbnails could get created with the incorrect orientation if the EXIF tag in the file is specifying a different one. This happens with images taken with mobile devices. The browser automatically read the EXIF tag and views the original image correctly, but without this switch, the generated thumbnails would could show up incorrectly.1 parent 7602510 commit c398e2d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments