This project is an image glitcher inspired in the art gallery To Adrian Rodriguez, With Love by Melanie Willhide. The picture that is in the top of this file is called Beefcake and Betsy after three levels of the glitcher. This is meant to be used as a command line interface but feel free to add it anywhere.
It just glitches out (preferably JPEG) images, and with some luck you could generate crazy looking glitchy images.
- Go 1.14
- Unix system
$ git clone https://github.com/manoloesparta/adrian && cd adrian
$ go build
$ sudo cp adrian /usr/local/bin/
If your image get corrupted and your previewer can't open it, just try again.
adrian -f [input file] -l [levels] -o [output file]
-f string
Path of jpeg to corrupt (Required)
-l int
How cooked you want your corrupted jpeg (default 3)
-o string
The name of the corrupted file (default "output.jpeg")
This project is under the MIT License