[ 12, 200, 55, 3 ] [ 255, 128, 0, 77 ] [ 200, 10, 210, 99 ] [ 33, 180, 4, 245 ] 12 = 00001100 200 = 11001000 55 = 00110111 3 = 00000011 … and so on.
Look at the rightmost bit of each byte.
A bit plane is a way of breaking down a digital image into its constituent binary bits. bit planes unblocked
Row 1: 0, 1, 0, 0 → as an image row: black, white, black, black. [ 12, 200, 55, 3 ] [ 255,
This produces 8 images, bitplane_0.png (LSB) through bitplane_7.png (MSB). Bit planes are the binary layers of an image. Higher planes define the scene; lower planes hold micro‑details and noise. Understanding them unlocks compression, steganography, and advanced image processing. No special hardware, no payment — just a shift of perspective (and a right‑shift operator). Row 1: 0, 1, 0, 0 → as
(public domain code):
Look only at the leftmost bit of each byte.