SVN commit 504822 by fjcruz:
Implementation of color management. (Work in progress --useless).
CCMAIL:
[hidden email]
M +4 -0 imageprint.cpp
M +1 -0 imageprint.h
--- trunk/extragear/graphics/digikam/utilities/imageeditor/tools/imageprint.cpp #504821:504822
@@ -91,6 +91,10 @@
m_autoRotate->setChecked( false );
layout->addWidget( m_autoRotate );
+ m_colorManaged = new QCheckBox(i18n("Color Management"), this);
+ m_colorManaged->setChecked( false );
+ layout->addWidget(m_colorManaged);
+
QVButtonGroup *group = new QVButtonGroup( i18n("Scaling"), this );
group->setRadioButtonExclusive( true );
layout->addWidget( group );
--- trunk/extragear/graphics/digikam/utilities/imageeditor/tools/imageprint.h #504821:504822
@@ -96,6 +96,7 @@
QCheckBox *m_addFileName;
QCheckBox *m_blackwhite;
QCheckBox *m_autoRotate;
+ QCheckBox *m_colorManaged;
};
} // namespace Digikam
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel