itk.js 12.0.0
itk.js 12.0.0
itk.js combines Emscripten and ITK to enable high-performance spatial analysis in a JavaScript runtime environment.
itk.js 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.
Installation
npm install itk
Usage
For more information, see the itk.js documentation.
12.0.0 (2020-04-03)
Features
- stackImages: Initial addition (8a711c6)
- UMD: Add stackImages and WorkerPool to the module (511b7cf)
- version: Bump NPM version to 12.0.0 (7feed09)
- WorkerPool: Initial addition (a1c48b0)
Performance Improvements
- readImageDICOMFileSeries: Add option to indicate a single sorted series (a95fc29)
- readImageDICOMFileSeries: Read sub-series in parallel (c6558d8)
- stackImages: Reduce redundant offset computations (ac97285)
BREAKING CHANGES
- readImageDICOMFileSeries: readImageDICOMFileSeries no longer takes a web worker as its first argument nor
does it return the used worker. - readImageDICOMFileSeries: Arguments to readImageDICOMFileSeries and related Node functions have changed.