Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: troubles using xwd/xpr/lpr Message-ID: <8901311318.AA03336@EXPIRE.LCS.MIT.EDU> Date: 31 Jan 89 13:18:28 GMT References: <13320@duke.cs.duke.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 11 The R3 xwud and xpr have numerous deficiencies. In your particular case, the problem with xpr is that it is taking the most significant bit plane of the image, and you probably want some other one (like the least significant) to get a reasonable image. I've rewritten xwud and xpr to do numerous things right. xwud will correctly remap colors, change depths, pick a visual, etc. xpr will let you specify which plane to use, doesn't require an xy format image, will do color->mono conversion, and will even do a simple 5-level gray scale conversion for color. Of course, I'm telling you things you probably don't want to know, since you might not see the results until R4. I'll have to think on this.