[Digikam-devel] extragear/graphics/digikam/libs/dimg

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

[Digikam-devel] extragear/graphics/digikam/libs/dimg

F.J.Cruz
SVN commit 521368 by fjcruz:

New DImg::convertToPixmap(QString , QString ) method. It's intended for a first attempt to get a color managed display in I.E.

Work in progress -- useless.

CCMAIL:[hidden email]

 M  +8 -0      dimg.cpp  
 M  +1 -0      dimg.h  


--- trunk/extragear/graphics/digikam/libs/dimg/dimg.cpp #521367:521368
@@ -1057,7 +1057,15 @@
     }
 }
 
+QPixmap DImg::convertToPixmap( QString inProfile, QString monitorProfile)
+{
+    if (isNull())
+        return QPixmap();
 
+    
+}
+
+
 //---------------------------------------------------------------------------------------------------
 // basic imaging operations
 
--- trunk/extragear/graphics/digikam/libs/dimg/dimg.h #521367:521368
@@ -239,6 +239,7 @@
     void       flip(FLIP direction);
 
     QPixmap    convertToPixmap();
+    QPixmap    convertToPixmap(QString inProfile, QString monitorProfile);
 
     /** Detaches from shared image data and makes sure that this image
         is the only one referring to the data.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel