1. Unhappy BMPs (from Thomas)
------=_NextPart_000_0007_01C00E7A.36A732A0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
It seems my assorted BMPs don't like each other. What I mean by that is =
I can't have both of them looking like they're supposed to. Here's what =
I've written
chn=3Dread_bitmap("chn.BMP")
display_image({295,1}, chn [2])
all_palette(chn[1]/4)
fstand=3Dread_bitmap("fstand.BMP")
display_image({550,1}, fstand [2])
all_palette(fstand[1]/4)
Only one of them appear correct. In this case 'fstand' is the one that =
looks right because it used the 'all_palette' last, How can I get 'chn' =
to look right?
And how would I go about 'erasing' a BMP? I want to put another in its =
place later.
-Thanks for your help....
(soon to be sorted out)
Thomas
------=_NextPart_000_0007_01C00E7A.36A732A0
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.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>It seems my assorted BMPs don't like =
each other.=20
What I mean by that is I can't have both of them looking like they're =
supposed=20
to. Here's what I've written</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2><BR> =20
chn=3Dread_bitmap("chn.BMP")<BR> =
display_image({295,1}, chn=20
[2])<BR> all_palette(chn[1]/4)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2> =20
fstand=3Dread_bitmap("fstand.BMP")<BR> =
display_image({550,1},=20
fstand [2])<BR> =
all_palette(fstand[1]/4)<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Only one of them appear correct. In =
this case=20
'fstand' is the one that looks right because it used the =
'all_palette'=20
last, How can I get 'chn' to look right?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>And how would I go about 'erasing' a =
BMP? I want to=20
put another in its place later.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>-Thanks for your help....</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>(soon to be sorted out)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Thomas</FONT></DIV>
------=_NextPart_000_0007_01C00E7A.36A732A0--