lunapaint / vscode-luna-paint

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

Support custom grid size #111

Closed 5alidshammout closed 2 years ago

5alidshammout commented 2 years ago

I've done this pixel art using an app image I wanted to edit using lunapaint but the problem was the grid size doesn't equal the size of a pixel I drew, so can you please make the grid pixel size editable

Tyriar commented 2 years ago

Thanks for trying out the extension!

Normally when you do pixel art you should size the image down such that a single pixel in your artwork is a pixel in the grid, this will make it a lot easier to work with as well since the pencil tool only has a 1x1 size right now as well. You can then resize the image up when you're done using nearest neighbor, or scale up the artwork in your app.

A customizable grid might come at some point, but I think right now it's out of scope to keep things simple and avoid bloat.

5alidshammout commented 2 years ago

ok, thanks