Skip to content

fix: multichannel export#565

Merged
KRiedmiller merged 3 commits into
mainfrom
fix/multichannel_export
May 7, 2026
Merged

fix: multichannel export#565
KRiedmiller merged 3 commits into
mainfrom
fix/multichannel_export

Conversation

@KRiedmiller
Copy link
Copy Markdown
Member

Fixes an issue with exporting multichannel images as tiff.
closes #563

Tiff has a defined axes order. A reordering was necessary for CZYX images, but the dimensions were not exchanged, just the array reshaped.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@b93328c). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #565   +/-   ##
=======================================
  Coverage        ?   89.91%           
=======================================
  Files           ?      105           
  Lines           ?    10990           
  Branches        ?        0           
=======================================
  Hits            ?     9882           
  Misses          ?     1108           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@KRiedmiller KRiedmiller merged commit ef16ad2 into main May 7, 2026
5 checks passed
@KRiedmiller KRiedmiller deleted the fix/multichannel_export branch May 7, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3d multichannel export bug

1 participant