Files with inconsistent image slice sizes break loading #139
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently TIFF images with embedded reduced resolution images cause problems since
TiffImages
assumes the images aren't ragged.Take DAPI Myog Pax7_CH1.zip for example, which fails to load:
However, loading the image planes separately works:
(720, 960)
and
(120, 160).
It appears as though we are handling everything just fine, it's just that we should detect when images are "ragged", i.e. don't have the same XY sizes and load those images as the currently unimplemented
StridedTaggedImage
The text was updated successfully, but these errors were encountered: