Written in p5.js, creates pixelated images / videos.
- Set up a local server, hosting the whole folder
- under
sketch.js
, rename theload
variable to the path to image/mp4 file, e.gimages/helloWorld.jpg
(to-do: make this easy to do with drag-and-drop) - execute hosted webpage
- ??
- enjoy!
- Can accept any major image / video file
- Can toggle between square/circular pixels with the
1
key - Pixel size can be changed with
,
and.
keys (< or >) - mute with
m
, and pause withp
(only applies to video files) - Save image (jpg) with the space key
Square pixels:
Circular Pixels:
- Add drag-and-drop functionality on the index page
- allow videos to be captured and saved