https://bugs.kde.org/show_bug.cgi?id=413534
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimul...@gmail.com --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- > 1) The awkward toolbox icon placement... If we implement 2), then we can remove the button as well > 2) Annoying switching between Freehand Brush Tool and Colorize Mask Editing > Tool. Suggestion: Combine them as one Freehand Brush Tool It is technically possible to implement. The only reason for a separate tool was custom tool options widget. Though merging the tools will demand quite a bit of work, because the code will be quite complicated. > 3) Limit to Layer Bounds is disabled by default. That is disputable. Wolthera's concern should be somehow resolved. > 4) Limit to layer bounds is useless unless the layer is cropped. I have no opinion on this. > 5) Transparency must be manually assigned to a color. What I can do is to create a fake transparency stroke around the image. It will make background be transparent. *But* it does not guarantee that *unmarked closed* areas will be transparent. They will be either transparent or of nearest neighbour's color. Is such behavior acceptable? > 6) Update must be done manually Wolthera is right, that is intentional because of slowness. > 7) It's too slow. Well, I have some ideas how to optimize it, but all of them need quite a lot of work. > 8) For a Colorize Mask, add a "Convert and Split" option It was originally planned, but I had no time to implement that. -- You are receiving this mail because: You are watching all bug changes.