OpenGL and 3D stereo

Could any of you help me? I would like to know if there is any support for the JPS (JPEG Stereo) format in OpenGL?

What I am ultimately aiming for is a stereo page-flipped image in the background of a scene with simple 3D primitives in the foreground.

I have Google-ed quite extensively with no luck, so do any of you know anything about this?

Thanks.

You’d have to do this yourself.

OpenGL has no support for any image loading, but it does have support for stereo buffer rendering and some stereo systems don’t even require OpenGL support, only that you draw the right thing in the right place.