A Python script that turns any image into a pixelated one.
To execute this program, call:
python3.4 pixelizer.py file_name.ext pixel_block_size_int output_file.ext
This is my attempt to create a program that will allow people to psuedo-increase the resolution of their images. I have no idea if this will work, and but I thought it would be fun to try.
Thanks for downloading!
Dylan