JSPM

  • Created
  • Published
  • Downloads 702
  • Score
    100M100P100Q96769F
  • License Apache-2.0

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

Package Exports

  • itk/FloatTypes
  • itk/IntTypes
  • itk/IntTypes.js
  • itk/Matrix
  • itk/PixelTypes
  • itk/PixelTypes.js
  • itk/getFileExtension
  • itk/getMatrixElement
  • itk/getMatrixElement.js
  • itk/readImageArrayBuffer
  • itk/readImageBlob
  • itk/readImageBlob.js
  • itk/readImageFile
  • itk/readImageLocalFile
  • itk/writeImageArrayBuffer
  • itk/writeImageLocalFile

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.js

CircleCI

Provides general scientific image IO capability and bridges ITK code running in an asm.js or WebAssembly runtime environment.

Supported file formats

Installation

npm install --save itk

Hacking itk.js

Build dependencies

  • Node.js / NPM
  • Docker

Building

To build itk.js 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.