JSPM

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

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

Package Exports

  • itk/FloatTypes
  • itk/IOTypes
  • itk/IntTypes
  • itk/IntTypes.js
  • itk/Matrix
  • itk/PixelTypes
  • itk/PixelTypes.js
  • itk/extensionToImageIO
  • itk/extensionToMeshIO
  • itk/getFileExtension
  • itk/getMatrixElement
  • itk/getMatrixElement.js
  • itk/readImageArrayBuffer
  • itk/readImageBlob
  • itk/readImageBlob.js
  • itk/readImageDICOMFileSeries
  • itk/readImageFile
  • itk/readImageLocalFile
  • itk/readImageLocalFileSync
  • itk/readMeshFile
  • itk/runPipelineBrowser
  • itk/writeImageArrayBuffer
  • itk/writeImageLocalFile
  • itk/writeImageLocalFileSync

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

itk.js combines Emscripten and ITK to enable high-performance spatial analysis in a JavaScript runtime environment.

The project provides tools to a) build C/C++ code to JavaScript (asm.js) and WebAssembly, b) bridge local filesystems, native JavaScript data structures, and traditional file formats, c) transfer data efficiently in and out of the Emscripten runtime, and d) asynchronously execute processing pipelines in a background thread. itk.js can be used to execute ITK, VTK or arbitrary C++ codes in the browser or on a workstation / server with Node.js.

For more information, please see the project documentation.