Date: Sun, 13 Jul 2003 11:34:27 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net> To: Sheetal_Rastogi@NAI.com Cc: questions@freebsd.org Subject: Re: Hi FreeBSD forum's Champs Message-ID: <20030713111704.O32110@atlas.home> In-Reply-To: <DD33A2AD1E43A149865AD10A4DDC260842A13A@banexmb1.corp.nai.org> References: <DD33A2AD1E43A149865AD10A4DDC260842A13A@banexmb1.corp.nai.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 13 Jul 2003 Sheetal_Rastogi@NAI.com wrote:
> Hi Forum
>
> I had a task to capture Windows dump (screen shot) in different formats.
>
> xwd -window > image.xwd
>
> I also want to convert this default format (xwd) to X window bitmap, X
> window Pixmap.
>
> Any suggestion / utility to achieve this
If you install the "netpbm" package or port, you can do things like
xwdtopnm image.xwd | ppmtoxpm > image.xpm
and
xwdtopnm image.xwd | ppmtopgm | pgmtopbm | pbmtoxbm > image.xbm
There are lots of other possibilities as well; browse through
/usr/ports/graphics or <http://www.freebsd.org/ports/graphics> and
you'll see...
$.02,
/Mikko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030713111704.O32110>
