add io backends ImageIO and ImageMagick as dependencies#948
add io backends ImageIO and ImageMagick as dependencies#948johnnychen94 merged 3 commits intomasterfrom
Conversation
QuartzImageIO is not added for two reasons: 1) it only works for macOS, and 2) it has less functionality than ImageMagick. The julia compat "1" now becomes a fake one as the declared ImageIO and ImageMagick compatibility versions require Julia 1.3+
also replace Julia 1.0 with Julia 1.3 in our CI tests
|
I think we now need to test four Julia versions in CI:
|
Codecov Report
@@ Coverage Diff @@
## master #948 +/- ##
==========================================
- Coverage 86.21% 86.20% -0.02%
==========================================
Files 9 9
Lines 1023 1022 -1
==========================================
- Hits 882 881 -1
Misses 141 141
Continue to review full report at Codecov.
|
|
Since we've already discussed this in #824 (comment) I'll just merge this version. It's not a breaking version, but since it restricts the Julia compatibility to 1.3, I bumped the minor version here. I don't plan to tag a release for this immediately, so I add the |
QuartzImageIO is not added for two reasons: 1) it only works for macOS, and 2) it has less functionality than ImageMagick.
Note that the julia compat "1" now becomes a fake one as the declared ImageIO and ImageMagick compatibility versions require
Julia >= v"1.3"@timholy Another thing that catches my interest: since
TestImages >= v"1.2"are also backed by artifacts, could we also reexport this package in Images.jl? (One more step to make Images an umbrella package)closes #24
closes #824