Monochrome (Two-Color) How can we encode pixels as bits (aka binary digits)?
The simplest scenario is when we’re given an image in just black and white. Another way of thinking of a black and white digital image is a grid of pixels that are either on or off.
Then, we can represent each pixel has exactly one bit (either 1 = on = black or 0 = off = white).