Hide Ur Bits In Pixels

The character "A" in memory is the Byte: 0 1 0 0 0 0 0 1

Hiding the byte across 8 pixels:

Each bit of our byte is injected directly into the Ones Place of a pixel. Click any pixel to inspect its raw color data!

Pixel Inspector

Inspecting: Pixel #1

Original Value: RGB(123, 56, 200)

Steganography Injected Value: RGB(120, 56, 200)

The bit '0' replaced the ones place, modifying the value slightly.