Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/rc/bin/troff2png – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
troff -ms $* | aux/tr2post |
4
	gs -g1000x1600 -r100 -dNOPAUSE -dQUIET \
5
		'-dGraphicsAlphaBits=4' '-dTextAlphaBits=4' \
6
		'-sOUTPUTFILE=-' '-sDEVICE=plan9' - quit.ps |
7
	{crop -c 255 255 255; cat >/dev/null} | 
8
	topng
9