<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I would like to create a heightfield from an 
ArcInfo grid.&nbsp; So far, I have successfully converted an elevation&nbsp;grid 
to a 16 bit grayscale PNG using gdal_translate.&nbsp; I can see the difference 
in brightness correleates to height, but I'm stuck here.&nbsp; I'm thinking I'll 
need to create a pallette and lookup table so there are 65,536 possible 
values.&nbsp; That should give me plenty of room to account for -5000 to +5000 
meters or some other range that covers the min/max elevation in meters for any 
given point.&nbsp; Just looking for some tips or examples.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Doug.</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>