[Digikam-devel] extragear/graphics/digikam/imageplugins

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] extragear/graphics/digikam/imageplugins

F.J.Cruz
SVN commit 543004 by fjcruz:

"Embed profile" option from Color Management plugin is working now.


CCMAIL: [hidden email], [hidden email]

 M  +7 -1      imageeffect_iccproof.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_iccproof.cpp #543003:543004
@@ -510,7 +510,7 @@
 
 void ImageEffect_ICCProof::finalRendering()
 {
-    //  TODO : implement me
+
     if (!m_doSoftProofBox->isChecked())
     {
         kapp->setOverrideCursor( KCursor::waitCursor() );
@@ -620,6 +620,12 @@
                                 m_checkGamutBox->isChecked(), useBuiltinProfile());
             }
             
+            if (m_embeddProfileBox->isChecked())
+            {
+                iface->setEmbeddedICCToOriginalImage( tmpSpacePath );
+                kdDebug() << "ImageEffect_ICCProof::finalRendering() - 626" << QFile::encodeName(tmpSpacePath) << endl;
+            }
+            
             iface->putOriginalImage("Color Management", img.bits());
             delete [] data;
         }
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel