Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!hsdndev!cmcl2!adm!lhc!usenet From: usenet@nlm.nih.gov (usenet news poster) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: ps to gif? Message-ID: <1991Jun6.211543.5988@nlm.nih.gov> Date: 6 Jun 91 21:15:43 GMT References: <83318@bu.edu> Reply-To: werner@bio.NLM.NIH.GOV (Craig Werner) Distribution: usa Organization: National Library of Medicine Lines: 11 One very very elaborate way to do it (which I do all the time, though) is to print the PostScript file via one of the various emulators into a different format. I use QMS/UltraScript to print hand-coded PS into a PCX file. This can be faxed, or it can be packed into a smaller greyscale PCX file with BIT2GRAY or equivalent. This PCX file can be displayed on screen with VPIC and then written out to a GIF file, which takes up less room than a PCX file. I didn't say it was simple, but by and large, the on screen previewing comes out quite nicely.