APLawrence - Information and Resources for Unix and Linux Systems, Bloggers and the self-employed
RSS Feeds Get APLawrence.com by RSS











(OLDER) <- More Stuff -> (NEWER) (NEWEST)
Home > News Posts > Printing color with xwd ––>Re: xwd color printing
Printer Friendly Version




News Group Posts

Printing color with xwd


Today, this is (relatively) simple: you'd do something like:

xwd | xwdtopnm | pnmtopng > Screenshot.png

But it does seem odd that it takes so many steps. See How do I capture program screens to a file or print them? for capturing screens in other environments.




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
Message-ID: <37E0D212.B27BECD1@squonk.net> 
References: <7ror66$ssh$1@nnrp1.deja.com> 
Cache-Post-Path: firth.squonk.net!unknown@dialup-107.squonk.net

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~


If this page was useful to you, please click to help others find it:  

Your +1's can help friends, contacts, and others on the web find the best stuff when they search.

1 comment




More Articles by



Click here to add your comments





Tue Feb 28 12:18:39 2006:   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



ad

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.

Publishing your articles here

Jump to Comments



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.


My Troubleshooting E-Book will show you how to solve tough problems on Linux and Unix systems!


book graphic unix and linux troubleshooting guide


 I sell and support
 Kerio Mail server
pavatar.jpg

This post tagged:

       - GUI
       - Printing
       - SCO_OSR5




Unix/Linux Consultants

Skills Tests

Guest Post Here