Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Hugosslade/smackmyglitchupjs

A reproduction of http://blog.soulwire.co.uk/laboratory/flash/as3-bitmapdata-glitch-generator in js
https://github.com/Hugosslade/smackmyglitchupjs

Last synced: about 2 months ago
JSON representation

A reproduction of http://blog.soulwire.co.uk/laboratory/flash/as3-bitmapdata-glitch-generator in js

Awesome Lists containing this project

README

        

A reproduction of http://blog.soulwire.co.uk/laboratory/flash/as3-bitmapdata-glitch-generator in js

Includes byte/base64 code from http://www.nczonline.net/blog/2009/12/08/computer-science-in-javascript-base64-encoding/

Takes a jpeg as input, converts the file into a dataUri, this into an byteArray, modifies jpeg data and turns this into a dataUri again.