EN

Pixel Art Resolution Explained

Three numbers get confused constantly: the canvas you draw on, the pixels themselves, and the size at which the art is shown. Here is how they relate.

Canvas size is your resolution

In pixel art, the canvas size is the resolution. A 32 × 32 canvas holds exactly 1,024 pixels, and each one is a decision. Common landmarks:

In PixiMelon you can also type any custom size from 4 to 2048 px per side, and resize later — the artwork scales with the canvas.

Same slime sprite drawn at 16, 32 and 64 pixel canvas sizes
Figure: canvas size is the resolution — each step up buys detail and decisions.

Display size is separate — scale in whole multiples

Nobody views a 32 px sprite at 32 screen pixels. Art is displayed enlarged, and the multiplier matters: 2×, 4×, 8× keep every source pixel as a clean block. Non-integer scales (1.5×, 2.3×) make some pixels wider than others and shimmer in motion. Rule of thumb: scale by whole numbers — PixiMelon exports PNG at native size, so enlarge it in whole multiples in any viewer with smoothing off.

Pixel sprite shown tiny at 1x and large and crisp at 4x scale
Figure: display scale is separate — whole multiples keep every pixel a clean block.

How to choose for your project

Common resolution mistakes

Frequently asked questions

What is the best canvas size for beginners?

32 × 32. Big enough for a character, small enough that every pixel teaches you something.

How big should pixel art be displayed?

Any whole multiple of the canvas (2×, 4×, 8×). Avoid fractional scales that warp pixels unevenly.

Can I resize pixel art later?

Yes, but resampling invents or merges pixels. In PixiMelon the canvas resize scales your artwork; check edges afterwards by hand.

Should every asset in one project share a resolution?

Yes — one grid per piece. A 16 px character on a 64 px background breaks scale; pick the grid first and draw everything on it.

Ready to draw? Open the Pixel Art Maker

Keep exploring