HaikuArchives / ArtPaint

ArtPaint is a painting and image processing program.
https://haikuarchives.github.io/ArtPaint/
29 stars 18 forks source link

Selection: Moore's neighborhood walk replacement for SimplifySelection #526

Closed dsizzle closed 1 year ago

dsizzle commented 1 year ago
dsizzle commented 1 year ago

it's not perfect but imho it's categorically better than master, unless I haven't found bugs. A few comparisons; sorry, the screenshots don't exactly match but you can see the difference:

master: 001b-sel

this PR: 001sel

master: 003b-sel

this PR (not perfect, but better): 003sel

master: 004b-sel

this PR: 002sel

humdingerb commented 1 year ago

Nice! Getting these things right isn't something one expects to be such a challenge, but they are fundamental. Good work!