Hi,
I need to convert .czi to .tiff files with python.
I found several modules but couldn’t succeed at different steps of the process.
- With the aicsimageio module:
I can’t open the 'OmeTiffWriter" output file (“file.ome.tiff”). It seems it has not the right format to be opened.
2 . With the pylibczi module:
the function “export_tiff” has the argument (reduce=>function mean>) which is completely understandable in the doc. I don’t know what it is. - There is also a third module “czifile”. It opens czi files but I couldn’t find any function able to convert those files in tiff files.
Thanks for your help !
Francois