Inspiration
My doctor said watching images in 1080p was having a bad effect on my eyes so I wanted to create something that converts them in 144p.
What it does
Staying true to it's name, it pixelates your image
How we built it
We leveraged Javascript's Canvas to pixelate the image by taking the average color/tone of a square of multiple pixels and assigning it to that square, hence making it a single pixel of larger size.
Challenges we ran into
While uploading the images, we couldn't access the image uploaded by the user, rather than the jpg file, the code just copied the path of that image.
What we learned
The concept of pixelization and Canvas


Log in or sign up for Devpost to join the conversation.