On Sun, Apr 03, 2005 at 11:43:56AM -0600, Clarke Echols wrote: > > I am reasonably competent with troff/groff (I used it once to > create master artwork for a printed circuit used in a > manufactured product -- certainly not what the original troff > creators intended or expected :-) ). > > I am now interested in creating a line drawing for inclusion in > HTML files for access via web browsers. I can get to PostScript > with no problem. Does anyone have any suggestions on how to > get the result to a GIF file. Of course, I'd also like to be > able to reduce the size at the same time. :-)
gs -sDEVICE=png -r72 foo.ps -o foo.png (my GS wasn't compiled with GIF support). -- Michael Parson [EMAIL PROTECTED] _______________________________________________ Groff mailing list [email protected] http://lists.gnu.org/mailman/listinfo/groff
