[Digikam-devel] extragear/graphics/digikam/libs/dimg
Francisco J. Cruz
fj.cruz at supercable.es
Wed Mar 22 12:42:24 GMT 2006
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:digikam-devel at kde.org
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.
More information about the Digikam-devel
mailing list