Inlined JPEG image appears upside-down in the KMail's message view. Reproducible: Didn't try Steps to Reproduce: 1. Ask someone (probably yourself) to send you a photo with orientation info written in JPEG metadata. 2. Open the received message in the KMail's message view by single-clicking on it in the message list. Actual Results: 3. Look at the inlined image - it is possibly turned upside-down. Expected Results: 3. JPEG image in the correct orientation in the KMail's message view. 1. When saved in a file and opened in Gwenview, the photo can be seen in the correct orientation. 2. My e-mail message's source looks like this: <...some headers...> --Apple-Mail-1FB7AC89-4950-444D-A787-9FDC466AFBB6 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail-1FB7AC89-4950-444D-A787-9FDC466AFBB6 Content-Disposition: inline; filename=photo.JPG Content-Type: image/jpeg; name=photo.JPG Content-Transfer-Encoding: base64 <...many letters and digits encoding the binary file...> --Apple-Mail-1FB7AC89-4950-444D-A787-9FDC466AFBB6--
Ok will look at it.
I confirm it. But it must be fixed in webkit not in kmail. Webkit doesn't support it. So we will wait until it support it
What version of kmail was this fixed in?
Steven, KMail uses WebKit to display images, and until WebKit supports orientation tags, KMail cannot display them correctly. You could report the issue to WebKit developers via http://www.webkit.org/quality/reporting.html
OK, so the bug remains. It's a bit confusing that this issue is marked as "resolved downstream". Could someone re-open this issue?
(In reply to comment #4) > Steven, KMail uses WebKit to display images, and until WebKit supports > orientation tags, KMail cannot display them correctly. You could report the > issue to WebKit developers via http://www.webkit.org/quality/reporting.html I think that there are bugs already filed in WebKit. Examples: * https://bugs.webkit.org/show_bug.cgi?id=101207 * https://bugs.webkit.org/buglist.cgi?quicksearch=exif+orientation However, as a non-KDE person, I am lost in the minutia of "cairo" and "EFL port" so I can't tell whether this bug fix has been released by WebKit or not. More importantly for me is whether the fix has been released in kmail or not. Having this bug marked as "resolved upstream" is misleading if it has not yet been released as part of kmail. I'd appreciate some KDE help so as to update the Debian bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694171
UPSTREAM is correct, because the bug is not in KMail, but in WebKit. See https://bugs.webkit.org/show_bug.cgi?id=95299 Additionally, WebKit is not released as part of KMail, but separately or together with Qt, depending on your distribution.