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