Web client for glitch art! Try it out here!
This web app is a minimalist client for users to upload photos to glitch. The process:
- User uploads a photo
- Photo is converted to Base64
- Base64 string is sent to an Azure Function that glitches the image randomly
- Glitched Base64 string is sent back to the client and displayed in page
A copy of the glitch function code can be found in this repo at run.csx.
A huge thank you to Suz Hinton for helping with the upload feature and Rachel Weil for debugging help!