itk-wasm icon indicating copy to clipboard operation
itk-wasm copied to clipboard

High performance spatial analysis in a web browser, Node.js, and across programming languages and hardware architectures

Results 159 itk-wasm issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I use itk.wasm to load DICOM files into a browser application. This typically concerns 3D DICOM files of between 100 and 400 mb in size. For most files this works...

14.1.1 There are several serious security vulnerabilities, which we hope can be fixed. Thank you.

Hi guys: I got an error when I used the _readImageFile_ function to read the attached file. The itk.js version is 14.1.1 error: ![image](https://user-images.githubusercontent.com/16092925/174551286-c6015107-731f-4b2b-8700-1ff2c293bc39.png) attached file: [https://drive.google.com/file/d/1_s4XStcQDWRP3Bysl-efBCQk3DPrRPHP/view?usp=sharing](url)

I am unable to use the latest release version of itk-wasm (1.0.0-b.8) with TypeScript 4.6. When compiling and executing my script which imports from itk-wasm, this error is thrown: `Error...

There are surprisingly low limits on how much RAM a service worker can consume (4gbs), and even more surprising limits on total RAM usage per-tab on windows chromium machines (8gb)....

We have several places where we need to understand or control how itk is ordering files into a volume. This could look like one utility that creates an ITKImage and...

``` // Read series const { image } = await readImageDICOMFileSeries(files); console.log(image.direction.toString()); // 0,0,-1,1,0,0,0,-1,0 // serialize and deserialize the series const { arrayBuffer: itkImageArrayBuffer } = await writeArrayBuffer(null, image,'test.mha', "",...