Skip to content

Hugosslade/smackmyglitchupjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.