Screenshot

Started by
2 comments, last by rgirard413 22 years, 10 months ago
How do i take a screenshot and save to file with opengl?
http://www.thedizzle.com
Advertisement
use glReadPixels() one possible implementation is on my site (under BGR extension)

http://members.xoom.com/myBollux
Or you could just use the little PrintScrn button on your keyboard, which copys your entire screen, and then paste it in your favorite paint program (I suggest using Paint, its quick and easy).

------------------------------
Trent (ShiningKnight)
E-mail me
OpenGL Game Programming Tutorials
Or you could reneder to a DIB and save it to disk as a BMP.

This topic is closed to new replies.

Advertisement