Which style to use — and where it works
- ASCII — the classic look, made of letters and symbols. Works anywhere text does, but lines up best in a monospace spot (a code block, a terminal, or a fixed-width font).
- Braille — packs a 2×4 dot grid into each character, so it's about 8× more detailed than ASCII. Also needs a monospace context to align.
- Discord ANSI — colored blocks inside a
```ansicode block. Paste it straight into a Discord message on desktop/web (mobile shows it plain). Discord caps messages at 2000 characters, so keep the width small — the counter warns you. - Emoji mosaic — each cell becomes the nearest colored-square emoji, so it renders everywhere (bios, chat, anywhere) with no monospace needed. Lowest detail, most portable.
Privacy: the conversion runs entirely on your device using your browser's canvas — there's no upload and no server. You can open your browser's Network tab and watch: converting an image fires zero requests.