JSPM

  • Created
  • Published
  • Downloads 737
  • Score
    100M100P100Q96830F
  • License Apache-2.0

Read and write 2D, 3D, and ND images with the Insight Toolkit (ITK)

Package Exports

  • itk

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (itk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ITK Bridge JavaScript

CircleCI

Provides general scientific image IO capability and bridges ITK code running in the Emscripten runtime environment.

Supported file formats

Hacking ITKBridgeJavaScript

Build dependencies

  • Node.js / NPM
  • Docker

Building

To build ITKBridgeJavaScript itself:

npm install
npm run build

Run the tests:

npm test

Contributing

We use semantic-release for handling change log and version. Therefore we recommend using the following command line when creating a commit:

$ npm run commit

Otherwise you can follow the specification available here.