[Kde-imaging] [Bug 149358] digikam is (much) slower to rotate photos than kuickshow
Kusi
kusi at forum.titlis.org
Sun Sep 2 12:38:02 CEST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=149358
------- Additional Comments From kusi forum titlis org 2007-09-02 12:38 -------
Gilles,
so what is the reason why it takes twice as much time for the kipi plugin compared to the commandline tool, if both use the same code base?
Kusi
PS: I tested the speed with the following bash-script
for i in *.jpg
do
jpegtran -rotate 90 $i > rotated/$i
done
More information about the Kde-imaging
mailing list