On Thu, 2006-11-16 at 14:11 -0500, Bob Stanfield wrote: 
> Folks,
> 
> I need to convert *.xwd files (X-Windows Dump) into something useful, such as
> *.pnm files. Gimp works, but takes too much time processing each file.

How about:

        convert file.xwd file.pnm

It is part of ImageMagick, and comes with SUSE. It really is this easy.
Of course, there are a zillion options as well. I am assuming that these
formats are supported. Most all are.

> 1) There is a prcedure
> 
> xwdtopnm xygraf.xwd
> xwdtopnm: can't handle X11 pixmap_format 1 with depth != 1
> 
> That message is mysterous. What does it mean?

xwdtopnm is a simple program. Maybe your dump has too many colors (>
255).

--
Roger Oberholtzer

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to