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~
/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.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
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
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar