openslide/openslide-python

openslide.lowlevel.OpenSlideUnsupportedFormatError: Unsupported or missing image file

lanfz2000 opened this issue · 5 comments

Context

G3_Mask.zip
There is an error when using openslide to open a tif file.
But I cannot find out where is wrong.

code as:
mask_slide = openslide.OpenSlide('G3_Mask.tif')

Traceback (most recent call last): raise OpenSlideUnsupportedFormatError( openslide.lowlevel.OpenSlideUnsupportedFormatError: Unsupported or missing image file

The file is in the zip. (only 2Mb)

Details

This is not a tiled TIFF. The OpenSlide generic TIFF driver only supports tiled images.

This is not a tiled TIFF. The OpenSlide generic TIFF driver only supports tiled images.

How can I transfer it to the type which can be opened by openslide. Could you give some suggestions?

This is not a tiled TIFF. The OpenSlide generic TIFF driver only supports tiled images.

How can I transfer it to the type which can be opened by openslide. Could you give some suggestions?

I run into the same problem,have you solve it?

This is not a tiled TIFF. The OpenSlide generic TIFF driver only supports tiled images.

How can I transfer it to the type which can be opened by openslide. Could you give some suggestions?

I run into the same problem,have you solve it?

Have you solved the problem? I had the same problem.