> ## Documentation Index
> Fetch the complete documentation index at: https://rdsciv/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Built-In Style Presets for ASCII Art

> ASCII ships with eight style presets — Classic, Matrix, Newspaper, CRT Terminal, Neon, Game Boy, Blueprint, and Xerox — each a complete settings snapshot.

The tool ships with eight built-in style presets that cover a wide range of aesthetics — from clean monochrome terminal output to glowing neon, vintage Game Boy palettes, and high-contrast blueprint hatching. Each preset is a complete configuration snapshot that sets the character set, cell size, color mode, contrast, and any post-processing effects all at once.

## Applying a preset

<Steps>
  <Step title="Open the Preset dropdown">
    At the top of the sidebar, find the **Preset** dropdown (labelled with the placeholder text "choose…") and click it to expand the list of built-in options.
  </Step>

  <Step title="Select a preset name">
    Choose one of the eight preset names: Classic, Matrix, Newspaper, CRT Terminal, Neon, Game Boy, Blueprint, or Xerox.
  </Step>

  <Step title="Click Apply">
    Click the **Apply** button next to the dropdown. All controls in the sidebar update immediately and the canvas re-renders with the new settings.
  </Step>
</Steps>

<Tip>
  Presets are a starting point. After clicking Apply you can adjust any individual control — cell size, contrast, bloom amount, and so on — without saving over the built-in preset.
</Tip>

## Preset reference

<AccordionGroup>
  <Accordion title="Classic">
    Clean white-on-black monochrome output using the traditional ASCII brightness ramp. No post-processing effects — this is the baseline reference style.

    | Setting       | Value                |
    | ------------- | -------------------- |
    | Character set | Light — ` .:-=+*#%@` |
    | Cell size     | 10                   |
    | Color mode    | White on black       |
    | Background    | `#000000`            |
    | Contrast      | 1.2                  |
    | Gamma         | 1.0                  |
    | Dither        | None                 |
    | Effects       | None                 |
  </Accordion>

  <Accordion title="Matrix">
    Green Japanese katakana characters and binary digits on a near-black green background, with bloom, scanlines, and vignette to sell the CRT illusion.

    | Setting       | Value                             |
    | ------------- | --------------------------------- |
    | Character set | Custom — Japanese katakana + `01` |
    | Cell size     | 12                                |
    | Color mode    | Green terminal                    |
    | Background    | `#001100`                         |
    | Contrast      | 1.3                               |
    | Gamma         | 0.9                               |
    | Bloom         | Enabled, amount 0.6               |
    | Scanlines     | Enabled, amount 0.2               |
    | Vignette      | Enabled, amount 0.7               |
  </Accordion>

  <Accordion title="Newspaper">
    High-contrast black-on-cream print rendering with the dense character ramp, Atkinson dithering, and edge-aware characters to sharpen contours.

    | Setting          | Value                    |
    | ---------------- | ------------------------ |
    | Character set    | Dense — 65 chars         |
    | Cell size        | 8                        |
    | Color mode       | Black on white (inverse) |
    | Background       | `#f6f1e5`                |
    | Contrast         | 1.5                      |
    | Gamma            | 1.2                      |
    | Dither           | Atkinson                 |
    | Edge-aware chars | Enabled                  |
    | Effects          | None                     |
  </Accordion>

  <Accordion title="CRT Terminal">
    Warm amber phosphor glow on a very dark brown background, with heavy bloom, prominent scanlines, strong vignette, and chromatic aberration for a convincing vintage monitor look.

    | Setting              | Value                |
    | -------------------- | -------------------- |
    | Character set        | Light — ` .:-=+*#%@` |
    | Cell size            | 14                   |
    | Color mode           | Amber terminal       |
    | Background           | `#1a0a00`            |
    | Contrast             | 1.4                  |
    | Gamma                | 1.1                  |
    | Bloom                | Enabled, amount 0.8  |
    | Scanlines            | Enabled, amount 0.45 |
    | Vignette             | Enabled, amount 0.9  |
    | Chromatic aberration | Enabled              |
  </Accordion>

  <Accordion title="Neon">
    Saturated source-color output rendered with block characters on a deep purple background. Aggressive saturation boost (2.5×), high contrast, and strong bloom create vivid neon sign-style results on colourful source images.

    | Setting       | Value                |
    | ------------- | -------------------- |
    | Character set | Blocks — ` ░▒▓█`     |
    | Cell size     | 12                   |
    | Color mode    | Source boosted       |
    | Background    | `#0a0520`            |
    | Saturation    | 2.5                  |
    | Contrast      | 1.6                  |
    | Bloom         | Enabled, amount 1.1  |
    | Vignette      | Enabled, amount 0.85 |
  </Accordion>

  <Accordion title="Game Boy">
    Four-colour Game Boy palette dithered with a 4×4 ordered (Bayer) matrix. The dense character set at small cell size gives fine dot-matrix detail.

    | Setting       | Value                                                 |
    | ------------- | ----------------------------------------------------- |
    | Character set | Dense — 65 chars                                      |
    | Cell size     | 8                                                     |
    | Color mode    | Palette                                               |
    | Palette       | Game Boy (`#0f380f`, `#306230`, `#8bac0f`, `#9bbc0f`) |
    | Background    | `#9bbc0f`                                             |
    | Contrast      | 1.3                                                   |
    | Gamma         | 0.9                                                   |
    | Dither        | Ordered 4×4 (Bayer)                                   |
    | Effects       | None                                                  |
  </Accordion>

  <Accordion title="Blueprint">
    Technical line-drawing aesthetic using the hatching character set (`/\|-_=#`) in cyber blue on a dark navy background. Edge-aware character selection traces contours in the source image.

    | Setting          | Value                  |
    | ---------------- | ---------------------- |
    | Character set    | Hatching — ` \|/\-_=#` |
    | Cell size        | 10                     |
    | Color mode       | Cyber blue             |
    | Background       | `#0a2240`              |
    | Contrast         | 1.2                    |
    | Edge-aware chars | Enabled                |
    | Effects          | None                   |
  </Accordion>

  <Accordion title="Xerox">
    Hard-clipped binary output (spaces and `01` only) with Floyd-Steinberg dithering and maximum contrast, replicating the look of a heavily over-exposed photocopy or fax print.

    | Setting       | Value                    |
    | ------------- | ------------------------ |
    | Character set | Binary — ` 01`           |
    | Cell size     | 6                        |
    | Color mode    | Black on white (inverse) |
    | Background    | `#ffffff`                |
    | Contrast      | 2.0                      |
    | Gamma         | 1.4                      |
    | Dither        | Floyd-Steinberg          |
    | Effects       | None                     |
  </Accordion>
</AccordionGroup>
