Is there a way to get at the results of an OpenGL rendering?

Hi, after I call glutSwapBuffers(), is there a way I can get at the rendered screen, so I can store it in an image file or something?

Thanks in advance

glReadPixels?

OK, thanks