Skip to content

Conversation

@yoda-vid
Copy link
Collaborator

@yoda-vid yoda-vid commented Feb 1, 2026

This PR fixes a variety of loose ends in the TIF import system:

  • Importing a TIF from the current directory
  • Importin single-channel images that do not have a separate channel dimension
  • Regression in saving resolutions extracted from the TIF being imported

Only attempt to create a directory if given in the output path.
Ensure that a channel dimension exists when setting up channels to load to avoid treating the `x` dimension size as the number of channels.
Opening a TIF stored the resolutions in a 2D array, which was saved in a 3D array. Avoid adding this extra dimension if the array is already 2D.
@yoda-vid yoda-vid added this to the v1.7.0 milestone Feb 1, 2026
@yoda-vid yoda-vid added the bug Something isn't working label Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants