Summary: | Rotation or flip do not update internal thumbnail | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Philippe <pmiossec> |
Component: | Plugin-Bqm-Flip | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.2.0 | |
Sentry Crash Report: | |||
Attachments: | digiKam and Dolphin thumbnail view |
Description
Philippe
2009-01-03 01:27:11 UTC
I cannot confirm that for Rotate and flip. code is here : http://lxr.kde.org/source/extragear/graphics/kipi-plugins/jpeglossless/jpegtransform.cpp#348 The only action where Exif thumbnail is not updated is to convert to grayscale Sound like a cache problem in konqueror, dolphin and gwenview. Please clean your ~./thumbnails after a rotation/flip and try again... Gilles Caulier Created attachment 30052 [details]
digiKam and Dolphin thumbnail view
SVN commit 908250 by cgilles: JPEGLossLess kipi-plugin from trunk: use metadata settings from kipi host fix Exif thumbnail update with Convert to grayscale CCBUG: 155593 BUG: 179439 M +10 -44 actionthread.cpp M +4 -4 actionthread.h M +29 -6 convert2grayscale.cpp M +5 -4 convert2grayscale.h M +8 -7 imageflip.cpp M +5 -4 imageflip.h M +8 -6 imagerotate.cpp M +5 -4 imagerotate.h M +12 -3 jpegtransform.cpp M +23 -25 jpegtransform.h WebSVN link: http://websvn.kde.org/?view=rev&revision=908250 |