Skip to content

Instantly share code, notes, and snippets.

@makimoto
Last active April 11, 2018 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makimoto/906b5f798998257843d3bde268cdb318 to your computer and use it in GitHub Desktop.
Save makimoto/906b5f798998257843d3bde268cdb318 to your computer and use it in GitHub Desktop.

About (Visual) Glitch

Who?

See https://www.linkedin.com/in/makimoto/

What is glitch?

https://en.wikipedia.org/wiki/Glitch_art

Very simple example

$ sed -e 's/a/b/g' src.jpg > out.jpg
$ mkdir -p /tmp/data
$ cp /path/to/your_favorite_image.jpg /tmp/data
$ docker run -v /tmp/data:/data -i -t makimoto/glitch-playground

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment