Re: Neil question...
On Sat, 2 Oct 1999 16:47:25 -0500, Mike Hurley <mikehurley2 at NETZERO.COM>
wrote:
>Is there a way to blit from the screen? I tried screen_blit, and it
>returns a black rectangle, and I tried blit and that returns a mixed up
>image...not even like how it should look. Help please!
There is not a foolproof way to read from the screen. Get_pixel might work,
but the *_blit routines are not made to read directly from the screen. The
reason this is because the screen memory might be banked (SVGA modes) or
planar (modeX) which means I would have to write a new routine for reading
from the screen for each type of display memory organization. Modes that
are Linear should have no problems reading from the screen.
>Mike Hurley
>Web: http://members.xoom.com/MikesEuWeb/
>EMail: mikehurley2 at netzero.net
>
Regards,
_______ ______ _______ ______
[ _ \[ _ ][ _ _ ][ _ ]
[/| [_] |[/| [_\][/ | | \][/| [_\]
| ___/ | _] | | | _]
[\| [/] [\| [_/] [\| |/] [\| [_/]
[_____] [______] [_____] [______]
xseal at harborside.com ICQ:13466657
http://www.harborside.com/home/x/xseal/euphoria/
|
Not Categorized, Please Help
|
|