1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates -->
<!--X-From-R13: f001tzhNabin.jevtug.rqh -->
<!--X-Date: Thu, 23 Apr 1998 10:22:37 &#45;0700 -->
<!--X-Message-Id: Pine.PMDF.3.95.980423125440.545262382B&#45;100000#nova,wright.edu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 01bd6e65$077b1120$5e0a3fd1@alexb -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map co</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:s001gmu#nova,wright.edu">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00413.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00431.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00351.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00241.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00422">Author</A>
&nbsp;|&nbsp;<A HREF="#00422">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00422">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</LI>
<LI><em>From</em>: <A HREF="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</A></LI>
<LI><em>Date</em>: Thu, 23 Apr 1998 13:20:20 -0400 (EDT)</LI>
<LI><em>Delivery-date</em>: Thu Apr 23 10:22:37 1998</LI>
<LI><em>Delivery-date</em>: Thu, 23 Apr 1998 10:22:37 -0700</LI>
<LI><em>Envelope-to</em>: claw#kanga,nu</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent,,,," &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>


On Wed, 22 Apr 1998, John Bertoglio wrote:

&gt; 
&gt; -----Original Message-----
&gt; From: Nathan F Yospe &lt;yospe#hawaii,edu&gt;
&gt; To: mud-dev#kanga,nu &lt;mud-dev#kanga,nu&gt;
&gt; Date: Wednesday, April 22, 1998 6:56 PM
&gt; Subject: [MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map
&gt; coordinates
&gt; 
&gt; 
&gt; :On Wed, 22 Apr 1998, John Bertoglio wrote:
&gt; :
&gt; ::Graphic wizards please take a look at this problem. I suspect the
&gt; ::solution is trivial but it is beyond me!
&gt; :
&gt; ::Here's the problem:
&gt; :
&gt; :First off, could you please, PLEASE not use that dual html mailing?
&gt; :And for those who replied in the same - some of us DON'T use browsers
&gt; :to read mail.
&gt; 
&gt; 
&gt; My mistake. Won't happen again.

Thanks.  As one of that 'some of us', I appriciate it.  :)

 
&gt; The data is stored in a VisualFoxPro table as integers. Essentialy,
&gt; the system takes HTML form input and outputs database reports formated
&gt; in HTML. What I was hoping to to do was find a graphics format that
&gt; would accept a series of strings, something like:
&gt; 1,1,FF0000,;1,2,00FFFF etc. where the first two numbers represented
&gt; the x,y coordinates and the next string the RGB hex values. I could
&gt; easily convert the coords to hex as well... Thank you for the help.

As Jon Leonard pointed out a couple messages ago, PPM is pretty easy.

Check out

     &lt;URL: <A  HREF="http://www.dsc.ed.ac.uk/~mxr/gfx/2d/PPM.txt">http://www.dsc.ed.ac.uk/~mxr/gfx/2d/PPM.txt</A>&gt;

for a full description of PPM format.

     &lt;URL: <A  HREF="http://www.dsc.ed.ac.uk/~mxr/gfx/2d-lo.html">http://www.dsc.ed.ac.uk/~mxr/gfx/2d-lo.html</A>&gt;

has a list of gobs of image formats. 

LING: you may want to add that to the useful URLs section of the FAQ.
      I know it's going in my bookmarks.  :)

&lt;OT&gt;
&gt; MUD-Dev: Advancing an unrealised future.

Every time I see this, I read it as 'Advancing an unrealistic future'.
heh.  Mayhaps I will work on consciously overridign that... maybe not.  ;)
&lt;/OT&gt;
 
-Greg



-- 
MUD-Dev: Advancing an unrealised future.
</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00241" HREF="msg00241.html">[MUD-Dev] Correction</A></strong>
<ul compact><li><em>From:</em> s001gmu#nova,wright.edu</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00351" HREF="msg00351.html">[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</A></STRONG>
<UL><LI><EM>From:</EM> "John Bertoglio" &lt;alexb#internetcds,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00413.html">[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00431.html">[MUD-Dev] Re: Systems you use</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00351.html">[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00241.html">[MUD-Dev] Correction</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00422"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00422"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><strong><A NAME="00480" HREF="msg00480.html">[MUD-Dev] (fwd) CODE RELEASE: [client] Jcrossclient - java client to "crossfire"</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 23 Apr 1998, 21:38 GMT
<LI><strong><A NAME="00451" HREF="msg00451.html">[MUD-Dev] Re: Gentle Reminder</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 23 Apr 1998, 19:42 GMT
<LI><strong><A NAME="00402" HREF="msg00402.html">[MUD-Dev] Re: Systems you use</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Thu 23 Apr 1998, 17:07 GMT
<LI><strong><A NAME="00351" HREF="msg00351.html">[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Thu 23 Apr 1998, 03:06 GMT
<UL>
<LI><strong><A NAME="00422" HREF="msg00422.html">[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Thu 23 Apr 1998, 17:22 GMT
<UL>
<LI><strong><A NAME="00241" HREF="msg00241.html">[MUD-Dev] Correction</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Wed 29 Apr 1998, 21:39 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00293" HREF="msg00293.html">[MUD-Dev] MAPPING: Creating a bitmaped graphic from map coordinates</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Thu 23 Apr 1998, 00:15 GMT
<UL>
<LI><strong><A NAME="00304" HREF="msg00304.html">[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,umop-ap.com">jleonard#divcom,umop-ap.com</a>, Thu 23 Apr 1998, 01:09 GMT
</LI>
<LI><strong><A NAME="00315" HREF="msg00315.html">[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map coordinates</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 23 Apr 1998, 01:20 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>