Takes a file and turns it into something that looks like a png image so it can be uploaded on image sharing sites
This repository has been archived on 2023-06-17. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2013-09-03 21:10:05 -04:00
pnger.py Changed spacing 2013-09-03 21:10:05 -04:00
README.md Added markdown for readme 2013-09-03 21:09:13 -04:00

##pnger PNGer is a python script used to convert files into a png file that most websites will accept

e ~/Desktop/projects/pnger :) shasum README.md 
96313bbb41092391c6df854d0bf6c9b7e1fe71fd  README.md
e ~/Desktop/projects/pnger :) python pnger.py -i README.md -o testing.png
e ~/Desktop/projects/pnger :) python pnger.py -i testing.png -o test.txt -u
e ~/Desktop/projects/pnger :) shasum test.txt 
96313bbb41092391c6df854d0bf6c9b7e1fe71fd  test.txt
e ~/Desktop/projects/pnger :) 

The outfile of an unpng'd file that was png'd with this program has an identical shasum.