Image

Glitch Image Maker

Details

How to use Glitch Image Maker

What the tool does, how to run it, and what to expect from the result.

How to add a glitch effect to an image

Load an image and it is drawn to a canvas at its full resolution. The tool then shifts the red and blue channels horizontally in opposite directions, optionally adds seeded noise, and displaces a set of random horizontal slices.

Every change re-renders the whole image and refreshes the download link, so what you see is exactly what you download.

  • Choose an image; downscale it first if it is a large photo, since the filter runs per pixel on the main thread.
  • Drag the intensity slider, which drives the channel shift, the noise, and the number of slices together.
  • Turn the noise checkbox off for a cleaner chromatic-aberration look with no grain.
  • Press Re-randomize until the slice layout looks right; the same seed always reproduces the same result.
  • Click Download PNG to save the full-resolution glitched image.
Tips

Getting a better result out of Glitch Image Maker

Specific settings and thresholds, not general advice.

  • The effect is a real RGB channel shift: the red channel is sampled from pixels to the left and the blue channel from pixels to the right, by up to 5 percent of the image width at full intensity. That is why edges fringe cyan and red rather than only looking noisy.
  • Intensity drives three things at once: the channel shift distance, the noise amplitude (up to roughly plus or minus 35 levels per channel), and the number of displaced horizontal slices, which tops out at 36 bands.
  • The randomness is seeded, not live. The same image at the same intensity and the same seed produces a byte-identical result every time; Re-randomize increments the seed to give you a new layout. This means you can reliably get a glitch back if you liked it.
  • Every pixel is processed in JavaScript on the main thread, so a 12-megapixel photo means 12 million iterations and the tab will visibly hang for a moment on each slider change. Downscale a large photo before you glitch it.
  • The output is a full-resolution PNG with the alpha channel preserved. A glitched PNG of a photo is a large file, because the noise and the slice seams destroy exactly the smooth gradients that PNG compresses well.
Limits

What Glitch Image Maker does not do

The honest boundary, so you do not lose time finding it yourself.

  • One glitch style only (RGB shift, noise, and horizontal slices); no scanlines, VHS, pixel sort, or JPEG-corruption modes.
  • No control over the individual components; intensity moves all three together.
  • PNG output only, no animated GIF or video.
  • No undo or side-by-side original comparison.
At a glance

Who Glitch Image Maker is for

A quick way to understand who this helps, what it solves, and where it connects next.

Best fit

Anyone making glitch art for social or design.

Ideal for

Using the glitch image maker without installing anything or signing up.

FAQ

Common questions

Short answers for the questions people usually have before trying a utility like this.

What exactly does the intensity slider change?

Three things proportionally. The RGB channel offset grows to 5 percent of the image width at 100 percent, the noise amplitude grows to about plus or minus 35 levels per channel, and the number of displaced horizontal bands grows to 36, each up to 6 percent of the image height and offset by up to 15 percent of the width. At low intensity you get a subtle chromatic fringe; at high intensity the image tears apart.

Can I get the same glitch twice?

Yes. The randomness comes from a seeded pseudo-random generator whose seed is derived from the seed counter and the intensity, so the same image with the same settings reproduces exactly. Re-randomize bumps the counter to give a different layout. If you liked a glitch and then changed the intensity, going back to the same intensity brings the same pattern back.

Why is the tab freezing on a big photo?

The filter runs a per-pixel loop in JavaScript on the main thread, so cost scales directly with the pixel count: a 12-megapixel photo is 12 million iterations, re-run on every slider move. There is no worker and no GPU path. Resize the image down to something like 2000 pixels wide first and it will be instant.

Is my image uploaded to apply the effect?

No. The file is decoded into an image element, drawn onto a canvas, read back with getImageData, transformed pixel by pixel in your tab, and written back out. There is no server round trip, which also means the tool works offline once loaded.

Why is the glitched PNG so much bigger than my original?

Because you have deliberately destroyed the things that make an image compress. PNG relies on runs of similar pixels and predictable gradients; the added noise makes every pixel differ slightly from its neighbour, and the channel shift and slice seams break the horizontal coherence PNG filters exploit. A noisy PNG of a photo can easily be several megabytes.

Recommendations

You Might Also Like

Nearby tools from the catalog that fit the same job or workflow.

Cleanor app

Do it all on your device

Cleanor puts these tools in one app: compress and convert images, video, and audio, work with PDFs, and scan text right on your device. Plus free up storage and clear inbox clutter with Email Cleaner. Start with a free trial.

  • iPhone
  • Android
  • Macsoon
  • Windowssoon