Skip to main content
6 events
when toggle format what by license comment
Feb 13, 2012 at 21:31 comment added Oli Glaser With 18-bit depth, I mean RGB 6-6-6, for 262K colours. So yes 6x3. Other options would be stuff like RGB 5-6-5, RGB 4-4-4, etc. You can use a colour LUT to convert from different formats, the display driver ICs usually have one built in.
Feb 13, 2012 at 13:13 comment added clabacchio Seen :) But with 18-bit depth, you mean 18 gray levels or 6x3? I'm not so much into image compression and display driving, but maybe colormapping could be helpful?
Feb 13, 2012 at 13:10 comment added Oli Glaser @clabacchio - I mistakenly put 2^28, I fixed it to 2^18 which it should have been. Also added some calculations for BW image.
Feb 13, 2012 at 13:04 history edited Oli Glaser CC BY-SA 3.0
edited body
Feb 13, 2012 at 12:27 comment added clabacchio I have some uncertainty about the color-depth and bit count - possibly there is a mistake in the number of colors count and I think it could be good to separate in RGB and BW images, just for clarity. Anyway +1 :)
Feb 13, 2012 at 4:55 history answered Oli Glaser CC BY-SA 3.0