plan9port/bin/troff2png

10 lines
248 B
Text
Raw Permalink Normal View History

2006-07-23 02:48:13 +00:00
#!/usr/local/plan9/bin/rc
9 troff -ms $* | tr2post |
gs -g1000x1000 -r144 -dNOPAUSE -dQUIET \
'-dGraphicsAlphaBits=4' '-dTextAlphaBits=4' \
'-sOUTPUTFILE=-' '-sDEVICE=png16m' - quit.ps | 9 png -9t |
9 crop -c 255 255 255 |
9 topng