[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 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: [hidden email], [hidden email]

 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());
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel