1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: MAPPING: Creating a bitmaped graphic from map -->
<!--X-From-R13: "Xbua Pregbtyvb" <nyrkoNvagreargpqf.pbz> -->
<!--X-Date: Tue, 24 Apr 1998 18:20:21 &#45;0700 -->
<!--X-Message-Id: E1fB96Y&#45;0000Aq&#45;00#mail,kanga.nu -->
<!--X-Content-Type: text/plain -->
<!--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</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:alexb#internetcds,com">
</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="msg00684.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00644.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00242.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00620.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00663">Author</A>
&nbsp;|&nbsp;<A HREF="#00663">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00663">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map </LI>
<LI><em>From</em>: "John Bertoglio" &lt;<A HREF="mailto:alexb#internetcds,com">alexb#internetcds,com</A>&gt;</LI>
<LI><em>Date</em>: Fri, 24 Apr 1998 22:58:53 -0700</LI>
<LI><em>Delivery-date</em>: Tue Apr 24 18:20:22 1998</LI>
<LI><em>Delivery-date</em>: Tue, 24 Apr 1998 18:20:22 -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>

-----Original Message-----
From: Jon A. Lambert &lt;jlsysinc#ix,netcom.com&gt;
To: mud-dev#kanga,nu &lt;mud-dev#kanga,nu&gt;
Date: Thursday, April 23, 1998 8:45 PM
Subject: [MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map


On 23 Apr 98 at 18:25, J C Lawrence wrote:
&gt;&gt; Jon A Lambert&lt;jlsysinc#ix,netcom.com&gt; wrote:
&gt;
&gt;&gt; &gt; Hmm.  Good answer.  Also GIF format is already HTML browser
&gt;&gt; &gt; supported and not only that, one might do away with tables and have
&gt;&gt; &gt; the server dynamically generate a hotspot graphical map.

(I know there are some professional graphic artists in the group with
vastly more knowlege on this subject. However, I though our experience with
mass market web sites and the "need for speed" might have so value here.)

In our work developing internet sites for newspapers, we have worked
extensively with GIF and JPEG formats. As a rule, we use JPEGs for photos
and GIFs for line art. For map use there are several issues.

GIF
Great for high accuracy rendering of line art and other images with large
blocks of solid colors. Also good for small images like control buttons,
etc. This would be a logical choice for a map which featured a high
accuracy image. The file size is hard to control. I would never use GIFs in
a commercial product involving software which created or converted GIFs. My
firm had extensive dealings with a company which was once very active in
creating graphical front ends for BBSs. They claimed that the royalties
demanded for the GIF license came close to matching their annual sales.
While probably an exageration (this firm had (has) a very low credibility
factor), it is enough to scare me away form attempting to produce GIFs for
public consumption in a consumer product. (Of course, you can USE GIFs on
your web site as far as I can tell without royalty. Again, as far as I can
see the GIF license would allow me to run a program to create a high res
GIF as an editing and world proofing tool.)

JPEG

The strength of this format is is ability to render complex, high color
density images with a small file size. We use (or recommend their use) for
all the photos in our real estate and auto programs. JPEGs have a serious
problem with large areas of solid color (like a traditional AAA-style map).
The compression process produces visual artifacts which mess up these
areas. However, the maps I intend to publish as game tools will be designed
to have a kind of "soft focus" which is easily achieved with JPEGs. The
goal of the large maps are not to fully answer questions, but to create
interest in further exploration. Small maps created by player with the
mapmaking skill (I can't spell cartography) could be accurate, but will be
very small.

&gt;&gt;
&gt;&gt; Quite.  It would be fairly trivial to back the graphic with an
&gt;&gt; imagemap.  After a little research I suspect that PNG might be a much
&gt;&gt; better way to go.  It doesn't have the patent questions that GIF has,
&gt;&gt; and looks to be both smaller/more efficient sa well as a more direct
&gt;&gt; translation from his storage formats.
&gt;


I want to thank everyone who helped me on this question.
The response was overwheming. I have more solutions to the problem than I
have time to implement. I hope I can return the service to the group in
time.


&gt;I've just sent John a piece of C source that generates fractal maps
&gt;and converts them into .GIF format.  It's an older format GIF-89 and
&gt;appears to be free of restrictions.  It does display nicely in my
&gt;mostbrowser.  If anyone else is interested drop me an E-mail.  I've
&gt;enclosed an attachment of a sample .GIF that it generated (8K).

BTW, I experimented with fractal maps and found JPEGs rendered them great.
These fractal maps tend to have the soft edges (more of a photographic
look) that JPEGs like.

--
--/*\ Jon A. Lambert - TychoMUD     Internet:jlsysinc#ix,netcom.com /*\--
--/*\ Mud Server Developer's Page &lt;<A  HREF="http://www.netcom.com/~jlsysinc">http://www.netcom.com/~jlsysinc</A>&gt; /*\--
--/*\   "Everything that deceives may be said to enchant" - Plato   /*\--

--

John Bertoglio


MUD-Dev: Advancing an unrealised future.




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

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00684.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar Crossfire MUD</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00644.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar Crossfire MUD</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00242.html">[MUD-Dev] Re: How to represent a 3d object...</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00620.html">[MUD-Dev] (fwd) AD: [custom graphical] whitestar Crossfire MUD</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00663"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00663"><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="00654" HREF="msg00654.html">[MUD-Dev] How to represent a 3d object...</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 25 Apr 1998, 02:44 GMT
<UL>
<LI><strong><A NAME="00675" HREF="msg00675.html">[MUD-Dev] Re: How to represent a 3d object...</A></strong>, 
Oliver Jowett <a href="mailto:oliver#jowett,manawatu.planet.co.nz">oliver#jowett,manawatu.planet.co.nz</a>, Sat 25 Apr 1998, 00:48 GMT
<UL>
<LI><strong><A NAME="00726" HREF="msg00726.html">[MUD-Dev] Re: How to represent a 3d object...</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sun 26 Apr 1998, 04:14 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00242" HREF="msg00242.html">[MUD-Dev] Re: How to represent a 3d object...</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 29 Apr 1998, 22:49 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00663" HREF="msg00663.html">[MUD-Dev] Re: MAPPING: Creating a bitmaped graphic from map</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Sat 25 Apr 1998, 01:20 GMT
<LI><strong><A NAME="00620" HREF="msg00620.html">[MUD-Dev] (fwd) AD: [custom graphical] whitestar Crossfire MUD</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Fri 24 Apr 1998, 18:29 GMT
<UL>
<LI><strong><A NAME="00637" HREF="msg00637.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar Crossfire MUD</A></strong>, 
Dr. Cat <a href="mailto:cat#bga,com">cat#bga,com</a>, Fri 24 Apr 1998, 22:41 GMT
<UL>
<LI><strong><A NAME="00644" HREF="msg00644.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar Crossfire MUD</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 25 Apr 1998, 02:16 GMT
<UL>
<LI><strong><A NAME="00684" HREF="msg00684.html">[MUD-Dev] Re: (fwd) AD: [custom graphical] whitestar Crossfire MUD</A></strong>, 
Matt Chatterley <a href="mailto:matt#mpc,dyn.ml.org">matt#mpc,dyn.ml.org</a>, Sat 25 Apr 1998, 01:13 GMT
</LI>
</UL>
</LI>
</UL>
</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>