TIFF → ASCII
Try it interactively →POST /api/image-tiff-to-asciiConvert a TIFF to ASCII art. Configurable width, character ramp, invert mode. Plain text or coloured HTML output.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | TIFF 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).