capture

hi

we are running qnx 4.23 and Xwindows 4.21.
how can i capture the screen console and save this as .bmp?
which program can i use to see the saved .bmp file??

tia

kirk

Previously, James T. Kirk wrote in qdn.public.qnx4:

hi

we are running qnx 4.23 and Xwindows 4.21.
how can i capture the screen console and save this as .bmp?
which program can i use to see the saved .bmp file??

tia

kirk

I haven’t used X on QNX, but the traditional window snap shot program for X is “xwd” (X Window Dump). xwud will display a file in .xwd format. To convert to .BMP, check out the PNM utilities or “xv”. Scotty should be able to fill in the details for you.

HTH,

  • Pete

Pete DiMarco wrote:

Previously, James T. Kirk wrote in qdn.public.qnx4:

hi

we are running qnx 4.23 and Xwindows 4.21.
how can i capture the screen console and save this as .bmp?
which program can i use to see the saved .bmp file??

tia

kirk


I haven’t used X on QNX, but the traditional window snap shot program for X is “xwd” (X Window Dump). xwud will display a file in .xwd format. To convert to .BMP, check out the PNM utilities or “xv”. Scotty should be able to fill in the details for you.

HTH,

  • Pete

Hi

sorry

we are using qnx windows version 4.21 release b (olwm version 1.50/qnx)
not X windows…

tia

kirk

James T. Kirk <kirk@enterprise.home.net> wrote:

Pete DiMarco wrote:

Previously, James T. Kirk wrote in qdn.public.qnx4:

hi

we are running qnx 4.23 and Xwindows 4.21.
how can i capture the screen console and save this as .bmp?
which program can i use to see the saved .bmp file??

tia

kirk


I haven’t used X on QNX, but the traditional window snap shot program for X is “xwd” (X Window Dump). xwud will display a file in .xwd format. To convert to .BMP, check out the PNM utilities or “xv”. Scotty should be able to fill in the details for you.

HTH,

  • Pete



    Hi

sorry

we are using qnx windows version 4.21 release b (olwm version 1.50/qnx)
not X windows…

Hm… QNX Windows has some screen capture utilities – but they capture
as an internal format. The pictps utility will render this to postscript.
Once you have it in postscript, there are non-QNX tools that can deal
with postscript, including generating a bmp.

I don’t think there is anything native to QWindows that will read a
…bmp file – you’d have to write your own viewer there. I think the
…bmp format is pretty simple – you’d have to read it and draw what
you read with DrawImage() calls.

Hm… the latest QWindows might read .bmp files natively, not sure – some
support was added for some image formats.

-David

QNX Training Services
dagibbs@qnx.com

We used to capture the files, then use the pictps utility for generic
stuff. This means you
have to have a post script printer (or ghostscripting…).

We tried a product called FREEZEIT, from klondike software last known
address 15 Emery Court,
Nepean, Ontario, Canada K2H 7W2). Also, last know phone number is:
613-726-6565.

Not sure if they are still in business. I don’t seem to have the
software either, just the manual (fat lot of good, eh!).

~ Jeff

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
/ \ | __ ) | ~Jeffrey Jordan jordanj@abc-naco.com
/ | \ | _ ( Phone: (610)630-2330x216 jljordan@wans.net
/ ++ \ | ) (
Fax: (610)630-2323
|
| |||/_| 2550 Blvd. o/t Generals, Norristown PA 19403
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

David Gibbs wrote:

James T. Kirk <> kirk@enterprise.home.net> > wrote:
Pete DiMarco wrote:

Previously, James T. Kirk wrote in qdn.public.qnx4:

hi

we are running qnx 4.23 and Xwindows 4.21.
how can i capture the screen console and save this as .bmp?
which program can i use to see the saved .bmp file??

tia

kirk


I haven’t used X on QNX, but the traditional window snap shot program for X is “xwd” (X Window Dump). xwud will display a file in .xwd format. To convert to .BMP, check out the PNM utilities or “xv”. Scotty should be able to fill in the details for you.

HTH,

  • Pete



    Hi

sorry

we are using qnx windows version 4.21 release b (olwm version 1.50/qnx)
not X windows…

Hm… QNX Windows has some screen capture utilities – but they capture
as an internal format. The pictps utility will render this to postscript.
Once you have it in postscript, there are non-QNX tools that can deal
with postscript, including generating a bmp.

I don’t think there is anything native to QWindows that will read a
.bmp file – you’d have to write your own viewer there. I think the
.bmp format is pretty simple – you’d have to read it and draw what
you read with DrawImage() calls.

Hm… the latest QWindows might read .bmp files natively, not sure – some
support was added for some image formats.

-David

QNX Training Services
dagibbs@qnx.com