Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
- |
1 |
#!/bin/rc
|
|
|
2 |
|
|
|
3 |
troff -ms $* | aux/tr2post |
|
|
|
4 |
gs -g1000x1600 -r100 -dNOPAUSE -dQUIET \
|
|
|
5 |
'-dGraphicsAlphaBits=4' '-dTextAlphaBits=4' \
|
|
|
6 |
'-sOUTPUTFILE=-' '-sDEVICE=plan9' - quit.ps |
|
|
|
7 |
{crop -c 255 255 255; cat >/dev/null} |
|
|
|
8 |
topng
|
|
|
9 |
|