-
Notifications
You must be signed in to change notification settings - Fork 82
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
[registry] Add OpenEXR via ImageIO #328
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- need a new ImageIO release based on Add OpenEXR ImageIO.jl#30
let's add one test case for this to make sure future development doesn't break the functionality.
See #323 for an example.
Codecov Report
@@ Coverage Diff @@
## master #328 +/- ##
==========================================
- Coverage 88.09% 87.34% -0.75%
==========================================
Files 10 10
Lines 655 656 +1
==========================================
- Hits 577 573 -4
- Misses 78 83 +5
Continue to review full report at Codecov.
|
@twadleigh any plans to make it work in ImageIO in the near future? I ask this because there are some other PRs here and it's likely to tag a new release in 7 days. |
I do plan to get to it at some point. Just waiting for a sufficiently large block of leisure time. Probably within the next week or two. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With JuliaIO/ImageIO.jl#30 merged, this PR is ready to merge.
Addresses twadleigh/OpenEXR.jl#2
Depends on JuliaIO/ImageIO.jl#30