<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Le 05/01/11 23:02, Charlie Warner a écrit :
    <blockquote cite="mid:SNT129-W42F2E2966EF0D63DBF6ECAD9090@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      A bit more information about ImagJ, from the documentation:<br>
      <br>
      "16-bit and 32-bit grayscale images are not directly displayable
      on computer monitors, which typically can show only 256 shades of
      gray. Therefore, the data are mapped to 8-bits by windowing. The
      window defines the range of gray values that are displayed: values
      below the window are made black, while values above the window are
      white. The window is defined by minimum and maximum values that
      can be modified using <i>Image>Adjust>Brightness/Contrast</i>."<br>
      <br>
      Is this the sort of function you are looking for?<br>
    </blockquote>
    Not really, but thanks for the information.<br>
    In fact, we use a 16bit camera to acquire some signal that we
    process with Scilab. We don't really need to directly look at the
    unprocessed image.<br>
    We don't want to throw away information while processing the data.<br>
    Moreover, we need to be able to compare the relative intensity
    between to different images which mean we cannot adjust image
    settings independently.<br>
    <blockquote cite="mid:SNT129-W42F2E2966EF0D63DBF6ECAD9090@phx.gbl"
      type="cite"><br>
      Charlie<br>
      <br>
      <br>
      <hr id="stopSpelling">Date: Wed, 5 Jan 2011 19:59:57 +0100<br>
      From: <a class="moz-txt-link-abbreviated" href="mailto:antoine.monmayrant@laas.fr">antoine.monmayrant@laas.fr</a><br>
      To: <a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
      Subject: Re: [scilab-Users] How to load 16bit TIFF image in
      Scilab?<br>
      <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft SafeHTML">
      Thanks for your answer!<br>
      <br>
      Le 05/01/11 18:59, Charlie Warner a écrit :
      <blockquote cite="mid:SNT129-W756ACF1DD69381D6A979CD9090@phx.gbl">
        <style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</style> Have a look at <a moz-do-not-send="true"
          href="http://www.imagemagick.org/script/index.php"
          target="_blank">ImageMagick</a> or possibly <a
          moz-do-not-send="true"
          href="http://www.remotesensing.org/libtiff/" target="_blank">libTIFF<br>
        </a></blockquote>
      I already played with ImageMagick but I don't know how to use it
      to convert in a format scilab can import.<br>
      As for libTIFF, I am currently playing with it in an attempt to
      write my own import function for scilab.<br>
      <blockquote cite="mid:SNT129-W756ACF1DD69381D6A979CD9090@phx.gbl"><br>
        In the Linux world, <a moz-do-not-send="true"
          href="http://www.gimp.org/" target="_blank">GIMP</a> or <a
          moz-do-not-send="true"
          href="http://rsb.info.nih.gov/ij/features.html"
          target="_blank">ImagJ</a> may accomplish what you are wanting
        to accomplish.<br>
      </blockquote>
      Gimp (at least the version I have on Fedora13) does not support
      16bit.<br>
      <br>
      Antoine<br>
      <blockquote cite="mid:SNT129-W756ACF1DD69381D6A979CD9090@phx.gbl"><br>
        Charlie<br>
        <br>
        > Date: Wed, 5 Jan 2011 16:33:25 +0100<br>
        > From: <a moz-do-not-send="true"
          class="ecxmoz-txt-link-abbreviated"
          href="mailto:antoine.monmayrant@laas.fr">antoine.monmayrant@laas.fr</a><br>
        > To: <a moz-do-not-send="true"
          class="ecxmoz-txt-link-abbreviated"
          href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
        > Subject: [scilab-Users] How to load 16bit TIFF image in
        Scilab?<br>
        > <br>
        > Hi everyone,<br>
        > <br>
        > I try to load 16bit grayscale TIFF image into Scilab.<br>
        > I tried to use SIVP as it handles TIFF images.<br>
        > However, it does not import 16bit TIFF correctly.<br>
        > It seems to me that it interprets the 16bit image as an 8
        bit one, which <br>
        > results in a great loss of information.<br>
        > Does anyone have some experience with handling 16bits
        images in Scilab?<br>
        > Alternatively, do you know some tool I could use to convert
        my 16bit <br>
        > image in a csv or any other format that Scilab can import?<br>
        > <br>
        > Thank you in advance,<br>
        > <br>
        > Antoine<br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>