image display

I am new to OpenGL, Can I use OpenGL to display Images as binary format( I use SGI).
Do I use callback If I have 10 images stored in a binary format.

thanks

You can, but there are probably better ways if thats all you want to do…

glDrawPixels …