Added support for unpng

This commit is contained in:
ej 2013-09-03 21:04:32 -04:00
parent 409dcfac31
commit e4d2cb3ea0
2 changed files with 28 additions and 4 deletions

View file

@ -1 +1,10 @@
hello how are you doing toda
```bash
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 :)
```