commit 41beebe4c32a4bf8c3c3635df22c9778e1f722fb parent 5801105701ffe5e9695644bfd1a2d79f48977100 Author: rsc <devnull@localhost> Date: Sun, 23 Jul 2006 02:48:13 +0000 for htmlroff Diffstat:
A | bin/troff2png | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/bin/troff2png b/bin/troff2png @@ -0,0 +1,9 @@ +#!/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 +