<div dir="ltr">Mathieu,<br><div><br></div><div><span style="font-size:12.8px">&gt;Try changing this line:</span><br style="font-size:12.8px"><br style="font-size:12.8px">&gt;<a href="https://github.com/malaterre/openslide/blob/dicom-wsi/src/openslide-vendor-dicom.c#L189" rel="noreferrer" target="_blank" style="font-size:12.8px">https://github.com/malaterre/openslide/blob/dicom-wsi/src/openslide-vendor-dicom.c#L189</a><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">&gt;From:</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">&gt;char *end = strrchr(filename, &#39;/&#39;);</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">&gt;into:</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">&gt;char *end = strrchr(filename, &#39;\\&#39;);</span><br></div><div><br></div><div>Thanks! It worked, but now I have another problem.</div><div><br></div><div>When I try to  use it with the java demo it gives me the following error:</div><div><br></div><div>&quot;Not a JPEG file: starts with 0x00 0x00&quot;   </div><div><br></div><div>And then java throws an exception in this method:</div><div><br></div><div><a href="https://github.com/openslide/openslide-java/blob/master/src/org/openslide/OpenSlide.java#L244">https://github.com/openslide/openslide-java/blob/master/src/org/openslide/OpenSlide.java#L244</a><br></div><div><br></div><div>Thanks!</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 September 2015 at 10:59, Derek Magee <span dir="ltr">&lt;<a href="mailto:D.R.Magee@leeds.ac.uk" target="_blank">D.R.Magee@leeds.ac.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-GB" link="blue" vlink="purple">
<div>
<div>
<div>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1f497d">The other vendor that uses JP2 is Omnyx. It’s not their main format (s/w can export it though), but when I talked to the rep about doing image analysis on
 their slides this was the preferred solution (their own format is proprietary). I’m afraid I don’t have any images though.<u></u><u></u></span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1f497d"><u></u> <u></u></span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1f497d">D.<u></u><u></u></span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1f497d">-------------<u></u><u></u></span></b></p><span class="">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:#1f497d"><u></u> <u></u></span></b></p>
<p class="MsoNormal">&gt; Ah, I misunderstood your use of &quot;streaming&quot; in that bug.  I thought #376<br>
&gt; covered the material actually covered by #94.<br>
&gt;<br>
&gt;&gt; Again this is OT here, but even if #94 gets fixed other part of code<br>
&gt;&gt; will need to be updated. Right now OpenJPEG requires enormous amount<br>
&gt;&gt; of memory if you request the bottom-right pixel, which makes OpenSlide<br>
&gt;&gt; pretty much useless for JPEG2000/WSI.<br>
&gt;<br>
&gt; Do you think this will be fixed within a small number of years?<br>
<br>
Honestly, I do not believe so. #94 is just the tip of the iceberg, I<br>
know however that Antonin has been working very hard to find<br>
fundings...so we&#39;ll see.<br>
<br>
As explained in my other mail, with a little bit of luck<br>
Aperio/Ventana do not make use of precincts, but instead use tiles.<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal">_______________________________________________<br>
openslide-users mailing list<br>
<a href="mailto:openslide-users@lists.andrew.cmu.edu" target="_blank">openslide-users@lists.andrew.cmu.edu</a><br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a><u></u><u></u></p>
</div>
</div>
</span></div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div>

<br>_______________________________________________<br>
openslide-users mailing list<br>
<a href="mailto:openslide-users@lists.andrew.cmu.edu">openslide-users@lists.andrew.cmu.edu</a><br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a><br>
<br></blockquote></div><br></div>