Skip to content

v14.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Feb 14:00
v14.0.1
c5d3103

itk.js v14.0.1

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.

14.0.1 (2021-02-24)

Bug Fixes

  • ImageIOBindings: Add missing FIXEDARRAY, VARIABLELENGTHVECTOR, VARIABLESIZEMATRIX (5239449)

Features

  • itk-js-cli: Update default Docker image for 14.0.1 (598d97a)
  • version: Bump NPM version to 14.0.1 (c5d3103)