-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
high bit depth test application #1553
Comments
r16286 adds an example based on nvidia's 30-Bit Color Technology for NVIDIA Quadro docs, which does show some color banding using a 24-bit display configuration. |
r16301 adds a plain GTK example, which shows color banding, especially in the darker shades of grey. It shows less banding on a 30 bit display, and identical results when running through xpra with @maxmylin: feel free to just close. |
2017-07-12 19:28:46: maxmylyn commented
|
2017-07-13 16:26:35: antoine uploaded file
|
r16331 adds manual clipping of the bit depth we use for painting: hit any key to change it, it goes from 16 bpc down to 0 and warps. Screenshot above. |
For testing high bit depths.
Can probably be done easily enough using opengl.
We'll need to make sure the low bits are used so we can visually see the difference. (running the test application at normal bit depth and high bit depth)
Links:
The text was updated successfully, but these errors were encountered: