Skip to content

v13.1.4

Choose a tag to compare

@github-actions github-actions released this 29 Sep 18:25
v13.1.4
c79c030

itk.js v13.1.4

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.1.4 (2020-09-29)

Bug Fixes

  • ImageIOs: Add missing CanWriteFile to some IO's (6baea02)
  • itk-js-base: Disable threads for openjp2 (87656a2)
  • readImageEmscriptenFSDICOMFileSeries: Clean up read image memory (1aa2c39)

Features

  • itk-js-cli: Update default Docker image for 13.1.4 (edf816c)
  • version: Bump NPM version to 13.1.4 (c79c030)