For now we use a combination of tifffile, custom code (multi-page OME-TIFF), and ndtiff (pycromanager NDTIFF) to read TIFF-based formats. Given that tifffile also supports NDTIFF, there may be room to simplify the reading stack.
Also, we should investigate if tifffile and AICSImageIO has improved their OME-TIFF reading performance.
@nclack also mentioned that there are additional strategies we can explore to accelerate TIFF I/O.
For now we use a combination of
tifffile, custom code (multi-page OME-TIFF), andndtiff(pycromanager NDTIFF) to read TIFF-based formats. Given thattifffilealso supports NDTIFF, there may be room to simplify the reading stack.Also, we should investigate if
tifffileand AICSImageIO has improved their OME-TIFF reading performance.@nclack also mentioned that there are additional strategies we can explore to accelerate TIFF I/O.