If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From - Thu Sep 16 15:14:48 1999
Xref: world comp.unix.sco.misc:105389
Path: world!newsfeed.mathworks.com!remarQ-easT!rQdQ!supernews.com!remarQ.com!corp.supernews.com!not-for-mail
From: "Brian K. White" <linut@squonk.net>
Newsgroups: comp.unix.sco.misc
Subject: Re: xwd color printing
Date: Thu, 16 Sep 1999 07:18:42 -0400
Organization: Albany Burner Control
Lines: 47
Message-ID: <37E0D212.B27BECD1@squonk.net>
References: <7ror66$ssh$1@nnrp1.deja.com>
X-Complaints-To: newsabuse@supernews.com
X-Mailer: Mozilla 4.05 [en] (X11; I; SCO_SV 3.2 i386)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Cache-Post-Path: firth.squonk.net!unknown@dialup-107.squonk.net
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
X-Mozilla-Status: 8011
ors69@my-deja.com wrote:
>
> Hai !
> I am not able to print a color xwd picture
> on HP Laser Jet(color). I tried using following
> scipt.
> xwd -out file
> xpr -rv -device ps > file.ps
> lpr -d printername
> My aim is to print a color window using xwd. If
> any can help in this regard, I will be thankful.
> It not must that I have to use xwd. I have to grab
> window and print it in color using a script.
>
> Thanks in advance
> Raj Sekhar
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
well, for me:
gv /usr/local/share/ghostscript/5.10/examples/colorcir.ps
shows a color image, and,
xwd -out /tmp/tst.wd
gimp /tmp/tst.wd
shows a color image, but,
xwd -out /tmp/tst.wd
xpr -device ps -output /tmp/tst.ps /tmp/tst.wd
gv /tmp/tst.ps -landscape -swap
shows a black and white image.
therefore, I'm pointing my finger at xpr not producing a color ps in the
first place. So you need something else besides xpr to make the ps, and
this may mean you need something other than xwd to grab the image unless
you can find another scriptable util that can read xwd output. Look into
ImageMagic for starters, and maybe gimp or xv can be run
non-interactively too. both of those can read xwd files, and output
color ps files. but it requires mouse clicks from a human being.
--
Brian~
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 1 | 7 | 7 | 424 | 1,823 |
/Bofcusm/98.html copyright 1997-2004 (various authors) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Tue Feb 28 12:18:39 2006: Subject: DragonbirdAnetscapenet
try a command like ...
xwd | xpr -rv -device pjetxl -density 300 -scale 2 |lpr -P ColorPrinterName
Add your comments
comment on this page here