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

Francisco J. Cruz fj.cruz at supercable.es
Sat May 20 22:52:03 BST 2006


SVN commit 543005 by fjcruz:

Embed a color profile into an image is the usual way in an Color Management workflow, so "Embed profile" option in CM plugins is checked as default one.


CCMAIL: digikam-devel at kde.org, caulier.gilles at kdemail.net

 M  +1 -1      imageeffect_iccproof.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_iccproof.cpp #543004:543005
@@ -229,6 +229,7 @@
                                           " the colors that are out of the printer gamut<p>"));
 
     QCheckBox *m_embeddProfileBox = new QCheckBox(m_optionsBG);
+    m_embeddProfileBox->setChecked(true);
     m_embeddProfileBox->setText(i18n("Embed profile"));
     QWhatsThis::add(m_embeddProfileBox, i18n("<p>You can use this option if you want to embedd"
                                              " into the image the selected color profile.</p>"));
@@ -636,7 +637,6 @@
 
 void ImageEffect_ICCProof::slotTry()
 {
-    // TODO "embed profile" option is not implemented -- Paco Cruz
     // TODO use of Display profile is not implemented -- Paco Cruz
     
     kapp->setOverrideCursor(KCursor::waitCursor());



More information about the Digikam-devel mailing list