when I try to open the metadata of a .tif file (https://drive.google.com/file/d/10ZTLRazYbgm4pYEc3M7J7bP6590ZjNtY/view?usp=sharing) with tifffile.TiffFile
, I get the following error message:
TiffPage 0: TiffFileError: invalid tag value offset
Also when I use skimage.io.imread
to open the image itself (which works), I get the following warning:
UserWarning: corrupt value offset for tag 34682
warnings.warn(str(e))
Anyone knowing what is going on? Thank you!