filippocastelli / pyometiff

OME-TIFF IO in python
GNU General Public License v3.0
18 stars 4 forks source link

export pyramidal image #9

Open rmontagn opened 1 year ago

rmontagn commented 1 year ago

Hello,

I am currently trying to save an ome.tiff image pyramidalized with scikit image. Currently I have it as an array of multiple images, this is how scikit image returns it.

Is there a way to do it with pyometiff ? I cannot find it in the documentation.

Thank you !

filippocastelli commented 1 year ago

Hi! I don't have yet an implementation for pyramidal images in pyometiff I'll need to look into it, but as long as it is doable in tifffile it should be doable in pyometiff

filippocastelli commented 1 year ago

I'm having some issues writing correctly formatted pyramidal files in tifffile using the official examples, I don't know how deep of an issue this is but I'm def looking into it.

rmontagn commented 1 year ago

Thank you so much for the quick answer.

Hopefully the enhancement does not turn out to be too complicated.