Summary: | cannot rotate TIFFs in Album GUI | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mikolaj Machowski <mikmach> |
Component: | Plugin-Bqm-Rotate | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.2.0 | |
Sentry Crash Report: |
Description
Mikolaj Machowski
2009-02-17 20:15:27 UTC
Mik, for the moment, it's jpeglossless kipi-plugin using imagemagick in background with digiKam 0.11, Batch Queue Manager will replace this plugin. We lost a lots of time with imagemagick... It's time to use digiKam core api instead... Gilles Mik, It's a bug in libtiff used by ImageMagick when -verbose option from convert command line tool is used. I don't know why. The wrap around is to remove -verbose option in jpeglossless plugin when it invoke imagemagick. Note : this have been confirmed today in digiKam-user mailing list: http://article.gmane.org/gmane.comp.kde.digikam.user/9563 Gilles Caulier SVN commit 929141 by cgilles: "-verbose" option from imagegick convert option is broken with TIFF files. Sound dlike a bug in recent libtiff. This option is now removed everywhere. CCBUGS: 159794 CCBUGS: 184702 M +0 -1 convert2grayscale.cpp M +0 -1 imageflip.cpp M +0 -1 imagerotate.cpp M +0 -1 utils.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929141 SVN commit 929152 by cgilles: backport commit #929141 BUG: 159794 BUG: 184702 M +0 -1 convert2grayscale.cpp M +0 -1 imageflip.cpp M +0 -1 imagerotate.cpp M +0 -1 utils.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=929152 |