Scribbling feverishly on January 21, Kevin O'Gorman managed to emit:
> I'm suddenly interested in getting screen dumps from my RH 7.1 system.
> I've found xwd to get the dumps, and xwud to display them again,
> but I need to be able to print them.  There are references to xpr,
> but that program does not appear to be part of RH 7.1.  Is there
> another way?

$ xwd | convert - some-darn-file.png

OR

$ convert some-darn-file.xwd some-darn-file.png

First one tells convert to read stdin and plop the output in PNG
format in the file some-darn-file.png. Second reads the file
some-darn-file.xwd (which I presume is in xwd format and plops the
output in PNG format in some-darn-file.png.

If your existing xwds don't have the extension xwd, I'm pretty sure
convert has an option that tells it the file type of the input file.

Clear as mud?

Kurt
-- 
This will be a memorable month -- no matter how hard you try to forget it.
_______________________________________________
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to