Summary: | HTML export of RAW images fails | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Kevin Gilbert <kmg952> |
Component: | Plugin-Generic-HTMLGallery | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kmg952 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
Kevin Gilbert
2011-04-26 01:05:55 UTC
I have done some checking and I think that this is a change in Qt from qt-4.7.1-17 to qt-4.7.2-8. I believe that the call statement if( !originalImage.loadFromData( imageData )) in the module imagegenerationfunctor.cpp fails. I have extracted the code from that module and run it under both versions of Qt - it works in the older version and fails in the newer. Git commit 1959b9322e59bae15b24928fca9da6d985212019 by Gilles Caulier. Committed on 08/06/2011 at 15:09. Pushed by cgilles into branch 'master'. support RAW image for HTML export BUGS: 271735 M +1 -1 htmlexport/CMakeLists.txt M +127 -108 htmlexport/imagegenerationfunctor.cpp http://commits.kde.org/kipi-plugins/1959b9322e59bae15b24928fca9da6d985212019 Thanks for the fix - it's *VERY* much appreciated!!!! Just applied the patch to the Fedora 15 kipi-plugins-1.9.0-1.fc15.src.rpm . I can confirm that the patch works!!!! :) :) :) If I ever meet you Gilles, it's my shout!!!!!!!! |