Open rmontagn opened 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
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.
Thank you so much for the quick answer.
Hopefully the enhancement does not turn out to be too complicated.
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 !