Summary: | [enhancement] Filter > Adjust > "HSV adjustement" doesn't work as expected. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Filters | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/a9ee6a554e51c3d3fdd57f644aec9bcacfaf1dce | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2012-11-30 20:46:38 UTC
Upgrading to bug instead of wish since the results seem to be genuinely wrong. Git commit 12737c6b353db80ca75a3ab819a5de3764a0e963 by Boudewijn Rempt. Committed on 01/12/2012 at 12:30. Pushed by rempt into branch 'master'. Extend the HSV filter to include HSL and make that default M +1 -0 krita/image/brushengine/kis_paintop_preset.cpp M +4 -1 krita/plugins/colorspaces/extensions/CMakeLists.txt M +54 -13 krita/plugins/colorspaces/extensions/kis_hsv_adjustment.cc M +22 -0 krita/plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp M +8 -1 krita/plugins/filters/colorsfilters/kis_hsv_adjustment_filter.h M +34 -7 krita/plugins/filters/colorsfilters/wdg_hsv_adjustment.ui M +1 -0 libs/pigment/KoColorTransformation.cpp http://commits.kde.org/calligra/12737c6b353db80ca75a3ab819a5de3764a0e963 Many thanks Boud ! I saw all the commit, and built on purpose for this filter, and it's dreamy to have it in Krita. Comments about some error I noticed for the "colorize" option : 1) When Colorize is checked , the Saturation slider turn to 0. If possible, I would prefer the slider to keep 50 ( mid ). Hue can be 0 as it is now , Red. Perfect. 2) Still in Colorize , the Hue range is limited to half of the possibilities of wheel : here an illustration of it : - http://wstaw.org/m/2012/12/03/2012-12-03_screenshot_001_1.jpeg - http://wstaw.org/m/2012/12/03/2012-12-03_screenshot_002.jpeg I also understand it's still work in progress, but maybe my test can help. Thanks again. Weird... The first thing is easy to fix, but I'm not sure what's going on with the hue slider. Git commit a9ee6a554e51c3d3fdd57f644aec9bcacfaf1dce by Boudewijn Rempt. Committed on 03/12/2012 at 22:54. Pushed by rempt into branch 'master'. Fix h range for colorize option M +6 -6 krita/plugins/colorspaces/extensions/kis_hsv_adjustment.cc M +1 -0 krita/plugins/filters/colorsfilters/kis_hsv_adjustment_filter.cpp http://commits.kde.org/calligra/a9ee6a554e51c3d3fdd57f644aec9bcacfaf1dce Thanks Boud, it works way better this way. Last little bug (minor) I saw : When the 'colorize' is checked , and Hue value = 360 ; it desactivate the colorization ( the color of the artwork are restored ). The value from 0 to 359 are nice by the way. I'll see what I can do about that -- it probably is an out-of-bounds error somewhere. Looks like everything works now. |