vscode-luna-paint
vscode-luna-paint copied to clipboard
A raster image editor extension for VS Code
The selection tool should be able to hold a modifier to add to a selection and another to remove from a selection.
The "magic wand" tool in many image editors allows for automatic selection of areas with similar color. This can be used to easily select a shape out of a background...
is it possible to add basic support for GIF files?
https://github.com/lunapaint/vscode-luna-paint/issues/74#issuecomment-859400447
It would be good to allow changing what modifier+click does in different contexts. Currently there is `luna.mouseWheelBehavior` but maybe something more general? VS Code issue for mouse customization: https://github.com/microsoft/vscode/issues/3130, the...
Firstly - thanks for really fantastic extension! I don't do a lot of image editing but when I do it's _so_ useful to be able to open an image in...
It could be useful to be able to toggle the zoom amount between: - 100% - and fit to window There might be a better solution, but maybe the bottom...
Adding more new layers than fit on screen, extends the layers window above the top of the screen. ### reproduction steps - keep pressing the new layer button ### expected...
It might already be planned. But it would be useful and probably expected, that the `Eraser` and `Line` tools, would erase and draw in a line when `shift` is held...