Re: How to read rectangular part of screen, pixel-by-pixel?
- Posted by useless_ Jun 22, 2013
- 1599 views
Use Eu to open the image into a memory location, as a ordinary bitmap, then look at it directly using peek(). You can blit it to the screen or not, that's not necessary to read the pixels.
useless