Skip to content

v12.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 21:04
v12.3.0
f090b77

itk.js v12.3.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.3.0 (2020-04-15)

Bug Fixes

  • EmscriptenModule: Add prefix to locateFile (55811a4)

Features

  • Docker: Update Emscripten to 1.39.10 (5f37df4)
  • itk-js-cli: Update default Docker image for 12.3.0 (69fa4da)
  • version: Bump NPM version to 12.3.0 (f090b77)