Skip to content

v13.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Oct 21:39
v13.2.0
fb62ad7

itk.js v13.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.

13.2.0 (2020-10-21)

Bug Fixes

  • Node.jsExample: Correct error with unknown file type write attempt (84c8e46)

Features

  • itk-js-cli: Update default Docker image for 13.2.0 (8a4b4a2)
  • PolyDataIO: Add PLY format support (d99d38c)
  • version: Bump NPM version to 13.2.0 (fb62ad7)

Performance Improvements

  • readImageDICOMFileSeries: Return SharedArrayBuffer if possible (42457d1)
  • readImageFile: Return SharedArrayBuffer if possible (bf45195)
  • runPipeline: Return SharedArrayBuffer when possible (ba533c5)