Matt McCormick

Results 417 comments of Matt McCormick

@Guzzler yes, a few thoughts on options: 1. To maintain state as suggested, we can have static content that is updated with multiple calls to the pipeline (this would be...

:+1: @mhalle . Yes, we can make improvements to move to more standard Webpack machinery, perhaps with a loader or the new [WebAssembly support in Webpack 5](https://github.com/WebAssembly/esm-integration). Also, ESM support...

@sankhesh thanks for the follow-up. You should receive an invite for permissions, but closing for now.

Hello Thomas, Yes, we will create an example. Thanks, Matt

Yes, @finetjul has used it in an application, but I do not know if has been made open source, yet.

> Sure, here is what we do: @finetjul thanks! > // This filter fails with the default emscripten trap mode. > https://github.com/emscripten-core/emscripten/blob/906e14e4173e00b47ed931f993c837eb7c6f649a/site/source/docs/compiling/WebAssembly.rst#trap-mode Note -- we are fixing this by default...

@EJShim yes, I'll add support for this.

It is possible to convert to a canvas `imageData` by using [`itkImage.data`](https://insightsoftwareconsortium.github.io/itk-js/api/Image.html), with caveats: - Many / most DICOM image data is not UInt8, so rescaling will be necessary. -...

Hi @ayahajar , Yes :-) I will eventually create an example and post a link here.