If this template helps then use it. If not then just delete and start from scratch.
OS (Win 11):
PsychoPy version (2022.2.5):
Standard Standalone
Hello everyone, i am realizing an experiment where a subject look and evaluate different images. My problem is that these images are of different size and aspect ratio.
I use an image component inside a loop and I’ve tried to use a fixed size or to left the size blank so that the original one is used; in the first case the images are distorted and, in the second, the difference in size between images is too big and i am afraid this will influence the evaluation of the subjects.
1 - So i was wondering if there is a way to keep image ratio while covering the highest portion of the screen.
2 - I am pretty new to psychopy but i have intermediate knowledge in python programming language, so i take this opporunity to ask a side question: if i change some code in the codere and save the .psyexp file it will keep the changes made in the code without showing additional component in the builder?
Thanks to anyone who could help me.