Skip to content

itk.js 12.2.0

Choose a tag to compare

@thewtex thewtex released this 10 Apr 15:36
v12.2.0
16fe936

itk.js v12.2.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.2.0 (2020-04-10)

Bug Fixes

  • Build: import Babel's regenerator runtime (ebf0f52)

Features

  • runPipelineBrowser: Support running on the main thread (6924c36)
  • version: Bump NPM version to 12.2.0 (16fe936)

Performance Improvements

  • IO: Use MEMFS over WORKERFS (d67be8e)