Version: 0.10-rc2 (using Devel) Compiler: gcc4.3.2 OS: Linux Installed from: Compiled sources Cannot rotate TIF files in Album GUI. JPEGs and PNGs are properly rotated. Latest 0.10svn and 0.2svn kipi-plugin. Not sure what rotates non-JPEGs in Album GUI so placing it in digiKam territory :)
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