Victor Saase
Victor Saase
I think the problem is here, strings are read byte by byte, which is not compatible with utf8: https://github.com/dcmjs-org/dcmjs/blob/168a95401f1eac262a8488dd0d9be4a5482a83f0/src/BufferStream.js#L214-L225
fixed for my use-case with #92
on investigating this I found two things that are inefficient : * getLabelmapCanvas is called for every draw and allocates a new image which is then garbage collected. It should...
here is an example of how to speed up the segmentation drawing with caching the canvas element: https://github.com/vsaase/cornerstoneTools/tree/vsaase_segmentationlag This is not ready to be merged, at the moment it breaks...
I see, sorry for being not as experienced in Rust, maybe you can help me understand. What I did is clone the repo, using the master branch, and run `rustup...
Thanks for explaining! But even the build dependencies are not ensured to be compatible to 1.34.2 with the current setup. Try running `cargo check` and compare to `cargo +stable check`....
see #132
I think so. The tests with the set of MAT4 files, which use all functionality of MAT4, passed.
Maybe something like this: https://github.com/vsaase/pydicom-seg/tree/empty_seg This usecase is maybe not in the spirit of DICOM (immutability) however, so I understand if you are sceptical. Not having a segment defined in...
Hi, I am trying to get started with figwheel and had a similar error: Error: Figwheel Bridge Unable to fetch optionsUrl: http://localhost:9500/cljs-out/ios/cljsc_opts.json I am on macOS. If I open http://localhost:9500/...