screen shot saving

Started by
3 comments, last by jverkoey 21 years, 2 months ago
hey, I was wondering if anyone new of a good, quick way to make it so when the user hit printscreen, the picture would save to a bmp file....If someone were to just tell me how to open, set up, and save to a bmp, I could probably work my way from there -jverkoey
Advertisement
I''ve always written my own bitmap loading and saving functions, so I can''t help ya .
wow, gee, thanks, lol, where''d you learn from then?
The easiest to save a picture is to write a raw file. Softwares like photoshop or paint shop pro can then read it.

For Bitmap, you have some solutions :
- use then Win32 API,
- use free libraries such as DevIL http://devil.sourceforge.net
- write your own bitmap saver.
Magic!
"Literally, it means that Bob is everything you can think of, but not dead; i.e., Bob is a purple-spotted, yellow-striped bumblebee/dragon/pterodactyl hybrid with a voracious addiction to Twix candy bars, but not dead."- kSquared

This topic is closed to new replies.

Advertisement