https://bugs.kde.org/show_bug.cgi?id=356303
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/18ee2042a | |807685fa53cd0c8d95f9e4f3d41 | |0b33 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #18 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 18ee2042a807685fa53cd0c8d95f9e4f3d410b33 by Dmitry Kazakov. Committed on 24/08/2020 at 20:05. Pushed by dkazakov into branch 'krita/4.3'. Add a warning message when changing profile of a multilayered image When changing color profile of the image blending modes start to behave differently. The biggest visual drift is caused by the difference in tone response curves, though just changing primaries will also affect blending modes like "Overlay". M +31 -0 libs/image/kis_layer_utils.cpp M +2 -0 libs/image/kis_layer_utils.h M +1 -0 libs/ui/CMakeLists.txt M +19 -0 libs/ui/dialogs/kis_dlg_image_properties.cc M +3 -0 libs/ui/dialogs/kis_dlg_image_properties.h M +34 -2 libs/ui/forms/wdgimageproperties.ui A +63 -0 libs/ui/widgets/KisWarningWidget.cpp [License: GPL (v2+)] A +46 -0 libs/ui/widgets/KisWarningWidget.h [License: GPL (v2+)] M +2 -2 plugins/extensions/colorspaceconversion/colorspaceconversion.cc M +21 -1 plugins/extensions/colorspaceconversion/dlg_colorspaceconversion.cc M +6 -1 plugins/extensions/colorspaceconversion/dlg_colorspaceconversion.h M +24 -2 plugins/extensions/colorspaceconversion/wdgconvertcolorspace.ui https://invent.kde.org/graphics/krita/commit/18ee2042a807685fa53cd0c8d95f9e4f3d410b33 -- You are receiving this mail because: You are watching all bug changes.