Skip to content

itk.js 13.1.2

Choose a tag to compare

@thewtex thewtex released this 05 Aug 18:33
v13.1.2
61c8438

itk.js 13.1.2

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.2 (2020-08-05)

Bug Fixes

  • WorkerPool: Resolve with many task sets (0657b58)

Features

  • version: Bump NPM version to 13.1.2 (61c8438)
  • VTKXMLFileReader: Add vtkRectilinearGrid support (362b44f)