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

bugfix/missing-comma-was-creating-a-new-file-format #11

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

evamaxfield
Copy link

Description of Changes

Found while working on napari stuff which tests for png support. If you try to read a PNG directly with this package's Reader, it works! If you try to read a PNG with BioImage, it fails because it doesn't have a plugin listing for "png" but does have one for "pngppm" because if there isn't a comma, Python will combine strings together 🙃🙃🙃.

@evamaxfield
Copy link
Author

I am also mirroring the change made here: AllenCellModeling/aicsimageio#543

In which imageio was bumped to a higher version to handle various ffmpeg differences

@toloudis
Copy link

I wonder if we can get the tests back to green

@evamaxfield
Copy link
Author

I wonder if we can get the tests back to green

Was trying to before I got blocked on time :/ will return to this in ~2 weeks.

@tyler-foster tyler-foster removed their request for review October 1, 2024 17:32
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.

3 participants