Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!lll-winken!arisia!sgi!shinobu!odin!ramoth.sgi.com!msc From: msc@ramoth.sgi.com (Mark Callow) Newsgroups: comp.sys.sgi Subject: Re: PostScript previewing [WAS: GIF to SGI...?] Keywords: psh, psview, PostScript, Display PostScript Message-ID: <477@odin.SGI.COM> Date: 7 Sep 89 23:24:08 GMT References: <453@alias.UUCP> <8908301329.AA27741@snow-white.merit-tech.com> Sender: news@odin.SGI.COM Lines: 17 In article <453@alias.UUCP>, rae%alias@csri.utoronto.ca (Reid Ellis) writes: > Path: odin!shinobu!sgi!arisia!lll-winken!uunet!cs.utexas.edu!tut.cis.ohio-stat e.edu!mailrus!jarvis.csri.toronto.edu!utgpu!utfyzx!alias!rae%alias > Be warned that psview doesn't work for bitmaps [i.e. "image"s]. However, if > you hide/stow all your windows, you can use the desktop itself via 'psh', the > PostScript shell. Just say something like "psh psview can display images. The problem is that most of the programs that send PostScript images use some pretty gross code that expects the image data to be coming in on "currentfile". Because psview reads all the data into a temporary file so that it can page around it, the object that "currentfile" returns is not what these programs expect. If you put the data into an array psview will display it just fine. -Mark