Skip to content

loading 3D .tiff files #11

@crypdick

Description

@crypdick

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions