🎨 GrayCode v2

Custom dimension color-based data encoding

📤 Encoder

Base colors (e.g., 32 = RGB combinations)
Brightness levels per color
Display multiplier
Total Colors
256
Bits/Pixel
8.00
Capacity
300 B
Enter hex bytes without 0x prefix
📁
Drop WebP file here or click to browse
WebP image will be encoded as binary data

📥 Decoder

Display multiplier
🖼️
Drop encoded image here or click to browse
Supports PNG, JPEG, WebP, and other formats
How it works: This encoder generates a color palette with your specified hues and shades, then converts your data into base-N (where N = total colors) and maps each digit to a pixel color. More colors = more data capacity per pixel. The decoder reverses the process by finding the closest matching color for each pixel.