-
Notifications
You must be signed in to change notification settings - Fork 52
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
Migrate image io pkg #741
Migrate image io pkg #741
Conversation
rebasing on |
e8f06cc
to
7d79824
Compare
✅ Deploy Preview for itk-wasm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
11ca38a
to
fd6aa8b
Compare
Building on @floryst 's work here and adding @aylward 's suggestion, we support asking all ITK image-io's for This can be exposed in |
fc0be05
to
7d41d5a
Compare
Support only reading and writing image metadata as opposed to pixel data. Also output whether an IO can read or write a image with a json output that contains a boolean.
Edit commands: ```sh cd packages/image-io/typescript git sed 's/couldRead: Object/couldRead: boolean/' git sed 's/couldWrite: Object/couldWrite: boolean/' for ff in src/*result*; do tail -n+3 $ff > "${ff}.new"; mv "${ff}.new" $ff ; done git sed 's/JsonObject).data/JsonObject).data as boolean/' ```
7d41d5a
to
29fc730
Compare
29fc730
to
1508f94
Compare
1508f94
to
eec412b
Compare
8917a75
to
d4131e5
Compare
1440b18
to
4ab15cc
Compare
4ab15cc
to
b80fd47
Compare
Todo: port tests
🎉 This PR is included in version 1.0.0-b.147 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.