Erik Ziegler

Results 66 comments of Erik Ziegler

It's possible this is from the DICOM Overlay tag (https://github.com/cornerstonejs/cornerstoneTools/issues/780), maybe try using the overlay plane tool?

Thanks for the report this is very helpful!

My guess is that it's a metadata issue in OHIF or maybe in the WADO image loader. So I don't think the change to cs3d will fix it by itself,...

Oh Hmm that's interesting... do you also see this behaviour with cornerstoneTools or just with the example? On Fri., Jul. 16, 2021, 3:38 a.m. Budi Irawan, ***@***.***> wrote: > Specs...

I completely agree that there should be no internet dependency. We also need to remove polyfill.io usage. On Wed., Oct. 14, 2020, 10:19 a.m. matthiasg, wrote: > Even though most...

My issue with this is that generateLUT is called very often (every time window/level is changed, for example), and so if this rounding operation is not necessary it may hurt...

Yes, just write an image loader that grabs the pixel data from the HDF5 file: https://docs.cornerstonejs.org/concepts/image-loaders.html

Ugh, this is a mess. It is 2.3.0, I don't know why it is not tagged or under a git release. I think this repo does not have all the...

Thanks for bringing this up. I don't know indeed if we need to maintain the requestAnimationFrame loop at all times. I don't know what downsides this brings, either. I was...

Hi @kofifus I've added a commit here to test out something like your fix: https://github.com/cornerstonejs/cornerstone/commit/63d9a8e7c4b8929a568b775073adc2b0674dd8f0 Let me know what you think. It definitely makes sense to stop using RAF when...