You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@joweste I think you want inverted images. Refer how you can implement ColorTable and add flowing as data.
Sample code papaya.viewer.ColorTable.TABLE_GRAYSCALE = {"name": "Grayscale", "data": [[0, 0, 0, 0], [1, 1, 1, 1]], "gradation": true};
and value need to be added as data : [[0, 1, 1, 1], [1, 0, 0, 0]]
This will be added in next checkin that I am going to do.
Hi,
How can I get a negative of the dicom image showing in the viewer container?
The text was updated successfully, but these errors were encountered: