Additions:
Copy the matrix "imageArray" to a window, slowly.
"rect" is in window coordinates. The whole image is copied to "rect", scaling if
necessary. The rect default is the imageArray's rect, centered in the window.
The orientation of the array in the window is identical to that of Matlab's
numerical array displays in the Command Window. The first pixel is in the upper
left, and the rows are horizontal. imageArray can be a pure luminance matrix, a
RGB color matrix, or a RGBA color matrix with alpha channel. Its data type can
be uint8 (faster) or double. Please note that this function is relatively slow
and inflexible. Have a look at the 'MakeTexture' and 'DrawTexture' functions for
a faster and more flexible way of drawing image matrices.
Deletions:
Copy the matrix "imageArray" to a window, slowly. "rect" is in window
coordinates. The whole image is copied to "rect", scaling if necessary. The rect
default is the imageArray's rect, centered in the window. The orientation of the
array in the window is identical to that of Matlab's numerical array displays in
the Command Window. The first pixel is in the upper left, and the rows are
horizontal. imageArray can be a pure luminance matrix, a RGB color matrix, or a
RGBA color matrix with alpha channel. Its data type can be uint8 (faster) or
double. Please note that this function is relatively slow and inflexible. Have a
look at the 'MakeTexture' and 'DrawTexture' functions for a faster and more
flexible way of drawing image matrices.
Additions:
""<div class="subfct" id="Screen">""===[[PutImage Screen('PutImage')]]===
Deletions:
""<div class="subfct" id="Screen" style="background-color:#eee; padding:1em; border-width:1px; border-style:solid; border-color:#ddd; margin-bottom: 2em;border-top: 5px solid #999999;">""===[[PutImage Screen('PutImage')]]===
Additions:
""<div class="subfct" id="Screen" style="background-color:#eee; padding:1em; border-width:1px; border-style:solid; border-color:#ddd; margin-bottom: 2em;border-top: 5px solid #999999;">""===[[PutImage Screen('PutImage')]]===
GetImage OpenOffscreenWindow MakeTexture DrawTexture DrawTextures<<""</div>""
Deletions:
===[[PutImage Screen('PutImage')]]===
GetImage OpenOffscreenWindow MakeTexture DrawTexture DrawTextures<<
Additions:
horizontal. imageArray can be a pure luminance matrix, a RGB color matrix, or a
RGBA color matrix with alpha channel. Its data type can be uint8 (faster) or
double. Please note that this function is relatively slow and inflexible. Have a
look at the 'MakeTexture' and 'DrawTexture' functions for a faster and more
flexible way of drawing image matrices.
GetImage OpenOffscreenWindow MakeTexture DrawTexture DrawTextures<<
Deletions:
horizontal.
GetImage<<
Additions:
===[[PutImage Screen('PutImage')]]===
==[[Psychtoolbox]] › [[Screen]].{mex*,dll} subfunction==
%%(matlab;Usage)Screen('PutImage', windowPtr, imageArray [,rect])%%
<<=====See also:=====
GetImage<<
Deletions:
===[[PutImage]]===
==ScreenFunctions==
Usage:
Screen('PutImage', windowPtr, imageArray [,rect])
ScreenFunctions