| Summary: | Inverting the selection changes the selection shape (8 bit/int) | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | kalia24 |
| Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | griffinvalley, sven.langkamp |
| Priority: | NOR | ||
| Version First Reported In: | 2.9 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kalia24
2015-03-03 22:15:00 UTC
To make things less clear - after several repeats of the above now* it works correctly... (*now = after several saves and loads + a lot of changes in the image) Just the displayed outline changes a lot, the selection itself is inverted correctly. The difference is just the way in which Krita defines the outline. Krita allows to have various degrees of selectedness. If a pixel is selected it will be inside of the outline no matter if it's 1% or 100% selected. If a pixel is 99% selected it will be inside the selection, after inverting it's 1% selected and still in the selection. Only inverting a 100% selected pixel will result in a totally unselected pixel. That exactly what happens in the image above. So in a word there's no way to get inverted selection only inverted "selectedness"? Quite sad, since it makes a lot of things impossible to achieve... Guess I'll have to add it to wishlist then. We implemented an anti-alias checkbox so this can be worked around(so you can get sharper selections) |