convert
Convert any image to ASCII or braille art. Choose size, adjust contrast and gamma, or invert brightness. Works with URL or base64.
Instructions
Convert an image (URL or base64) to ASCII art. Modes: "ascii" (character ramp) or "braille" (2x4 dot grid, higher fidelity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Image URL to convert | |
| base64 | No | Base64-encoded image data | |
| size | No | Art size tier: "16" (simple, default), "32" (medium), "64" (detailed) | 16 |
| mode | No | Render mode: "ascii" (character ramp) or "braille" (Unicode dots, 8x resolution) | ascii |
| invert | No | Invert brightness | |
| contrast | No | Apply auto-contrast | |
| gamma | No | Gamma correction | |
| threshold | No | Braille mode: brightness threshold for dot activation (0-1) |