below OpenGL

I want to render a perspective in a file. I don’t want to use a window, is it possible with OpenGL? or is there a library below OpenGL to render in a file?

I’ll appreciate your help,

On Windows you can set the RC to use a bitmap instead of a window, some hardware support pbuffers to do the same thing.

Mikael