I have image stacks which I am trying to load into pytiff. However, it looks like it only loads the first slice: with pytiff.Tiff(input_fpath) as handle: img_array = handle print(img_array.shape) # (15, 15) instead of (15,15,15)