-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Image does not rendered in proper way (GPU rendering) #985
Comments
@sedghi any updates? |
No not yet |
Hi @sedghi , Our customer is facing this issue, Would your team please help to check that or any clue we can address? |
Upper and lower should be non equal (upper should be bigger than lower). so as a result lower === upper === -2.5 |
The display is still not perfect with the change suggested by @Max-Kharitonov, but it is a lot better. The issue is that the vtk colorTransferFunction doesn't seem to correctly deal with the case when the window width is set to 1 (threshold value) or we are encountering a rounding issue. |
@s2ramana I fixed some issue with window level recently can you check again? |
@sedghi which PR was this changed made in? |
@sedghi still reproducible |
Describe the Bug
In case if we are using CPU rendering it works fine, but in case GPU this image inverted.
Please see attached anonimized file
DICOM sample Issue with Invertion.zip
Steps to Reproduce
run GPU rendering
run CPU rendering
The current behavior
Image inverted and not rendered in proper way
The expected behavior
Image should be rendered in the correct way and the result should not depend on the rendering type.
OS
Windows 10, Mac os
Node version
v18.14.1
Browser
Chrome 120.0.6099.131
The text was updated successfully, but these errors were encountered: