Summary: | jpg image dimensions are not given in the Information Panel | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Nate Herron <cheelay> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | toddrme2178 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Herron
2009-01-14 23:28:35 UTC
I agree. It seems that currently the provided meta data system only reads the dimensions from JPEGs EXIF data... SVN commit 927542 by ppenz: * Use Nepomuk for getting the meta data instead of KFileMetaInfo. * Use a QScrollArea widget to embedd the meta data, as Nepomuk provides so much meta information that it might not fit into the panel. Open issues: * Add the possibility to configure which kind of meta information should be shown. * Check whether the receiving of the meta data for one file also might block the UI like when using KFileMetaInfo in combination with strigi. CCMAIL: sebastian@trueg.de BUG: 180742 BUG: 181592 M +46 -67 informationpanel.cpp M +6 -7 informationpanel.h WebSVN link: http://websvn.kde.org/?view=rev&revision=927542 I still have this problem in KDE 4.5.1. Gif and png show dimension, jpeg does not. @Todd: The root cause for this is in the corresponding metadata-decoder provided by strigi. It worked in 4.5.1 for JPEGs that contain no EXIF-information or an EXIF-information with valid width/height, but did not work for JPEGs that have EXIF but no width/height in it. I created a patch for this in kdesupport and I think this should be available in 4.5.2 (kdesupport has no explicit 4.5.x tags, so I'm not 100 % sure). |