GitHub - gametorch/image_to_pixel_art_wasm: An open source "Rust ↦ WASM, k-Means Color Quantization" crate for Image-to-Pixel-Art conversions in the browser
Live UI
Try the pixel-art converter instantly at https://gametorch.app/image-to-pixel-art
Free forever · no sign-up required · runs 100 % in your browser
image_to_pixel_art_wasm
A tiny Rust → WebAssembly library that turns any raster image into low-color pixel-art.
Features
K-means palette extraction with user-selectable color count or supply your own palette.
Keeps transparency intact – only opaque pixels are processed.
Down-samples to a fixed tile grid (e.g. 64 × 64) using nearest-neighbour th...
Read more at github.com