Skip to content

Instantly share code, notes, and snippets.

@rdlester
rdlester / JpegGlitch.java
Created September 13, 2011 05:47 — forked from tily/JpegGlitch.java
glitch jpeg file in java
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Random;
//Changes: constants broken out of algorithm into variables for easy experimentation
class JpegGlitch2 {
public static final int TOGGLE = 3;