ref: e7d670f1558576f5cfdb9f4b3f74bc4cda91e62c
dir: /rc/bin/troff2png/
#!/bin/rc troff -ms $* | aux/tr2post | gs -g1000x1600 -r100 -dNOPAUSE -dQUIET \ '-dGraphicsAlphaBits=4' '-dTextAlphaBits=4' \ '-sOUTPUTFILE=-' '-sDEVICE=plan9' - quit.ps | {crop -c 255 255 255; cat >/dev/null} | topng