[Digikam-devel] extragear/graphics/digikam/utilities/imageeditor/tools

Gilles Caulier caulier.gilles at free.fr
Fri Dec 1 13:51:12 GMT 2006


SVN commit 609634 by cgilles:

digikam from trunk: fix in color management printing workflow : same problem here than Managed View color management. In fact this mode do not work properlly before this commit, because the input profile is the camera profile. This is wrong with printing : the input profile must be the workspace profile.

CCMAIL: digikam-devel at kde.org, fj.cruz at supercable.es
CCBUGS: 131947

 M  +7 -5      imageprint.cpp  
 M  +4 -2      imageprint.h  


--- trunk/extragear/graphics/digikam/utilities/imageeditor/tools/imageprint.cpp #609633:609634
@@ -1,9 +1,11 @@
 /* ============================================================
- * Author: Gilles Caulier <caulier dot gilles at kdemail dot net>
- * Date  : 2004-07-13
+ * Authors: F.J. Cruz <fj.cruz at supercable.es>
+ *          Gilles Caulier <caulier dot gilles at kdemail dot net> 
+ * Date   : 2004-07-13
  * Description : image editor printing interface.
  *
  * Copyright 2004-2006 by Gilles Caulier
+ * Copyright 2006 by F.J. Cruz
  *
  * Original printing code from Kuickshow program.
  * Copyright (C) 2002 Carsten Pfeiffer <pfeiffer at kde.org>
@@ -68,6 +70,7 @@
 #include "editorwindow.h"
 #include "icctransform.h"
 #include "imageprint.h"
+#include "imageprint.moc"
 
 namespace Digikam
 {
@@ -285,11 +288,11 @@
 
 void ImagePrint::readSettings()
 {
-     KConfig* config = kapp->config();
+    KConfig* config = kapp->config();
 
     config->setGroup("Color Management");
 
-    d->inProfilePath = config->readPathEntry("InProfileFile");
+    d->inProfilePath     = config->readPathEntry("WorkSpaceProfile");
     d->outputProfilePath = config->readPathEntry("ProofProfileFile");
 }
 
@@ -512,4 +515,3 @@
 
 }  // namespace Digikam
 
-#include "imageprint.moc"
--- trunk/extragear/graphics/digikam/utilities/imageeditor/tools/imageprint.h #609633:609634
@@ -1,9 +1,11 @@
 /* ============================================================
- * Author: Gilles Caulier <caulier dot gilles at kdemail dot net>
- * Date  : 2004-07-13
+ * Authors: F.J. Cruz <fj.cruz at supercable.es>
+ *          Gilles Caulier <caulier dot gilles at kdemail dot net> 
+ * Date   : 2004-07-13
  * Description : image editor printing interface.
  *
  * Copyright 2004-2006 by Gilles Caulier
+ * Copyright 2006 by F.J. Cruz
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General



More information about the Digikam-devel mailing list