Go to file
Niles Rogoff f8359d0812 Initial commit 2016-07-08 14:13:22 -04:00
2bit.py Initial commit 2016-07-08 14:13:22 -04:00
README.md Initial commit 2016-07-08 14:13:22 -04:00

README.md

Image downsampling converter

Inspired by 2bit

Usage: python3 2bit.py my_image_file.png

Warning: Will probably turn transparency black

You can change the number of bits at the top of the file for different results. 1 would be just black and white, while 8 would be the original image in greyscale.