docs(itk-python): example of file format conversion via wasm io packages#1240
Conversation
Also simplify the native example so it is easy to see the correspondance.
|
@neurolabusc please take a look 🙏 |
|
@thewtex thanks for your quick work. These new examples work well, and I am now able to open and save meshes in many formats (e.g. obj, stl). So I think the documentation is fine. It does expose an issue with meshes saved in the popular vtk format - it can load and save some meshes in the popular vtk format (e.g. the |
|
@neurolabusc, thank you for the review and testing!
WIP fix for this is here: |
Also simplify the native example so it is easy to see the
correspondance.