How to change stimulus orientation?
Hi,
I was wondering whether it is possible to change the orientation of stimuli with libscreen.draw_text()?
I am currently importing an image of text and changing the orientation of the image in powerpoint as a workaround. Or would it be better to use a function in PyGame?
Kind regards,
Christophe
Comments
Hi Christophe,
No, not directly. But as Pygaze is build on Psychopy and Pygame (I think), you could try to go to the source and implement the rotation there.
Hope this helps a bit,
Eduard