itk-convert
v3.0.0
Published
Convert image or mesh files from one format to another.
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-convertUsage
itk-convert <inputFile> <outputFile>Development
cd ../..
pnpm install
pnpm build
cd examples/node-js
pnpm testMore Information
This example demonstrates how to use itk-wasm in a Node.js application. More information can be found in the example documentation.
