Default usage
Block size 7, no other modifications.
Block size 7, no other modifications.
Block size 17, four colors.
Block size 10, grayscale.
Block size 8, sixteen colors.
Use the default sky photo or upload your own. Adjust block size, toggle grayscale or palette, then click Download PNG to save the result.
Accepts .hex, .txt, pixilart.com or Paint.NET palette files (CSV-like, hex codes).
Pick a color and add it. Click any swatch to remove.
Render an image element and a canvas. Load the script and call draw().pixelate().
<img src="sky.jpg" id="pixelitimg" alt=""> <canvas id="pixelitcanvas"></canvas> <script src="pixelit.js"></script> <script> const px = new pixelit(); px.draw().pixelate(); </script>
config = {
to: HTMLCanvasElement, defaults to #pixelitcanvas
from: HTMLImageElement, defaults to #pixelitimg
scale: int 1..50, defaults to 8
palette: [[r,g,b], ...], defaults to a fixed palette
maxHeight: int | null, defaults to null
maxWidth: int | null, defaults to null
}All chainable. Apply order matters — palette before grayscale yields a slightly different result than the reverse.
[[r,g,b], ...], values 0–255..resizeImage().This tool reimplements giventofly/pixelit (MIT) in the Uwarp stack. Algorithm credit goes to the original author.
Free pixel art converter: turn photos into pixel art with block-size grid control, 8-bit palettes, 16-color sets, and grayscale. Runs in your browser—download PNG.
A pixel art converter turns photographs or illustrations into blocky, retro artwork by downsampling and optionally limiting colors to a palette. This Uwarp tool ports the open-source Pixel It algorithm (MIT) so you can turn a picture into pixel art, preview an image-to-pixel-art grid, and export PNG without desktop software. It suits “photos to pixel art” workflows, 8-bit and 16-color styles, and quick sprite prototypes before redrawing in Aseprite or LibreSprite.
These phrases match how people look for photo-to-pixel tools. Use block size and max dimensions below to match each intent.
Controls for pixel art from image conversion, based on the Pixel It reference.
Three steps to convert a picture to pixel art and download PNG.
Practical settings when you make an image pixel art or pixelate a picture.
Common workflows for browser-based pixel art conversion.
Advantages of the in-browser Pixel It port.
How the image to pixel art converter is implemented.
Have questions? We have answers.
More tools from Drawing & Creation.