[Kde-imaging] [Bug 123499] raw images are rotated wrong

Gilles Caulier caulier.gilles at free.fr
Mon Apr 24 07:47:53 CEST 2006


------- 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=123499         




------- Additional Comments From caulier.gilles free fr  2006-04-24 07:47 -------
Warning : other plugins like Batch process Images use Image Magick without a linking depency. IM is started like a new command line process.

JPEGLossLess cannot use this way because all implementation use separate thread to perform rotation. This is want mean that we need to use a new depency with image magick library.

Another way can be use here : using the host application to perform rotation/flip operations on other image file formats that JPEG. In digiKam core we have an new API to manage 16 bits images, but this way can be use only if a new method in libkipi is added. I'm not sure if this way is better (in all case, libkipi can be changed after to have release kipi-plugin in 0.1.0).

Gilles


More information about the Kde-imaging mailing list