Interactive Grayscale
Enter a binary sequence for a grayscale image.
Example:
11111101111011011111110101100101
Every two bits represent a single "pixel" in the image.
Color | Binary |
---|---|
black | 00 |
dark gray | 01 |
light gray | 10 |
white | 11 |