lunapaint / vscode-luna-paint

A raster image editor extension for VS Code
https://marketplace.visualstudio.com/items?itemName=Tyriar.luna-paint
282 stars 27 forks source link

Add freehand lasso tool #92

Open zeel01 opened 3 years ago

zeel01 commented 3 years ago

Allows for selecting arbitrary shapes on an image. Very useful for cutting portions of an image out.

Likely requires #23

Tyriar commented 3 years ago

I had a go at what I was calling "complex selections" before and it was quite the challenge getting it fast enough that I was happy with, and gave up on it for then until parts of the codebase improved. The very first thing that would be needed is actually adding to/removing from selections so I created that issue as well for completeness 🙂 https://github.com/lunapaint/vscode-luna-paint/issues/95