Changes between Version 5 and Version 6 of ImageDepth
- Timestamp:
- 07/20/17 14:58:57 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImageDepth
v5 v6 10 10 xpra start --pixel-depth=30 11 11 }}} 12 The "start" command supports bit depths 16,24 and 30.13 The "[/wiki/Desktop start-desktop]" command supports 8,16,24 and 30.14 12 15 Note: transparency is supported in 24-bit mode, which is in effect a 32-bit mode. 13 Support for each subcommand: 14 * "xpra start" supports bit depths 16,24 and 30 15 * "xpra [/wiki/Desktop start-desktop]" supports 8,16,24 and 30 16 * "xpra attach" supports 16,24,30,48 (with xpra version 2.1 or later only) 17 18 Testing that high bit depth is in use can be tricky, for that we provide a test application: #1553. 16 19 }}} 17 20 … … 20 23 = Limitations = 21 24 25 * transparency is supported in 24-bit mode, which is in effect a 32-bit mode 22 26 * 30-bit rendering is only supported in the [/wiki/ClientRendering/OpenGL opengl enabled client] (the operating system and display must be configured for deep colour support), with opengl disabled the data will always be downsampled 23 27 * only the "rgb" encoding will preserve high bit depth at present