<div dir="ltr">Hi Christoph,<div><br></div><div><div>&gt; In my reader it takes quite some time to extract the ROIs (data may</div><div>&gt; contain long time-lapse...). Of course, I would try to avoid reading</div><div>&gt; the ROIs in, when the user actually just wants to look at the raw</div>

<div>&gt; pixel data (i.e. &quot;Display ROIs&quot; not checked)</div></div><div><br></div><div>That&#39;s what the MetadataLevel is for. For example, the BMPReader only populates optional metadata when the MetadataLevel is set to a value higher than MetadataLevel.MINIMUM:</div>

<div><br></div><div><a href="https://github.com/openmicroscopy/bioformats/blob/v5.0.2/components/formats-bsd/src/loci/formats/in/BMPReader.java#L291-L316">https://github.com/openmicroscopy/bioformats/blob/v5.0.2/components/formats-bsd/src/loci/formats/in/BMPReader.java#L291-L316</a><br>

</div><div><br></div><div>However, the ImageJ plugin always sets the metadata level higher than MINIMUM. So while your reader can respect that value, it won&#39;t really save any time at the ImageJ level to do so.</div><div>

<br></div><div>Regards,</div><div>Curtis</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 16, 2014 at 8:41 AM, Christoph Sommer <span dir="ltr">&lt;<a href="mailto:christoph.sommer@imba.oeaw.ac.at" target="_blank">christoph.sommer@imba.oeaw.ac.at</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Mellisa,<div class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For what specifically are these settings needed in your reader?  If we<br>
know the use case, we might be able to suggest an alternative.<br>
</blockquote></div>
In my reader it takes quite some time to extract the ROIs (data may contain long time-lapse...). Of course, I would try to avoid reading the ROIs in, when the user actually just wants to look at the raw pixel data (i.e. &quot;Display ROIs&quot; not checked)<br>


<br>
Cheers,<br>
Christoph<br>
PS: thanks for you prompt reply! :)<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
ome-devel mailing list<br>
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk" target="_blank">ome-devel@lists.<u></u>openmicroscopy.org.uk</a><br>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" target="_blank">http://lists.openmicroscopy.<u></u>org.uk/mailman/listinfo/ome-<u></u>devel</a><br>
</div></div></blockquote></div><br></div>