shithub: riscv

ref: aa8af9c5a32b5f3afe0e612981fe4d9fada43d34
dir: /rc/bin/troff2png/

View raw version
#!/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