aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/troff2png9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/troff2png b/bin/troff2png
new file mode 100755
index 00000000..f97ab26e
--- /dev/null
+++ 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
+