GLITCH-FX is a browser-based glitch art editor. Drop in an image, stack 30+ effects — pixel sort, datamosh, RGB shift, VHS tracking, scanlines, dot matrix, duotone — and drag to reorder the pipeline. Everything re-renders live. Export a still, or animate your stack into a GIF. Save presets as JSON, or share a link so others can load your exact settings. No upload, no signup, no watermark. All processing happens on your device — your images never leave the browser.
Hey PH,
I made this because getting a decent glitch image usually means either a long Photoshop routine or a site that wants my email first.
Glitch FX is just the tool. Drop an image, stack effects, download.
How it works: each of the ~33 effects is a module that writes into the next one's buffer, and you drag to reorder the stack. Scanlines before pixel sort looks nothing like pixel sort after it — that's most of the fun. There's also an animation export that modulates your parameters over time and renders a GIF or an MP4.
It's vanilla JS and canvas, no framework, no backend. So everything is processed locally and your images never leave the browser.