Displaying images

Hello, is anybody out there knowing how to display a picture/image in openGL?
Thank you

load the picture data (in whatever format it is stored)

  1. display a textured quad
  2. display the image with glrasterpos and glDrawPixels