Hi Curtis,<br><br>Thanks for the information.<br>We are currently testing the following method to open image tile by tile:<br>   byte[] openBytes(int no, byte[] buf, int x, int y, int w, int h)<br><br>but it appears that all reader do not support it very well, we tested both on JPEG and NDPI reader and obtained errors in both case. Is there any way to know how much this method is supported ?<br><br>Glad to hear about the IJ2 work on smart image disk caching, i am impatient to see that in action :)<br><br>Cheers,<br><br>- Stephane<br><br><br>Le lundi 29 avril 2013 17:40:21 UTC+2, Curtis Rueden a écrit :<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Hi Stephane & everyone,<div><br></div><div><div>> We are also developing a plugin which may be used to split very large</div><div>> images in tiles but again we are very dependant to what the</div>

<div>> Bio-Formats library is able to do so it could be limited in some way.</div></div><div><br></div><div>Bio-Formats provides an API for opening very large image planes in tiles:</div><div><br></div><div>

    byte[] openBytes(int no, int x, int y, int w, int h)</div><div><div>    byte[] openBytes(int no, byte[] buf, int x, int y, int w, int h)</div></div><div><br></div><div>Any valid tile width and height should behave correctly, but for optimal performance you can ask for the data's ideal tile size using:</div>

<div><br></div><div><div>    int getOptimalTileWidth()</div><div>    int getOptimalTileHeight()<br></div><div><br></div><div><div>So hopefully it would not be too difficult for Icy to provide a "crop image on import" sort of feature -- and maybe eventually a tile-based image viewer. Please let us know if you have any trouble with it!</div>

<div><div><br></div></div></div><div>Regards,<br></div><div>Curtis</div><div><br></div><div>P.S. This week, the ImageJ2 team will be working on the underpinnings in ImgLib2 for a SCIFIO-driven CellImg with intelligent disk caching. Once this work is ready, and if Icy becomes capable of using ImgLib2 data structures at the interface level, you could potentially harness this feature for tile-based image support.</div>

</div><div><br><br><div class="gmail_quote">On Mon, Apr 29, 2013 at 9:59 AM, Stephane <span dir="ltr"><<a href="javascript:" target="_blank" gdf-obfuscated-mailto="ugPsOyZVlKsJ">stephane.da...@<wbr>pasteur.fr</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br><br>Generally that type of microscope generate multi series image (with different resolution) so even if Icy can't open the full resolution, you should be able to open a sub resolution of the image.<br>

We are also developing a plugin which may be used to split very large images in tiles but again we are very dependant to what the Bio-Formats library is able to do so it could be limited in some way. Did you try to re open your image with the last version of Bio-Format ? you should have received an automatic update last friday.<br>

