<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 22/05/2012 02:02, benedito timoteo wrote:
    <blockquote
cite="mid:CAMvvz0-M5YhHBgGs6YVN=AB9rZhh-b=SR4iqQDVZo=tNDMTwUQ@mail.gmail.com"
      type="cite">
      <pre wrap="">Hello everybody

I am very new in Scilab-5.3.3 and I want to use GraphicsMagick,
particularly the libtiff that GM has. Is there a way to use it as if it
were a Scilab module?

Or use only libtiff in some way? I appreciate and will be very grateful for
any help.

Best regards

b.benes

</pre>
    </blockquote>
    There are several image processing toolboxes in scilab like SIP,
    SIVP and IPDT:
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="http://atoms.scilab.org/categories/image_processing">http://atoms.scilab.org/categories/image_processing</a><br>
    I personnaly use SIVP and it works great for reading images in
    Scilab.<br>
    If the feature you are looking for is not available in SIVP, you can
    also directly call libtiff.<br>
    I did it for reading 16bit tiff images, but it's a complete mess for
    the moment.<br>
    If I find time to rewrite it, I can try to post the code here.<br>
    <br>
    Antoine
  </body>
</html>