Go to file
Niles Rogoff 246635ba26 Added new test images 2016-07-08 22:02:43 -04:00
test Added new test images 2016-07-08 22:02:43 -04:00
.gitignore Tests 2016-07-08 14:57:10 -04:00
2bit.py Added support for changing bits per color 2016-07-08 19:21:09 -04:00
README.md Tests 2016-07-08 14:57:10 -04:00

README.md

Image downsampling converter

Inspired by 2bit

Usage: python3 2bit.py infile.png [outfile.png] [bits]

Warning: Will probably turn transparency black

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