Bug 184702

Summary: cannot rotate TIFFs in Album GUI
Product: [Applications] digikam Reporter: Mikolaj Machowski <mikmach>
Component: Plugin-Bqm-RotateAssignee: 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

Description Mikolaj Machowski 2009-02-17 20:15:27 UTC
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 :)
Comment 1 caulier.gilles 2009-02-17 21:20:04 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
Comment 2 caulier.gilles 2009-02-20 20:03:51 UTC
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
Comment 3 caulier.gilles 2009-02-20 20:08:52 UTC
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
Comment 4 caulier.gilles 2009-02-20 20:40:28 UTC
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