<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="">
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="">
ome-devel@lists.openmicroscopy.org.uk<br class="">
http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel<br class="">
</blockquote>
<br class="">
</div>
<br>
<span style="font-size:10pt;">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</body>
</html>