1. Neil question...
------=_NextPart_000_0005_01BF0CF5.CE188EE0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
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!
Mike Hurley
Web: http://members.xoom.com/MikesEuWeb/
EMail: mikehurley2 at netzero.net
------=_NextPart_000_0005_01BF0CF5.CE188EE0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Is there a way to blit from the screen? I =
tried=20
screen_blit, and it returns a black rectangle, and I tried blit and that =
returns=20
a mixed up image...not even like how it should look. Help=20
please!</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Mike Hurley</FONT></DIV>
<DIV><FONT size=3D2>Web: <A=20
sEuWeb/</A></FONT></DIV>
<DIV><FONT size=3D2>EMail: <A=20
------=_NextPart_000_0005_01BF0CF5.CE188EE0--
________________________________________________________
NetZero - We believe in a FREE Internet. Shouldn't you?
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html
2. 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/