Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!rice!sun-spots-request From: sdrc!evgabb@uunet.uu.net (Rob Gabbard) Newsgroups: comp.sys.sun Subject: Re: Sun rasterfile conversion to X11.3 xwd Keywords: Windows Message-ID: <4011@brazos.Rice.edu> Date: 20 Dec 89 15:43:03 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 25 Approved: Sun-Spots@rice.edu X-Refs: Original: v8n217 X-Sun-Spots-Digest: Volume 8, Issue 229, message 4 of 16 In article <3795@brazos.Rice.edu>, smikes@hound.att.com (Steven Mikes) writes: > I have some files produced by the "screendump" utility on a Sun(3/4) that > I want to display in an X11.3 application, preferably using the xwud > utility. Is there a way to get Sun rasterfile format data directly over > to x window dump format (without having to write my own utility of course > ... call me lazy, but I think SOMEONE out there must already have done > this!) ? I know this is more of an e-mail thing but I thougt I'd post this to emphasize a point: GET THE PBMPLUS KIT THAT WAS POSTED A COUPLE OF WEEKS AGO !!!!! I work on Suns under SunView, HPs under X11, I have an Amiga at home and we have Postscript printers at work. I have had excellent success in using this utility to convert bitmaps back and forth between all these different imaging models. Want X11 xwd to Sun raster ? No problem: (monochrome) xwdtopbm "xwd file" | pbmtorast > "rast file" (color) xwdtoppm "xwd file" | ppmtorast > "rast file"