Skip to content

itk.js v12.4.0

Choose a tag to compare

@thewtex thewtex released this 11 May 15:44
v12.4.0

itk.js v12.4.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.4.0 (2020-05-11)

Features

  • itk-js-cli: Update default Docker image for 12.4.0 (883edfb)
  • itk-js-vtk: Add DiceHub VTK Rendering patch (12bbe98)
  • readFile: Add support for reading PolyData (ac3c315)
  • runPipelineBrowser: Support absolute URL's for the pipelines (7253116)
  • version: Bump NPM version to 12.4.0 (249f091)
  • VTK: Bump to 2020-04-29 master, VTK 9, rendering support (85f3b0c)
  • WorkerPool: Support reporting progress (00bb7a0)