Closed jennan closed 7 years ago
There was a bug with size of a lazily deinterleaved stack:
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]
Thanks Maxime. Annoying that the unit tests didn't pick that up already :(
There was a bug with size of a lazily deinterleaved stack: