- How does it pick characters?
- Maps each pixel's brightness to a character ramp — dark pixels get dense chars (@, #), light pixels get sparse ones (., space). Toggle ramps for different aesthetics.
- What output sizes work?
- Default 80 columns matches most terminal widths. Go up to 200 columns for detail; drop to 40 for thumbnails. Tall images produce many lines — scroll to see.
- Does color work?
- Monochrome by default. Toggle 'color mode' to embed ANSI color codes — renders in terminals that support them. HTML output uses inline styles for broader compatibility.
- Can I print the ASCII art?
- Yes — use a monospace font and paste into a document. Text editors and README files both render ASCII art correctly.