itk-convert
v3.0.0
Published
Convert image or mesh files from one format to another.
Downloads
10
Maintainers
Readme
itk-convert
Convert an image or mesh from one file format to another.
This package provides a command line executable, itk-convert
to convert
image file formats with
itk-wasm.
Installation
npm install -g itk-convert
Usage
itk-convert <inputFile> <outputFile>
Development
cd ../..
pnpm install
pnpm build
cd examples/node-js
pnpm test
More Information
This example demonstrates how to use itk-wasm in a Node.js application. More information can be found in the example documentation.