python-datavis Code
Status: Alpha
Brought to you by:
myric
File | Date | Author | Commit |
---|---|---|---|
debian | 2009-04-22 | myric | [r18] *Fixed extra row at bottom when size%width==0 |
Makefile | 2009-04-22 | myric | [r17] * Debian installer actually works now. |
README | 2009-04-22 | myric | [r14] *Added a README |
bin2bmp.py | 2009-04-22 | myric | [r19] *png can't be exported from CMYK. Change to 3 ... |
===== OPTIONS ===== usage: bin2bmp <options> ... <filename> -i, --input filename to visualize [mandatory] -w, --width width of output image -o, --output output filename (default is <input_filename>.jpg) -V, --verbose print lots of extra stuff -b, --bmp reverts to the old bitmap style output(jpg is default) -m, --monochrome one bit per pixel -c, --compress highly compressed jpeg -p, --png output in png format ===== INSTALL ===== To install this program in Linux: sudo make install of make install (as root) ===== RUNNING IN PLACE ===== There's no magic in the install script. The script just needs to be in your path. On any platform with python and the python image library (http://www.pythonware.com/products/pil/), just do python bin2bmp.py ...