Convert images and videos into pixel art. Built for artists who want to generate pixel art references from real photos and footage.
- Image & Video pixelation — supports PNG, JPG, BMP, WEBP, MP4, AVI, MOV, MKV, and more
- Artist palettes — PICO-8, GameBoy, Endesga-32, Endesga-16, DawnBringer-32, or import your own (.hex, .gpl, .png)
- Grid overlay — toggleable pixel grid for counting and reference
- Two color modes — Fast (instant) or K-Means (higher quality)
- Video processing — progress bar, cancel button, threaded so the UI stays responsive
Grab Pixelator.exe from Releases and run it. No install needed.
pip install -r requirements.txt
python main_pixelator.py- Click Browse to select an image or video
- Set your Output Folder (defaults to the input file's directory)
- Adjust the Pixel Size slider (higher = blockier)
- Pick a Palette from the dropdown, or choose "Import from file..." to load your own
- Toggle Show Pixel Grid if you want grid lines as a drawing reference
- Click Generate Pixel Art
- Python 3.8+
- opencv-python
- numpy
- Pillow