Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mutaphysis/smackmyglitchupjs
A reproduction of http://blog.soulwire.co.uk/laboratory/flash/as3-bitmapdata-glitch-generator in js
https://github.com/mutaphysis/smackmyglitchupjs
Last synced: 1 day ago
JSON representation
A reproduction of http://blog.soulwire.co.uk/laboratory/flash/as3-bitmapdata-glitch-generator in js
- Host: GitHub
- URL: https://github.com/mutaphysis/smackmyglitchupjs
- Owner: mutaphysis
- Created: 2011-03-26T11:05:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-26T11:13:03.000Z (over 13 years ago)
- Last Synced: 2024-08-02T05:11:27.329Z (3 months ago)
- Homepage: http://mutaphysis.de/glitch.html
- Size: 275 KB
- Stars: 13
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.