<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Robert<br>
    <br>
    <div class="moz-cite-prefix">Le 17/10/12 23:51, Robert Nix a écrit :<br>
    </div>
    <blockquote
      cite="mid:AB347BB1-0B15-41E0-81AE-788EBE252BDD@urban4m.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      As a newbie to GIS, i'm looking for information on how to use
      GeoTools (or any appropriate) APIs to convert a double[][] into a
      PNG.<br>
    </blockquote>
    <br>
    The PNG format can not store floating point values as far as I know.
    You need to either use an other file format which can store such
    values, or convert those values to integers in the [0 ... 255] range
    by multiplying them by some factor of your choice.<br>
    <br>
        Regards,<br>
    <br>
            Martin<br>
    <br>
  </body>
</html>