Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

graphics related

Status
Not open for further replies.

mahend

Technical User
Dec 6, 2000
1
IN
I want to know how to store/save graphics output of c program as bmp file, so I can
view it as bmp file and also how to take print of image on screen.
pls give some idea.
thanks

mahendra
 
If you are running on Microsoft Windows platform,
you can use the window's built-in screen capture
ability. I have not use the screen capture function
in a while. But I believe the print-screen button
on your keyboard will capture the entire screen.
and ctrl-printscreen (hold those two keys together)
will simply capture the window that has the focus.
Then, simply start a graphics-editing software and
select paste. The captured image will appear in the
program.

If you are running OS other than MS Windows,
you can try using a screen capture software. Most
of the graphics editing software such as paintshop
pro has the screen capture ability. Simply follow
the instruction for that particular software and you
will be fine. This method also works in Windows.

Hope this helps,

Ming
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top