Hi everyone,
I have the following error when I read my tiff image stack with io.imread(). But I still can print the shape and ndim of my images. I am wondering why this happens.
Hi Stefanv,
thanks so much. Apparently, tiff image is not authorized for uploading. I am wondering if there is any other way I can share my test tiff image file
The code is just one line to read image. Here is the code:
from skimage import io
img = io.imread(“test.tif”)
Thanks for bearing with me. New users were barred from uploading images. I updated that limit to 1, and also increased your user level; so, please try again.
I first tried to load the image with imageio and tifffile. I noticed the same problem in both, but realised that imageio must use tifffile under the hood. Then, I was about to file a bug against tifffile, but thought I should at least check whether it had been fixed in the latest version. And, indeed, it has!