I think the circle looks like this because it’s drawn a polygon with 100 vertices. You could increase the number of vertices, but you might get nicer results by using an image of a circle instead.
Well, the first solution did not work - I increased the number of vertices to 500 and the stimuli still look pretty much the same The second solution is not suitable in fact for my experiment, since I have to generate hundreds of images based on the trial conditions based on the conditions file…
Is it some kind of anti-aliasing mechanism that is required here? Thnks!
Hi @toto, do you mean that the circle edges are pixelated ie. there is no antialiasing?
If so you may be interested in the issue I created today on psychopy’s github page:
I’ve managed to solve that issue by creating the window object with different parameters (see the issue above, the solution was suggested here) - this can not be done in the Builder directly unfortunatelly (AFAIK). But you could add a code component that replaces automatic builder window with a custom one. Let me know if you need help with that.