Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: how to read pixels from screen and save to memory

  1. #1
    Intern Contributor
    Join Date
    Aug 2003
    Location
    singapore
    Posts
    87

    how to read pixels from screen and save to memory

    can anyone show a sample how to read pixels from screen and save to memory?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Dec 2002
    Location
    Poland
    Posts
    232

    Re: how to read pixels from screen and save to memory

    Sure you can. Use glReadPixels(). Just take a look to a specification (somewhere on this site, or google) - everything is explained and using this command is very simple.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •