Please see below the exiftool information about the tiff file I am trying to load using OpenCV:
MIME Type : image/tiff
[File] Exif Byte Order : Little-endian (Intel, II)
[IFD0] Subfile Type : Full-resolution image
[IFD0] Image Width : 1654
[IFD0] Image Height : 2339
[IFD0] Bits Per Sample : 8 8 8
[IFD0] Compression : JPEG
[IFD0] Photometric Interpretation : YCbCr
[IFD0] Strip Offsets : 358
[IFD0] Orientation : Horizontal (normal)
I am using the imreadmulti method but it returns null for this file. Other tiff files work fine.
Can someone advise what could be the reason and if there is any way to enable more debug information?
This reproduces on both Windows and Linux.