Does anyone know how (if it is possible) to capture the screen as an image at a specified resolution. ie. Instead of capturing the entire screen, just capture every other pixel? Any help would be appreciated. Thanks.
Printable View
Does anyone know how (if it is possible) to capture the screen as an image at a specified resolution. ie. Instead of capturing the entire screen, just capture every other pixel? Any help would be appreciated. Thanks.
You'd have to programme this code yourself as I'm sure it isn't in the Windows API database. What you could do however, is capture the screen as normal, and then use StretchBlt to make the screen capture smaller.