Modulate
Effects /

Pixel art effect

The pixel art effect redraws an image or video at a tiny resolution with a limited color palette, so it reads as a hand-made sprite rather than a shrunken photograph. A convincing conversion is a chain: downsample to a virtual screen, snap every color to a palette like Game Boy or NES, dither the gradients, and outline the shapes. Skipping any of those steps is why plain pixelation never quite looks like pixel art.

Try it in the editor

What it does

Redraws the image at a tiny resolution with a retro color palette, ordered dithering, and optional dark outlines, like a hand-made sprite.

Pixel art is an aesthetic of scarcity, and the scarcity ran in two directions at once. Old hardware rationed pixels and colors together: a Game Boy screen offered four shades of green, CGA graphics offered four colors total, a NES sprite drew from a small fixed palette. Artists answered by placing every pixel deliberately. That is why simply enlarging a photo’s pixels fails; a mosaic of millions of colors reads as censored footage, not as a sprite, because it kept the color budget the hardware never had.

A real conversion runs the whole chain the classic converters run. The image is averaged down onto a true low-resolution grid, the virtual screen, and its tone is shaped first so faces and shapes stay legible at brutal sizes. Each cell then snaps to the nearest color in the palette, measured in a perceptual color space so "nearest" matches what the eye would call close. Ordered dithering checkerboards two palette colors where a gradient used to be, the exact trick hardware-era artists used to fake shades they did not have. A dark outline lands where color regions meet, the move sprite artists make by hand to pull a figure off the background.

On video the conversion runs per frame, and footage starts to read as if it were running on the old machine: a virtual console screen playing your clip. Transparency is quantized as hard as the color, every pixel fully present or fully absent like a sprite sheet, so cutouts keep crisp stair-stepped edges instead of soft halos. The size of the virtual screen is the main creative decision, the difference between a chunky sprite portrait and a full console frame.

Signature looks

Pocket console

Four shades of green on a chunky grid. The Game Boy read, instantly nostalgic, brutal and warm at the same time.

Fantasy console

A bright sixteen-color palette with tight dithering, the look of modern retro games made under self-imposed limits.

Four-color PC

Cyan, magenta, white, and black. The unmistakable scream of early PC graphics, wrong colors worn with total confidence.

Try it on your own footage

This effect runs live in the Modulate editor, free with no signup — or start from the free tool page for a guided setup.

Common questions

How do you turn a photo into pixel art?

Run the conversion chain, not just a resize: downsample the photo onto a small pixel grid, adjust contrast so features survive, quantize the colors to a limited palette, and add dithering and outlines where they help. In Modulate the Pixel Art effect runs that whole chain live in the editor, on photos and video.

Why doesn’t pixelating an image look like pixel art?

Because pixelation only rations resolution, and pixel art rations color too. Big pixels that each keep their own photographic color read as blurred or censored. The sprite look appears when the enlarged pixels also share a small deliberate palette, with dithering and outlines doing the work gradients used to do.

What color palettes does pixel art use?

Historically, whatever the hardware allowed: the Game Boy’s four greens, CGA’s four colors, the NES’s small fixed palette, or pure black and white on one-bit displays. Modern pixel artists also use curated palettes like PICO-8’s sixteen colors, chosen for range rather than imposed by a machine.

Should pixel art use dithering?

Sparingly, the way hardware-era artists did. Ordered patterns that checkerboard two palette colors can fake a middle shade or a gradient the palette does not contain. A little reads as craft; too much reads as noise. The best sprites use it in skies, shadows, and other broad gradients.

Can you convert video to pixel art?

Yes. The conversion runs on every frame, so footage plays back as if on a low-resolution console screen, palette and all. In Modulate the Pixel Art effect handles images and video live in the editor, and it stacks with CRT and dither effects for a complete retro-hardware setup.

Related effects