Effects / ASCII
ASCII Standard
The Standard ASCII effect converts images into classic ASCII character art using a progression of characters from light to dark. This is the quintessential ASCII art style, reminiscent of early computer graphics and terminal art.
ascii-standardFreeEffect ID: ascii-standard
Example Configuration
ascii-standard.json
{
"effectId": "ascii-standard",
"ascii": {
"cellSize": 8,
"color": true,
"invert": false,
"charRotation": false
}
}Settings
| Property | Type | Default | Description |
|---|---|---|---|
cellSize | number | 8 | Size of each character cell in pixels |
color | boolean | true | Preserve original colors (false = monochrome) |
invert | boolean | false | Invert character brightness mapping |
charRotation | boolean | false | Enable character rotation based on edge direction |
Available Styles
The ASCII effect supports multiple character styles, each with its own aesthetic:
standard- Classic ASCII progression from light to darkdense- More detailed character mapping for higher fidelityminimal- Simplified character set for cleaner lookblocks- Unicode block characters (░▒▓█)braille- Braille pattern characters for fine detailtechnical- Technical/schematic style charactersmatrix- Matrix-style falling charactershatching- Cross-hatch style rendering
Tips
- Smaller
cellSizevalues produce more detail but require more processing - Disable
colorfor classic monochrome terminal aesthetics - Enable
invertfor light backgrounds - Enable
charRotationfor edge-aware character orientation - Try different
stylevariants to find the right look for your content