oddlyzen / jpg-glitch

glitch images with jpg encoding

Home Page:http://snorpey.github.io/jpg-glitch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image glitch experiment

this is an experiment for the web browser. it corrupts jpg images so that they appear "glitched".

glitch experiment screen shot

online demo

this experiment is very much based on the smack my glitch up js script.

build script

the build script takes care of concatenating and minifying all scripts and styles. it uses gruntjs.

please make sure that both nodejs and grunt-cli are set up properly on your machine.

run npm install from within the build/ folder to install the dependencies of the build script.

to build, run grunt production from within the build/ folder. the optimized files will get copied to the production/ folder.

glitch code

if you're a developer and just interested in the code for the glitch effect, there's a separate repository for that: glitch-canvas.

third party code used in this experiment

license

MIT License

About

glitch images with jpg encoding

http://snorpey.github.io/jpg-glitch/

License:MIT License


Languages

Language:JavaScript 93.9%Language:CSS 3.3%Language:HTML 2.8%