DJN format file reading using OPEN GL?

Hi all,

Is there any method to read the .djn file format using open GL.

As i already got some application, which reads the .bmp files.

it is bit urgent, please help me.

thanks in advance,
Santosh

Opengl is a graphic API and does not load any file of any format. You are free to code your own parser or reuse another one and adapt its output to correctly give data to opengl.