There was a bug with size of a lazily deinterleaved stack: ``` matlab stack = TIFFStack('my_stack.tif', [], [4, 1]); % using a [512, 512, 900] stack size(stack); % gives [512, 512, 4, 1] instead of [512, 512, 4, 1, 225] ```
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 jennan and has received 1 comments.