2013-09-20 20:50:27 +02:00
2013-06-27 14:52:28 +02:00
2013-07-21 14:58:31 +02:00
2013-06-27 14:52:28 +02:00
2013-09-11 23:30:19 +02:00

image glitch experiment

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

triangulation experiment screen shot

online demo

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

minification / build

the requirejs optimizer is used to minify both javascript and css files.

to minify javascript, run r.js -o name=main out=main.min.js in the terminal from the scripts folder.

to minify css, run r.js -o cssIn=global.css out=global.min.css optimizeCss=default from the styles folder.

third party code used in this experiment

license

MIT License

Description
No description provided
Readme 779 KiB
Languages
JavaScript 90.8%
CSS 8%
HTML 1.2%