I have a tiff created by scanimage 6 with 4 channels. It's big and in a single file: ```size(stack) ans = 40 256 1 4 24373 ``` I can load the beginning with no problem ``` >> size(stack(:,:,1,1,16384)) ans = 40 256 ``` But after that, nothing can be read: ``` >> size(stack(:,:,1,1,16385)) Error using TIFFStack>TS_read_data_Tiff (line 1264) *** TIFFStack: Could not read data from image file. Error in TIFFStack/subsref (line 680) tfData = TS_read_data_Tiff(oStack, S.subs, bLinearIndexing); Caused by: Error using tifflib Input argument out of range. ``` Maybe not by chance, 16384*4 = 65536 I'm on branch master, commit b083ad97ca64b907cbcbff59babbbcb8ac01dc5d. I have the same problem with dev-different-image-config-in-stack. Can it be a biggtif problem?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by ablot and has received 11 comments.