Ibrahim
Ibrahim
Cornerstone.setviewport() You can pass custom numbers to this function to do what you want.
Hi Kofifus, I'm also having this problem, and it's killing me, 50% CPU Usage with 900 enabled elements, can you please tell me how to do your fix?
> @IbrahimCSAE since the PR is not merged you will have to patch your code manually using my PR here #374 Thank you! you are a life saver.
you need to add the metadata to cornerstoneWADOImageLoader first before creating a volume you can use a function similar to this ``` cacheMetaData: async function (series) { let wadoRsRoot =...
I don't know the exact process, but I think that they need to be loaded into memory and parsed first, I don't think you can just pass the disk location...
> Hey, I have the same problem but in production, in my local i don't have this problem. > > here I call my custom method createImageIdsAndCacheMetaData > > ```...
> Yes there is a link but is not public yet, I have to give you the credentials. > > However, I'm printing the naturalizedDataset variable in WADORSHeaderProvider and print...
I think you forgot to register an image loader to cornerstone3D, you can do the following like this ``` import * as cornestone3DVolumeLoader from "@cornerstonejs/streaming-image-volume-loader"; import * as cornerstone3D from...
> There is a `destory` exported for CornerstoneTools3D, use that It still doesn't fix the huge leaks happening, I think it's from Cornerstone3D itself, not the tools. The leaks are...