01-01-2024, 10:05 PM
I'm with Matt on this. I don't think this would be that useful in all honesty. _PUTIMAGE would be much more practical to just put the image as you want to the display.
_DISPLAY 100, 100, 200, 200
Now with the above, are those absolute coordinates? Or relative? Does that showcase the display from (100,100)- (200,200) or does it showcase the display from (100,100)-(300,300)?
Does it *ONLY* show that portion of the screen, with the rest of the screen basically just blacked out?
Does it expand that portion of the screen so that it scales up to cover the whole display? If it expands, does it keep aspect ratio? stretch it? skew it? clip it?
If I put in the values backwards, can it display the image upside down? Or mirrored?
_PUTIMAGE can easily be controlled to do any and all of these things, as well as blending and non-blending.
I just don't see what the use here would be.
_DISPLAY 100, 100, 200, 200
Now with the above, are those absolute coordinates? Or relative? Does that showcase the display from (100,100)- (200,200) or does it showcase the display from (100,100)-(300,300)?
Does it *ONLY* show that portion of the screen, with the rest of the screen basically just blacked out?
Does it expand that portion of the screen so that it scales up to cover the whole display? If it expands, does it keep aspect ratio? stretch it? skew it? clip it?
If I put in the values backwards, can it display the image upside down? Or mirrored?
_PUTIMAGE can easily be controlled to do any and all of these things, as well as blending and non-blending.
I just don't see what the use here would be.