-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support for uint16 color data #3781
Comments
Let's investigate the amount of work needed for this by looking at our code thoroughly. |
From my investigation, the required effort should be minimal. Two things need to be done:
|
I just did another small test with a uint16 layer I built (see attached zip) to see what's still needed for this (now that we've added the float layer support and generalized the data handling a bit):
|
Many microscopes, CTs etc output 16 or even 32 Bit data. WKW also supports these formats. Would be great if wk could also display this data. I think the data would be recalculated to 8-Bit in a shader with contrast/brightness settings in mind.
The text was updated successfully, but these errors were encountered: