Summary: | Picture preview does not honor exif rotation tags | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Frederik Himpe <fhimpe> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Frederik Himpe
2008-06-21 18:54:54 UTC
I noticed file preview in konqueror and the plasma photo frame widget have the same problem. Do they share the code to show these images? Konqueror uses the Dolphin KPart -> Dolphin and Konqueror share exactly the same code. Regarding the photo frame plasmoid I don't know, but my guess is that it uses the class PreviewJob like Dolphin does, so I guess the fix must be done in PreviewJob. But I did not have the time yet to analyse this issue in more detail, but I'll check this for KDE 4.2 (or 4.1.x). Hi ! I just installed digikam .10-beta1 on Ubuntu intrepid, and the previews suffer from the same issue. Are the programs sharing the same preview code ? @Olivier: Yes, they all use the class PreviewJob from kdelibs. I'm not 100 % sure for digikam as I did not look at the code, but it's the default way of creating previews in KDE. But the good news are: If it is fixed once in kdelibs, it should be fixed in a lot of applications :-) I've reassigned this issue to kdelibs, as I've already so many Dolphin related issues that I fear that I won't have time fixing it by myself. Fixed in r1050720. See also bug 238618. WebSVN link: http://websvn.kde.org/?revision=1050720&view=revision |