



Turn any image or video into retro/glitch game assets (Free tool)
Hi everyone!
I wanted to share a tool I originally built to speed up my own indie game workflow. Figured it might save some of you a bit of time (or just be fun to mess around with).
It’s called Pixel Alchemist, and it’s a free desktop app for retro-styling images and videos. It actually started as a simple Python dithering script, but feature-creep got the best of me, and it grew into a standalone app with 19 stackable effects. You can combine things like pixel art, digital glitch, CRT/VHS emulation, halftone, pixel sorting, datamoshing, and ASCII art in any order.
Here are a few ways I think it could fit into a game dev workflow:
- Sprites & Placeholders: Quickly turning concept art or real photos into pixel sprites.
- Textures: Generating retro-style textures and background elements on the fly.
- VFX & Promos: Processing reference footage with heavy filters or making quick promotional GIFs.
It also features a proper layer system with blend modes, webcam support, and you can save your effect chains as JSON presets if you find a specific look you want to reuse across assets.
You can download it completely for free here: https://romasikkk.itch.io/pixel-alchemist
Technical TL;DR / Disclaimer: It’s Windows-only for now and built entirely in Python, so it’s obviously not a blazing-fast C++ application. The heavier effects run on background threads so the UI won't freeze, but it will sweat a bit if you feed it long, high-res videos. It's 100% free.
I’m happy to answer any questions! Also, I'm really curious: what does your pipeline look like for retro aesthetics? Do you use separate tools for this, or do you just handle everything directly inside Photoshop, Aseprite, or your game engine?