Images copied into clipboard upside down
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
People
(Reporter: timeroot.alex, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.09 MB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
Steps to reproduce:
View https://cdn.discordapp.com/attachments/464641014506848256/625479852509626369/image0.jpg in Firefox and observe that it is the correct orientation (hand is on the bottom, reaching up). In case that link breaks, I've also attached the image
Copy image into clipboard
Paste into another tab that accepts images, such as Messenger.com or pasteboard.co
Actual results:
Image is now upside down
Expected results:
Image should maintain orientation
Comment 1•6 years ago
|
||
I can also reproduce the issue on Chromium 78.0.3883.0(Developer Build)Windows10.
Comment 2•6 years ago
|
||
I guess "Copy image" loses exif orientation flag.
Comment 3•6 years ago
|
||
We don't seem to check orientation anywhere except on the draw path, so I'm not surprised it is rotated incorrectly after copy and paste.
Updated•3 years ago
|
Description
•