Inspiration
I was working on a project which required images with less resolution, so had to write a script that converts 2 images into pixelated ones.
What it does
It takes in the image name and image output size as inputs which will generate a pixelated image from the input image.
How I built it
I used OpenCV to do operations on the image. It first changes the size of the image into a smaller one and then expands it into its original shape such that the lost pixel information will be taken from its neighboring pixels.
Log in or sign up for Devpost to join the conversation.