<br>Cheers,<br><br>- Stephane<br><br><br>Le lundi 29 avril 2013 13:56:45 UTC+2, henrik aamodt a écrit :<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



  
    
  
  <div bgcolor="#ffffff" text="#000000"><div><div>
    Hi again, thank You for Your reply. Is there a quick way to reduce
    the X/Y in images, or has that to be done <u>before</u> importing
    them to ICY or maybe even when the slides are beeing scanned?<br>
    <br>
    sincerly<br>
    Henrik Aamodt<br>
    Oslo University Hospital<br>
    Norway<br>
    <br>
    Den 29.04.13 13:15, skrev Stephane:
    </div></div><blockquote type="cite"><div><div>Hi,<br>
      <br>
      4 or 5 GB is really huge image, if the X/Y dimension is too large
      (> 32000x32000) then you may experience problems to open them.<br>
      <br>
      Le vendredi 26 avril 2013 22:00:16 UTC+2, Henrik Aamodt a écrit :
      <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
        <div dir="auto">
          <div>hi, thanks for Your reply. we will be able to scan to
            .tiff soon, that should resolve the issue. FYI the mirax
            files are aprox 4.5-5 GB, dont have the x/y</div>
          <div><br>
          </div>
          <div>henrik aamodt</div>
          <div>norway</div>
          <div><br>
            Den 26. apr. 2013 kl. 21:38 skrev Stephane <<a>stephane.da...@pasteur.fr</a>>:<br>
            <br>
          </div>
          <blockquote type="cite">
            <div>Hello,<br>
              <br>
              Sorry for the delay !<br>
              Actually mirax format is not yet supported by Bio-Formats
              (the library we use to open image files) :<br>
              <br>
              <a href="http://www.openmicroscopy.org/site/support/bio-formats/supported-formats.html" target="_blank">http://www.openmicroscopy.org/<u></u><wbr>site/support/bio-formats/<u></u>suppo<wbr>rted-formats.html</a><br>
              <a href="http://trac.openmicroscopy.org.uk/ome/ticket/4121" target="_blank">http://trac.openmicroscopy.<u></u>org<wbr>.uk/ome/ticket/4121</a><br>
              <br>
              But at some point they will add support for it.<br>
              From the error message we counld think your image is too
              big to be laoded, do you know the size (X / Y dimension)
              of your image ?<br>
              <br>
              - Stephane<br>
              <br>
              Le lundi 22 avril 2013 19:38:00 UTC+2, hen...@<a href="http://broadpark.no" target="_blank">broadpark.no</a> a écrit :
              <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi, anyone know a way to import
                .MRXS image files to ICY? I tried but got "image plane
                too large". 
                <div><br>
                </div>
                <div>thanks</div>
              </blockquote>
              -- <br>
              You received this message because you are subscribed to a
              topic in the Google Groups "Icy imaging" group.<br>
              To unsubscribe from this topic, visit <a href="https://groups.google.com/d/topic/icy-software/utQCSLMvr1Y/unsubscribe?hl=en" target="_blank">https://groups.google.com/d/<u></u>to<wbr>pic/icy-software/<u></u>utQCSLMvr1Y/<wbr>unsubscribe?hl=en</a>.<br>


              To unsubscribe from this group and all its topics, send an
              email to <a>icy-software...@googlegroups.<u></u>c<wbr>om</a>.<br>
              To post to this group, send email to <a>icy-so...@googlegroups.com</a>.<br>
              To view this discussion on the web visit <a href="https://groups.google.com/d/msg/icy-software/-/CrqZqyNHJAgJ" target="_blank">https://groups.google.com/d/<u></u>ms<wbr>g/icy-software/-/<u></u>CrqZqyNHJAgJ</a>.<br>


              For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/<u></u>grou<wbr>ps/opt_out</a>.<br>
               <br>
               <br>
            </div>
          </blockquote>
        </div>
      </blockquote>
      -- <br>
      You received this message because you are subscribed to a topic in
      the Google Groups "Icy imaging" group.<br>
      To unsubscribe from this topic, visit <a href="https://groups.google.com/d/topic/icy-software/utQCSLMvr1Y/unsubscribe?hl=en" target="_blank">https://groups.google.com/d/<u></u>to<wbr>pic/icy-software/<u></u>utQCSLMvr1Y/<wbr>unsubscribe?hl=en</a>.<br>


      To unsubscribe from this group and all its topics, send an email
      to <a>icy-software...@<u></u>googlegroups.<wbr>com</a>.<br>
      To post to this group, send email to
      <a>icy-so...@googlegroups.com</a>.<br></div></div><div>
      To view this discussion on the web visit <a href="https://groups.google.com/d/msg/icy-software/-/2YDns-bhefAJ" target="_blank">https://groups.google.com/d/<u></u>ms<wbr>g/icy-software/-/2YDns-<u></u>bhefAJ</a>.<br>
      For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/<u></u>grou<wbr>ps/opt_out</a>.<br>
       <br>
       <br>
    </div></blockquote>
  </div>

</blockquote><div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "Icy imaging" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="ugPsOyZVlKsJ">icy-software...@<wbr>googlegroups.com</a>.<br>
To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="ugPsOyZVlKsJ">icy-so...@googlegroups.com</a>.<br></div>
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/icy-software/-/l-yO979eP_MJ" target="_blank">https://groups.google.com/d/<wbr>msg/icy-software/-/l-yO979eP_<wbr>MJ</a>.<div><div>

<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/<wbr>groups/opt_out</a>.<br>
 <br>
 <br>
</div></div></blockquote></div><br></div></div>
</blockquote><br>