So I cloned it directly from GitHub and it works fine under MacOS but it won't work under Windows 7. Compiling the Mex functions works, but when I try to access data from the object it errors: > Error using TIFFStack>TS_read_data_Tiff (line 695) > **\* TIFFStack: Could not read data from image file. > > Error in TIFFStack/subsref (line 376) > tfData = TS_read_data_Tiff(oStack, S.subs, bLinearIndexing); > > Caused by: > Subscripted assignment dimension mismatch. The Code and the image file is exactly the same on both machines so it's not actually an assignment mismatch or reading error. I tracked the error down to the sub function: `<TS_read_Tiff_striped_chunky>` in the call to the `<tifflib>` the error occurs. Again all parameters beside the header number are the same.
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 drdadr and has received 29 comments.