esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
671 stars 211 forks source link

added function to create screenshot of current display #75

Closed scattenlaeufer closed 7 years ago

scattenlaeufer commented 7 years ago

So far this is only implemented for PsychoPy, but there is now a function make_screenshot within the BaseDisplay and PsychoPyDisplay class, which can be used to create screenshots of what is currently showen on a given display.

esdalmaijer commented 7 years ago

Thanks, this is a great feature!