[ -t | --tab-size tabsize ] [ -w | --width width ]
[ -o | --output-filename output-filename ]
source-file
--help
Print a short help text, then exit.
--version
Print version number, then exit.
"--tab-size " tab-size
Use tab-size spaces in place of tab. All occurrences of tabulator signs in the source code file will be replaced by the number of spaces defined by tab-size (default is 4).
"--width " width
Set width of output image to width pixel. The resulting image will be exactly width pixel wide (default is 80). Note that source code lines which are longer than width will be truncated.
"--output-filename " filename
Write image to filename . Specify a name for the resulting image file (default is source-file .png).