Function 7 -
display image in the window.
Options:
* eax =
7 - function number
* ebx =
pointer to image in BBGGRRBBGGRR format ...
* ecx =
[x-axis size] * 65536 + [y-axis size]
* edx =
[x-coordinate] * 65536 + [y-coordinate]
Return value:
* Function does not return value
Remarks:
* Image coordinates are the coordinates of the upper left
corner. Image relative to the window.
* Image size in bytes is 3 * xsize
* ysize.
Constants for registers:
eax -
SF_PUT_IMAGE (7)