SimpleImageStim ==================================== .. code-block:: python class psychopy.visual.SimpleImageStim(win, image='', units='', pos=(0.0, 0.0), flipHoriz=False, flipVert=False, name=None, autoLog=None) ç”»åƒã‚’ファイルã‹ã‚‰èªã¿è¾¼ã‚“ã§ã€è§£åƒåº¦ã€è‰²ã‚’変更ã›ãšãã®ã¾ã¾æç”»ã™ã‚‹(PsychoPyã§ã‚¬ãƒ³ãƒžè£œæ£ã‚’ã—ã¦ã„ã‚‹å ´åˆã¯é©ç”¨ã•ã‚Œã‚‹)。 ImageStimã¨ç•°ãªã‚Šã€ã“ã®åˆºæ¿€ã¯æ‹¡å¤§ã€ç¸®å°ã€å›žè»¢ã€ãƒžã‚¹ã‚¯ã‚’é©ç”¨ã™ã‚‹ã“ã¨ãŒã§ããªã„(ãŸã ã—åž‚ç›´ãŠã‚ˆã³æ°´å¹³æ–¹å‘ã®ãƒ•ãƒªãƒƒãƒ—ã¯å¯èƒ½ã§ã‚ã‚‹)。画åƒãƒ‡ãƒ¼ã‚¿ãŒã‚°ãƒ©ãƒ•ã‚£ãƒƒã‚¯ã‚«ãƒ¼ãƒ‰ã«äº‹å‰ã«èªã¿è¾¼ã¾ã‚Œãªã„ã®ã§ã€æç”»ã¯ã‚„ã‚„é…ã„傾å‘ã«ã‚る。SimpleImageStimã®ãƒ¡ãƒªãƒƒãƒˆã¯ç”»åƒãŒå¸¸ã«ã‚ªãƒªã‚¸ãƒŠãƒ«ã®ã‚¢ã‚¹ãƒšã‚¯ãƒˆæ¯”ã®ã¾ã¾ã«æç”»ã•ã‚Œã‚‹ã“ã¨ã¨ã€èªã¿è¾¼ã¿è‡ªä½“ã¯ã‚ãšã‹ã«é€Ÿã„ã¦ã‚“ã§ã‚る。 .. A simple stimulus for loading images from a file and presenting at exactly the resolution and color in the file (subject to gamma correction if set). .. Unlike the ImageStim, this type of stimulus cannot be rescaled, rotated or masked (although flipping horizontally or vertically is possible). Drawing will also tend to be marginally slower, because the image isn’t preloaded to the graphics card. The slight advantage, however is that the stimulus will always be in its original aspect ratio, with no interplotation or other transformation, and it is slightly faster to load into PsychoPy. .. mro() → list .. return a type’s method resolution order