Hi Sasha, Did you try PIMS bioformats for you data? http://soft-matter.github.io/pims/v0.4.1/bioformats.html Best, Cedric On Thu, Oct 24, 2019 at 5:28 PM Augusto Kielbowicz <augusto.kiel@gmail.com> wrote:
Hi,
I just started a new project analyzing some images that are in czi format and looking around there is not much support for them. I found that there is a czifile package in which there is a function to transform the file into a memory mappable tiff file. This comes very handy given that the images are big enough (~7gb) to cause trouble being in memory, but it's not working perfectly for me.
I wanted to know what it's the common way to work with this kind of large images. It's normal to convert it to TIFF and work with that? Or is there a better format to work with?
It's my first time working with image data and files this big so I'm learning a lot, it's being great and I'm loving all the cool stuff that skimage can do. Now I'm starting to look into dask-image and it seems promising.
Thank you, Sasha _______________________________________________ scikit-image mailing list -- scikit-image@python.org To unsubscribe send an email to scikit-image-leave@python.org