<div dir="ltr">You could use libbioimage <<a href="https://bitbucket.org/dimin/bioimageconvert">https://bitbucket.org/dimin/bioimageconvert</a>> alongside OpenSlide to achieve full support for OME-TIFF and WSI. In fact it supports pyramidal and tiled OME-TIFF and OME-BigTIFF that are not strictly standardised. It also supports other formats not yet available in OpenSlide, like tiled JPEG-2000 (this will get a lot better with the next openjpeg library version). <div><br></div><div>Libbioimage is a complimentary library for OpenSlide since it was designed to support multi-dimensional and multi-channel fluorescence imagery. In our system BisQue (management and analysis system) we use openslide for WSI and libbioimage for OME-TIFF for very large images daily. Finally, I decided to integrate OpenSlide into libbioimage as one of the decoders and this should be finished for the next version. I also hope to incorporate OpenSlide extensions like DICOM-WSI from Mathieu Malaterre and have started writing a CZI importer supporting fluorescence. </div><div><br><div>Although I use OME-TIFF as our main interchange format and do like it, we have encountered a few problems in more than 10 years of use, I'll try to list those for your consideration.</div><div><br></div><div>1) Really large images require BigTIFF packaging and thus become unreadable by most programs supporting TIFF.</div><div><br></div><div>2) Pyramidal-tiled OME-TIFF is not standardised. I prefer sub-directory based approach (similar to Photoshop's pyramid) myself but implemented support for other cases I know.</div><div><br></div><div>3) Every channel plane is stored in a separate directory making it a bit slower to read all the channels since one must change directory several times for every tile.</div><div><br></div><div>4) TIFFs with many directories become very slow to read since one must traverse the whole file until the desired directory is reached. I've worked with very large 4D OME-TIFFs with hundreds of thousands of directories. Although libbioimage patched libtiff with a few optimizations for this case it is still a real problem. The solution to this is unfortunately a multi-file solution where each 3D block is stored as a separate OME-TIFF file.</div><div><br></div><div>5) OME-TIFF metadata model is quite rigid and designed for a specific use. It does provide a flat name-value list for extended information but it is very verbose and too simple to store a large amount of complex information. Thousands of tags will make that list very slow to parse.  </div><div><br></div><div>Folks at OME consortium published a paper proposing to use an HDF-5 based format for lifesciences. Although it sounds like a great idea there's no standard definition for it yet. Many companies are using HDF5 based formats for a long time but they are all proprietary, for example Imaris ims5. </div><div><br></div><div>Cheers,</div><div>dmitry</div><div><br><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 12, 2016 at 2:46 AM, Andreas Schmid via openslide-users <span dir="ltr"><<a href="mailto:openslide-users@lists.andrew.cmu.edu" target="_blank">openslide-users@lists.andrew.cmu.edu</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"><div dir="ltr"><span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:15.3333px;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap">Thoughts on OME-TIFF as an OpenSlide Format</span></p><br><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:15.3333px;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">Actually our company saves the WSI images as an zipped deepzoom pyramid simular to Martin Weihrauchs Smart Zoom Image approach. Unfortunately this format lacks third party support and likely ever will and suffers from the detriments of a non-image format (Like viewing it in any other tiff supported software when it is not too large).</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:15.3333px;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">We took some research in the past weeks and considering to switch to a tiff-based WSI format but we are not strigency interested to do our's own thing to be just another one who sheers off from a standardized WSI format.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:15.3333px;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">So we kept an wary eye on the OME-TIFF format.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:15.3333px;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">What do you think? Is OME-TIFF a canditate for beeing an openslide format too?</span></p><span style="font-size:15.3333px;font-family:Arial;vertical-align:baseline;white-space:pre-wrap">How do you think will OME develop in the future?</span></span><br></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><br clear="all"><div><br></div>-- <br><div class="gmail_signature">__________________________________<br><br>Dmitry Fedorov Levit <<a href="mailto:dima@dimin.net" target="_blank">dima@dimin.net</a>><br>Web: <a href="http://www.dimin.net/" target="_blank">http://www.dimin.net/</a><br>__________________________________<br><br>Center for Bio-Image Informatics:<br>  <<a href="http://www.bioimage.ucsb.edu/" target="_blank">http://www.bioimage.ucsb.edu/</a>><br><br>Vision Research Lab, Electrical and Computer Engineering:<br>  <<a href="http://vision.ece.ucsb.edu/" target="_blank">http://vision.ece.ucsb.edu/</a>><br><br>University of California, Santa Barbara<br>_________________________________</div>
</div></div></div></div></div>