Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only use specified backend (or tifffile) to read mpp #227

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

kaczmarj
Copy link
Member

Previously, even if tiffslide was the chosen backend, openslide would still be used first to get mpp. This could cause panics if a slide could not be read by openslide. This panic could confuse users because they asked to use tiffslide. This commit changes the mpp reading function to use the chosen backend or tifffile if that backend fails.

related to #225

Previously, even if tiffslide was the chosen backend, openslide
would still be used first to get mpp. This could cause panics
if a slide could not be read by openslide. This panic could
confuse users because they asked to use tiffslide. This commit
changes the mpp reading function to use the chosen backend or
tifffile if that backend fails.
@kaczmarj kaczmarj merged commit 06ef6b8 into main Jul 11, 2024
13 checks passed
@kaczmarj kaczmarj deleted the fix/read-mpp-with-backend branch July 11, 2024 03:44
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.

1 participant