<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dear David Gault,<div class=""><br class=""></div><div class="">Firstly, Many thanks for your reply. Any support is over and above what I have paid for ;-)<div class=""><br class=""></div><div class="">In respect of my application, it looks like openThumbBytes() will be off limits to me since I have just erased the use of java.awt so I can still run headless if needed (at present headless is not a high priority requirement but I am trying to build in a future proof way).</div><div class=""><br class=""></div><div class="">Also for our purposes we would want a per image thumbnail, rather than a per channel thumbnail whether thumbnail represents a snapshot of how the XYCZT looked to the user subject to his selection of viewing parameters when last editing the image. It’s definitely work in progress for me.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Regards — Michael Ellis</div><div class=""><br class=""></div><div class=""><br class=""><div class=""><div><blockquote type="cite" class=""><div class="">On 26 Jun 2017, at 15:03, David Gault (Staff) <<a href="mailto:d.gault@dundee.ac.uk" class="">d.gault@DUNDEE.AC.UK</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Michael,
<div class=""><br class="">
</div>
<div class="">Currently the OME Data Model does not specifically support the storing of thumbnails although this is something that we would like to look into specifying in the future.</div>
<div class=""><br class="">
</div>
<div class="">Within the FormatTools utility class you can find the openThumbBytes method which provides a default implementation of generating a thumbnail from an existing image. The implementation can vary for different format readers but the default behaviour
 is to scale the image to a size of 128 x 128: </div>
<div class=""><a href="http://downloads.openmicroscopy.org/bio-formats/5.5.2/api/loci/formats/FormatTools.html#openThumbBytes-loci.formats.IFormatReader-int-" class="">http://downloads.openmicroscopy.org/bio-formats/5.5.2/api/loci/formats/FormatTools.html#openThumbBytes-loci.formats.IFormatReader-int- </a></div>
<div class=""><br class="">
</div>
<div class="">Additionally for TIFF format readers the default behaviour checks each TIFF IFD for the tag ‘<span style="font-family: Monaco; font-size: 11px;" class="">IFD.</span><font face="Monaco" style="color: rgb(3, 38, 204); font-size: 11px;" class="">NEW_SUBFILE_TYPE’</font>.
 If the tag has a value of 1 then the IFD is added to a list of thumbnailIFDs rather than the standard IFD list. The 2 separate lists can then be read using ‘getIFDs’ and ‘getThumbnailIFDs’. If the thumbnailIFD list is present then it is used for openThumbBytes
 rather than the default FormatTools method above:</div>
<div class=""><a href="http://downloads.openmicroscopy.org/bio-formats/5.5.2/api/loci/formats/in/MinimalTiffReader.html#getThumbnailIFDs--" class="">http://downloads.openmicroscopy.org/bio-formats/5.5.2/api/loci/formats/in/MinimalTiffReader.html#getThumbnailIFDs--</a></div>
<div class=""><a href="http://downloads.openmicroscopy.org/bio-formats/5.5.2/api/loci/formats/in/MinimalTiffReader.html#getIFDs--" class="">http://downloads.openmicroscopy.org/bio-formats/5.5.2/api/loci/formats/in/MinimalTiffReader.html#getIFDs--</a></div>
<div class=""><a href="http://downloads.openmicroscopy.org/bio-formats/5.5.2/api/loci/formats/in/MinimalTiffReader.html#openThumbBytes-int-" class="">http://downloads.openmicroscopy.org/bio-formats/5.5.2/api/loci/formats/in/MinimalTiffReader.html#openThumbBytes-int-</a></div>
<div class=""><br class="">
</div>
<div class="">With Thanks,</div>
<div class="">David Gault</div>
<div class=""><br class="">
<blockquote type="cite" class="">On 23 Jun 2017, at 12:38, Michael Ellis <<a href="mailto:michael.ellis@dsuk.biz" class="">michael.ellis@dsuk.biz</a>> wrote:<br class="">
<br class="">
I am exploring using BioFormat for our computer assisted microscope application.<br class="">
<br class="">
I need to store XYCZT image files and need to store meta data such as pixel size, channel names, microscope and camera information along with the image. Images could be large and I also would like to implement a gallery view that can display visual view of a
 whole directory of images.<br class="">
<br class="">
Is there a way to store a thumbnail images when saving an image file in .ome.tiff file that can be easily and quickly recovered from the image file for the purposes of displaying a gallery of images?<br class="">
<br class="">
Even better, are there any operating system extensions that allow this thumbnail to be accessible such that the thumbnail is viewable in the operating systems default file finder/browser… thus obviating the need for me to implement a graphic gallery of images?<br class="">
<br class="">
Michael Ellis (Managing Director)<br class="">
Digital Scientific UK Ltd.<br class="">
<a href="http://www.dsuk.biz/" class="">http://www.dsuk.biz</a><br class="">
<br class="">
_______________________________________________<br class="">
ome-devel mailing list<br class="">
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk" class="">ome-devel@lists.openmicroscopy.org.uk</a><br class="">
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" class="">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel</a><br class="">
</blockquote>
<br class="">
</div>
<br class="">
<span style="font-size:10pt;" class="">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</div>

_______________________________________________<br class="">ome-devel mailing list<br class=""><a href="mailto:ome-devel@lists.openmicroscopy.org.uk" class="">ome-devel@lists.openmicroscopy.org.uk</a><br class="">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel<br class=""></div></blockquote></div><br class=""></div></div></div></body></html>