tfor htmlroff - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 41beebe4c32a4bf8c3c3635df22c9778e1f722fb
(DIR) parent 5801105701ffe5e9695644bfd1a2d79f48977100
(HTM) 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(-)
---
(DIR) diff --git a/bin/troff2png b/bin/troff2png
t@@ -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
+