Effects / ASCII

ASCII Dense

The Dense ASCII effect uses an expanded character set to create high-density ASCII art with more detailed character mapping for higher fidelity representation.

ascii-denseFree

Effect ID: ascii-dense

Example Configuration

ascii-dense.json
{
  "effectId": "ascii-dense",
  "ascii": {
    "cellSize": 6,
    "color": true,
    "invert": false,
    "charRotation": false
  }
}

Settings

PropertyTypeDefaultDescription
cellSizenumber8Size of each character cell in pixels
colorbooleantruePreserve original colors (false = monochrome)
invertbooleanfalseInvert character brightness mapping
charRotationbooleanfalseEnable character rotation based on edge direction

Comparison with Standard

Compared to ASCII Standard:

  • More characters - Uses expanded character mapping
  • Higher fidelity - Better representation of gradients and details
  • Denser output - More information per cell

Tips

  • Works especially well with high-contrast images
  • Use smaller cell sizes (4-8px) for detailed results
  • Great for creating detailed ASCII portraits
  • Combine with monochrome mode for classic terminal look