<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi,
<div class=""><br class="">
</div>
<div class="">I have been able to run some conversion tests today using .lif files >4GB and have not been able to reproduce the same issues yet. The fact that providing the height and the width during the reading of the images changes the behaviour is rather
 odd as internally this should be doing the exact same thing as before.</div>
<div class=""><br class="">
</div>
<div class="">I have created a short example program which should convert files, saving each plane to a new output file. If you could test using this code and see if you are still seeing the same issues as before that would be a good start <a href="https://github.com/dgault/bio-formats-examples/blob/dalsim-eresmas-example/src/main/java/ConvertPlanes.java" class="">https://github.com/dgault/bio-formats-examples/blob/dalsim-eresmas-example/src/main/java/ConvertPlanes.java</a></div>
<div class=""><br class="">
</div>
<div class="">If you are still experiencing the same problems then we will arrange a way for you to provide a sample file so we can further test the issue.</div>
<div class=""><br class="">
</div>
<div class="">With Thanks,</div>
<div class="">David Gault</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 26 Apr 2018, at 21:20, <a href="mailto:dalsim@eresmas.com" class="">
dalsim@eresmas.com</a> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">So, with this solution the problem is not solved. <i class="">However</i>, if I force to open with height and width I want like:</div>
<div class=""><br class="">
</div>
<div class="">     reader.setSeries(jj); </div>
<div class="">     w = reader.getSizeX(); </div>
<div class="">     h = reader.getSizeY(); 
<div class=""><span style="white-space: pre;" class=""> </span></div>
<div class="">     [.....]</div>
<div class=""><br class="">
</div>
<div class="">     writer.saveBytes(0, reader.openBytes(image,0,0,w,h));</div>
</div>
<div class=""><br class="">
</div>
<div class="">Then, I can always open and see correctly in FIJI any frame saved with writer even if the .lif  > 4 GB.
<b class="">BUT </b>if .lif project is > 4GB then, I cannot see the file saved with writter directly in windows and ffmpeg is prompting me "Invalid TIFF header". If .lif project is < 4GB, I can see it directly with windows and ffmpeg is not prompting me any
 error. Any idea?</div>
<br class="">
<i class=""><b class="">---Mensaje original---</b></i>
<blockquote style="border-left: 2px solid blue; margin-left: 5px; margin-right: 0px; padding-left: 5px; padding-right: 0px;" class="">
<pre class="">_______________________________________________
ome-devel mailing list
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk" class="">ome-devel@lists.openmicroscopy.org.uk</a>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" class="">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel</a>

</pre>
</blockquote>
<br class="">
<br class="">
</div>
</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>