Skip to content
Snippets Groups Projects
Commit dd853b68 authored by jakubs's avatar jakubs
Browse files

SP-689 fix the problem with bioformats reader reading more than one image at a time

SVN: 29285
parent 23c9a3fe
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,7 @@ public class BioFormatsReaderLibrary implements IImageReaderLibrary ...@@ -69,6 +69,7 @@ public class BioFormatsReaderLibrary implements IImageReaderLibrary
} }
final IFormatReader formatReaderOrNull = final IFormatReader formatReaderOrNull =
BioFormatsImageUtils.tryToCreateReaderByName(readerNameToUse); BioFormatsImageUtils.tryToCreateReaderByName(readerNameToUse);
formatReaderOrNull.setGroupFiles(false);
return tryAdaptFormatReader(formatReaderOrNull, singleImagePerFile); return tryAdaptFormatReader(formatReaderOrNull, singleImagePerFile);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment