<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Kai,
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 13 Dec 2016, at 13:50, Kai Schleicher <<a href="mailto:kai.schleicher@unibas.ch" class="">kai.schleicher@unibas.ch</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div bgcolor="#FFFFFF" text="#000000" class="">
<p class="">Dear Helen,</p>
<p class="">first of all I'd like to thank you and everyone involved very much for bringing jpegXR to Bio-formats! I want to stress that we appreciate your efforts a lot - we know that getting to this point was hard work.<br class="">
</p>
<p class="">In our facility at the Biozentrum in Basel, we run an Zeiss Axioscan Slidescanner that produces lots (!) of data. Using JpegXR and our OMERO installation, we are one big step further in dealing with this data in an elegant way. Thanks again!<br class="">
</p>
</div>
</div>
</blockquote>
<div>We are very glad to hear so much positive feedback from the community.</div>
<blockquote type="cite" class="">
<div class="">
<div bgcolor="#FFFFFF" text="#000000" class="">
<p class=""></p>
<p class="">Of course I could not wait to test the new BF on our datasets, two of which I have uploaded to your servers (QA Bug | 17472).</p>
<p class="">Unfortunately for me these two compressed files did not open (both exceptions can be found in the attached txt file)</p>
</div>
</div>
</blockquote>
Given the error in the attachment, one immediate thought is that jxrlib requires Visual Studio C++ 2015</div>
<div>Redistributable installed on Windows 64 bit platforms [1]. Could you check your system</div>
<div><br class="">
</div>
<div>[1] <a href="https://www.openmicroscopy.org/site/support/bio-formats5.3/formats/zeiss-czi.html" class="">
https://www.openmicroscopy.org/site/support/bio-formats5.3/formats/zeiss-czi.html</a>  <br class="">
<br class="">
<blockquote type="cite" class="">
<div class="">
<div bgcolor="#FFFFFF" text="#000000" class="">
<p class="">I also have another question regarding your update:<br class="">
</p>
<div class=""><br class="webkit-block-placeholder">
</div>
<blockquote type="cite" class="">added two options to the CZI reader to disable autostitching and exclude pyramid file attachments. Added new checkboxes to the CZI configuration interface of the ImageJ plugin to activate these options</blockquote>
</div>
</div>
</blockquote>
<blockquote type="cite" class="">
<div bgcolor="#FFFFFF" text="#000000" class="">
<div class="">How can I access these options?</div>
</div>
</blockquote>
<div><br class="">
</div>
Very good question. These features were introduced in [2] and more technically, here are</div>
<div>the relevant lines of codes to set these options in the ImageJ plugin [3].</div>
<div><br class="">
</div>
<div>Which utility/languages do you have in mind for enabling these options? We can certainly</div>
<div>provide more examples of usage if you have concrete use cases.</div>
<div><br class="">
</div>
<div>[2] <a href="https://github.com/openmicroscopy/bioformats/pull/2681" class="">https://github.com/openmicroscopy/bioformats/pull/2681</a></div>
<div>[3] <a href="https://github.com/openmicroscopy/bioformats/blob/v5.3.0/components/bio-formats-plugins/src/loci/plugins/util/LociPrefs.java#L90" class="">https://github.com/openmicroscopy/bioformats/blob/v5.3.0/components/bio-formats-plugins/src/loci/plugins/util/LociPrefs.java#L90</a> <br class="">
<blockquote type="cite" class="">
<div bgcolor="#FFFFFF" text="#000000" class="">
<p class="">Again, many thanks and regards,</p>
<p class="">Kai<br class="">
</p>
</div>
</blockquote>
<div><br class="">
</div>
Best,</div>
<div>Sebastien<br class="">
<blockquote type="cite" class="">
<div bgcolor="#FFFFFF" text="#000000" class="">
<p class=""></p>
<br class="">
<div class="moz-cite-prefix">On 12/12/2016 04:31 PM, Helen Flynn (Staff) wrote:<br class="">
</div>
<blockquote cite="mid:%3C97344E42-0BB4-4ECE-9E23-2192816CA52C@dundee.ac.uk%3E" type="cite" class="">
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
Dear All,</div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
Today we are releasing Bio-Formats 5.3.0 which includes the following changes:</div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
New features/API:</div>
<ul style="line-height: 1.5em; padding: 0px; list-style-image:
        url(https://www.openmicroscopy.org/site/bullet.gif);
        list-style-type: square; margin: 0.5em 0px 0px 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
<li style="margin-bottom: 0.5em;" class="">added support for JPEG-XR compressed CZI data (funded by a partnership between Glencoe Software and ZEISS), adding ‘ome:jxrlib’ as a new dependency of Bio-Formats
</li><li style="margin-bottom: 0.5em;" class="">improved tile-based image writing
<ul style="line-height: 1.5em; padding: 0px; list-style-image:
            url(https://www.openmicroscopy.org/site/bullet.gif);
            list-style-type: square; margin: 0.5em 0px 0px 1.5em;" class="">
<li style="margin-bottom: 0.5em;" class="">added new methods to the loci.formats.IFormatWriter interface allowing to set and retrieve the tile along the X and Y dimensions
</li><li style="margin-bottom: 0.5em;" class="">added default implementations to the loci.formats.FormatWriter abstract class defaulting to the entire image width/height
</li><li style="margin-bottom: 0.5em;" class="">added functionality to loci.formats.TiffWriter adding support for tiled images writing for TIFF and derived formats like OME-TIFF
</li><li style="margin-bottom: 0.5em;" class="">added developer documentation and samples for tiled reading/writing
</li></ul>
</li><li style="margin-bottom: 0.5em;" class="">added a new MetadataOptions implementation supporting arbitrary key/value pairs
</li><li style="margin-bottom: 0.5em;" class="">updated the display command line utility to support passing key/value options using showinf -option
</li><li style="margin-bottom: 0.5em;" class="">added two options to the CZI reader to disable autostitching and exclude pyramid file attachments. Added new checkboxes to the CZI configuration interface of the ImageJ plugin to activate these options
</li></ul>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
Bug fixes/deprecations:</div>
<ul style="line-height: 1.5em; padding: 0px; list-style-image:
        url(https://www.openmicroscopy.org/site/bullet.gif);
        list-style-type: square; margin: 0.5em 0px 0px 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
<li style="margin-bottom: 0.5em;" class="">deprecated loci.formats.meta.MetadataConverter in favor of ome.xml.meta.MetadataConverter
</li><li style="margin-bottom: 0.5em;" class="">updated method deprecated in Octave 4.2.0 (thanks to Carnë Draug)
</li><li style="margin-bottom: 0.5em;" class="">OME-XML
<ul style="line-height: 1.5em; padding: 0px; list-style-image:
            url(https://www.openmicroscopy.org/site/bullet.gif);
            list-style-type: square; margin: 0.5em 0px 0px 1.5em;" class="">
<li style="margin-bottom: 0.5em;" class="">fixed handling of Mask BinData elements
</li></ul>
</li></ul>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
Component architecture changes/decoupling:</div>
<ul style="line-height: 1.5em; padding: 0px; list-style-image:
        url(https://www.openmicroscopy.org/site/bullet.gif);
        list-style-type: square; margin: 0.5em 0px 0px 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
<li style="margin-bottom: 0.5em;" class="">removed formats-common component - now decoupled to the new ome/ome-common-java GitHub repository and consumed as ‘org.openmicroscopy:ome-common’ artifact from Maven Central
</li><li style="margin-bottom: 0.5em;" class="">removed ome-poi component - now decoupled to the new ome/ome-poi GitHub repository and consumed as ‘org.openmicroscopy:ome-poi’ artifact from Maven Central
</li><li style="margin-bottom: 0.5em;" class="">removed specification, xsd-fu and ome-xml components - now decoupled to the new ome/ome-model GitHub repository and consumed as ‘org.openmicroscopy:{specification,ome-xml}’ artifacts from Maven Central
</li><li style="margin-bottom: 0.5em;" class="">removed mdbtools component - now decoupled to the new ome/ome-mdbtools GitHub repository and consumed as ‘org.openmicroscopy:ome-mdbtools’ artifact from Maven Central
</li><li style="margin-bottom: 0.5em;" class="">removed stubs components - now decoupled to the new ome/ome-stubs GitHub repository and consumed as ‘org.openmicroscopy:{lwf-stubs,mipav-stubs}’ artifacts from Maven Central
</li><li style="margin-bottom: 0.5em;" class="">removed metakit component - now decoupled to the new ome/ome-metakit GitHub repository and consumed as ‘org.openmicroscopy:metakit’ artifacts from Maven Central
</li><li style="margin-bottom: 0.5em;" class="">updated developer documentation for the decoupled components
</li></ul>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
Updated build system:</div>
<ul style="line-height: 1.5em; padding: 0px; list-style-image:
        url(https://www.openmicroscopy.org/site/bullet.gif);
        list-style-type: square; margin: 0.5em 0px 0px 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
<li style="margin-bottom: 0.5em;" class="">dropped embedded JARs and now use the Maven Ant Tasks plugin to unify the dependencies using the POM
</li><li style="margin-bottom: 0.5em;" class="">improved Ant JAR and bundle target </li><li style="margin-bottom: 0.5em;" class="">dropped deprecated osgi targets, OME Tools bundle and ome-jxr component
</li><li style="margin-bottom: 0.5em;" class="">removed PDF generation from the docs-sphinx target
</li><li style="margin-bottom: 0.5em;" class="">added version number to Javadoc zip bundle name
</li><li style="margin-bottom: 0.5em;" class="">migrated unit tests out of test-suite into formats-bsd
</li><li style="margin-bottom: 0.5em;" class="">fixed test-suite targets, paths and symlink handling
</li><li style="margin-bottom: 0.5em;" class="">fixed test-metadata and migrated it into test-suite
</li><li style="margin-bottom: 0.5em;" class="">fixed mismatch between ND2HandlerTest package and location
</li><li style="margin-bottom: 0.5em;" class="">cleaned up test-build to remove obsolete and decoupled components and folders simplified Travis build
</li><li style="margin-bottom: 0.5em;" class="">POM repositories clean-up to reduce complexity and use Maven Central as the first location to look for dependencies
</li><li style="margin-bottom: 0.5em;" class="">now storing all versions in the top-level POM
</li><li style="margin-bottom: 0.5em;" class="">updated build versioning from Maven by unified versioning strategy, reviewing meta information stored in the manifests of each JAR and introspecting this information in the FormatTools API to retrieve version and revision
 numbers </li><li style="margin-bottom: 0.5em;" class="">updated developer documentation on updated build system
</li></ul>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
Full details can be found at <a moz-do-not-send="true" href="http://www.openmicroscopy.org/site/support/bio-formats5.3/about/whats-new.html" class="">
http://www.openmicroscopy.org/site/support/bio-formats5.3/about/whats-new.html</a></div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
The software is available at:</div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
<a moz-do-not-send="true" href="http://downloads.openmicroscopy.org/bio-formats/5.3.0" class="">http://downloads.openmicroscopy.org/bio-formats/5.3.0</a></div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
and is available from the Java 8 update site for Fiji users (note that you will need to disable the 'Bio-Formats 5' update site if you currently have it enabled, as well as enabling the 'Java 8' updates - this functionality is available under "Manage update
 sites").</div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
Any problems or comments, please use the OME Forums or mailing lists:</div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
<a moz-do-not-send="true" href="http://www.openmicroscopy.org/site/community" class="">http://www.openmicroscopy.org/site/community</a></div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
Regards,</div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
The OME Team</div>
<div style="margin: 0px 0px 0.75em; line-height: 1.5em;
        font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial,
        sans-serif; font-size: 13.02400016784668px;" class="">
<br class="">
</div>
<div class="">
<div class="">
<div class="">Dr Helen Flynn</div>
<div class="">OME Technical Writer</div>
<div class="">Centre for Gene Regulation & Expression</div>
<div class="">Open Microscopy Environment</div>
<div class="">University of Dundee</div>
<div class=""><a moz-do-not-send="true" href="http://openmicroscopy.org/" class="">http://openmicroscopy.org</a></div>
</div>
</div>
<br class="">
<br class="">
<span style="font-size:10pt;" class="">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</blockquote>
<br class="">
</div>
<span id="cid:B40E457A-FCA5-43F2-BD96-FAA2720E67D2@lifesci.dundee.ac.uk"><BF53-Axioscandata-test.txt></span>_______________________________________________<br class="">
ome-users mailing list<br class="">
<a href="mailto:ome-users@lists.openmicroscopy.org.uk" class="">ome-users@lists.openmicroscopy.org.uk</a><br class="">
http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users<br class="">
</blockquote>
</div>
<br class="">
</div>
<br>
<span style="font-size:10pt;">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</body>
</html>