HaikuArchives / ArtPaint

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

Selection: transform selections via bitmaps, not polygons #624

Closed dsizzle closed 1 year ago

dsizzle commented 1 year ago

Fixes #621

Not sure how to test this one other than just making sure the translate, rotate, and scale selections work at least as well as before.

I tested with rectangle, ellipse, freehand, and "select all non-transparent pixels" selections, both on new, blank canvases and existing pngs like Walter_the_OS, with undoing and redoing and such.

Filed #625 for the one issue I found that is also present in master before this change.

humdingerb commented 1 year ago

Seems to work fine.

dsizzle commented 1 year ago

merged! thanks!