PNG → ASCII
Try it interactively →POST /api/image-png-to-asciiConvert a PNG to ASCII art — plain text or per-character coloured HTML. Configurable width, character ramp, invert mode.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | PNG bytes. |
| width | number (8…400) | 80 | Output character columns (default 80). |
| ramp | string | "standard" | Preset name (standard|blocks|detailed) or a custom ramp string of at least two characters. |
| invert | boolean | false | Flip the luminance→character mapping. |
| format | enum (text | html) | "text" | `text` for plain ASCII; `html` for a coloured <pre> document. |
Response
Modes: text, json. Cache: yes (24h TTL).