add support for FileIO's new metadata method#714
add support for FileIO's new metadata method#714johnnychen94 merged 1 commit intoJuliaImages:masterfrom
Conversation
|
the relevant PRs to ImageMagick and FileIO are now merged. this PR should work (i.e. pass tests) after they are both tagged. |
|
Thanks! Can you (or someone) post here when the tags are in metadata? I will then retrigger CI and merge Oh, speaking of tags, the minimum version of FileIO would then need a bumb in REQUIRE. But I could also take care of that little detail after this PR is merged |
|
please retrigger CI as FileIO and ImageMagick have been tagged: JuliaLang/METADATA.jl#15632 (comment) thanks! |
Codecov Report
@@ Coverage Diff @@
## master #714 +/- ##
=======================================
Coverage 85.96% 85.96%
=======================================
Files 9 9
Lines 1026 1026
=======================================
Hits 882 882
Misses 144 144
Continue to review full report at Codecov.
|
|
running CI again |
|
tests pass on julia 0.6 for windows and linux. quartzimageio.jl just needs metadata support for this PR to work on os x... |
|
Is there any reason this has to be in Images? I have a few issues:
|
|
I think I'm with @rsrock on this one. As a non-exported method of ImageMagick it's fine, but as a general method it would need a more specific name. |
|
i've removed the export of |
2320d17 to
f3e49ec
Compare
|
Oops... I made a mistake by accidentally dropped the commits when resolving the conflicts locally. @bjarthur do you happen to have a local copy of it? Edit: Found it back using |
f3e49ec to
d170ee3
Compare
JuliaIO/ImageMagick.jl#111 might have to be merged and tag for this to pass tests.