|
|
|
|
|
by SaladFork
2419 days ago
|
|
Relevant Chromium bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=56845 It works fine when you open the image directly, but it will not apply EXIF corrects for inline images (<img> tag). There are JS libraries that load the image as file data to read the EXIF data and apply the correct rotation, but those fail in some cases (HTTPS trying to load data for an HTTP-linked image, for example). |
|