Printing OpenGL image

Hi, everybody!

I have a problem in printing my OpenGL image and also in saving it as .bmp file. I can’t find any solution of this problem. I’ve serched the WEB, but found nothing.

Cant’you help me?

My program is written with Microsoft Visual C++ 6.0 using MFC and Document/View support.

Meny thanks,
Ksenia.

What is the problem?

You obviously haven’t searched enough. There are numerous posts on this forum alone about how to write a scene to a file.

Quick answer is to use glReadPixels, then write it out to a file in the BMP file format.