[Digikam-devel] [Bug 130798] digikam editor saves some jpeg's 30% smaller than original - even with jpeg compression option set at 100

Gilles Caulier caulier.gilles at free.fr
Sat Jul 15 20:59:07 BST 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=130798         




------- Additional Comments From caulier.gilles free fr  2006-07-15 21:59 -------
SVN commit 562793 by cgilles:

digikam from trunk : add libJPEG quality compression value debug message.

CCBUGS: 130798

 M  +2 -0      jpegloader.cpp  


--- trunk/extragear/graphics/digikam/libs/dimg/loaders/jpegloader.cpp #562792:562793
 @ -484,6 +484,8  @
     jpeg_set_quality(&cinfo, quality, true);
     jpeg_start_compress(&cinfo, true);
 
+    kdDebug() << "Using LibJPEG quality compression value: " << quality << endl;
+
     if (observer)
         observer->progressInfo(m_image, 0.1);



More information about the Digikam-devel mailing list