Skip to content

v14.1.0

Choose a tag to compare

@github-actions github-actions released this 20 May 13:37
v14.1.0
bafb1b5

itk.js v14.1.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.

14.1.0 (2021-05-20)

Features

  • DICOMTagReader: Decode strings to UTF8 (82f5b00)
  • Docker: Add debug build script configuration along with buildx (89bb79f)
  • ITK: Update C++ revision to 2021-04-25 Git master (998a5e4)
  • itk-js-cli: Update default Docker image for 14.1.0 (acfbec4)
  • readDICOMTags: Browser API for dicom tags (e154cfd)
  • readDICOMTagsLocalFile: Read dicom tags (02600dc)
  • readImageFileSeries: Initial addition (509a775)
  • version: Bump NPM version to 14.1.0 (bafb1b5)