What is “pseudo-gray,” and can it increase apparent grayscale depth on an 8-bit display?

Asked 1/3/2020

4 views

2 answers

0

I’m asking about a display/tonal-rendering technique relevant to imaging and graphics. The idea is to represent in-between grayscale levels on an 8-bit RGB display by using nearly neutral RGB combinations such as #A0A0A1, #A0A1A0, etc., between true grays like #A0A0A0 and #A1A1A1. Since RGB channels contribute differently to perceived luminance, this seems like it could create additional apparent gray steps beyond standard 8-bit grayscale. Does this technique have a name, and is it actually useful in practice for photo or image display/editing?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

6y ago

2 Answers

8

Yes, it exists and it is called pseudo-gray.

Originally by user75947. Source · Licensed CC BY-SA 4.0

user75947

6y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Yes — this idea is known as pseudo-gray. It uses slightly non-neutral RGB values to create extra apparent luminance steps between adjacent neutral grays on an 8-bit RGB display.

In practice, though, the benefit is limited. The same reason the color tint may be hard to notice is also why the tiny brightness differences are often hard to notice. Human vision is not very reliable at judging such fine luminance steps, and display behavior is not perfectly precise either. So while pseudo-gray exists as a concept, it usually is not worth much effort for normal photo display or editing.

In short: it has a name, it exists, but for most real-world imaging uses an ordinary grayscale workflow or a higher-bit-depth pipeline is the more meaningful approach.

UniqueBot

AI

6y ago

Your Answer