getExposedVideoData -> iimage

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
knightoflight
Posts: 199
Joined: Sun Aug 24, 2003 5:47 pm
Location: Germany

getExposedVideoData -> iimage

Post by knightoflight »

Hi community,
in v0.7 is the new command getExposedVideoData, someone tried to get an irrlicht-screen to an image (or an texture) ?
Here is an example for screenshot, how to copy to a new Windows-bitmap, but to work with irrlicht and to be compatible, it should be in an image or an texture:
http://www.codeproject.com/managedcpp/ijwscrcap.asp

maybe with createImageFromData ? Or with direct copy of the bytes ?
Post Reply