Effects / Art

Stipple

The Stipple effect creates images using varying densities of dots, similar to pointillism in traditional art. Darker areas have more densely packed dots while lighter areas have fewer, creating tonal gradation through dot distribution.

art-stipplePro

Effect ID: art-stipple

Example Configuration

art-stipple.json
{
  "effectId": "art-stipple",
  "stipple": {
    "dotSize": 3,
    "spacing": 10,
    "contrast": 1,
    "randomness": 0.3,
    "softness": 0.2,
    "densityLayers": 3,
    "paletteId": null,
    "colors": ["#000000"],
    "paperColor": "#ffffff"
  }
}

Settings

PropertyTypeDefaultDescription
dotSizenumber3Base dot size in pixels (1-8)
spacingnumber10Grid spacing in pixels (4-20)
contrastnumber1Luminance contrast (0.5-2)
randomnessnumber0.3Position randomness (0-1)
softnessnumber0.2Dot edge softness (0-1)
densityLayersnumber3Number of density layers (1-5)
paletteIdstring | nullnullColor palette ID (null for custom)
colorsstring[]["#000000"]Dot colors (hex array, 2-6 colors)
paperColorstring#ffffffPaper/background color (hex)

Stippling Technique

Tone is created through dot concentration:

  • White areas - No dots or very sparse
  • Light gray - Few small dots, widely spaced
  • Mid gray - Medium density, mixed sizes
  • Dark gray - Dense dots, larger sizes
  • Black - Dots merge into solid areas

Artistic Heritage

  • Pointillism - Seurat, Signac
  • Scientific illustration - Botanical, anatomical
  • Editorial illustration - Newspaper, magazine art
  • Tattoo art - Dotwork style

Tips

  • Higher randomness creates more organic, hand-drawn look
  • Variable dot sizes add depth and interest
  • Works especially well with portraits
  • Try warm sepia tones for vintage illustration look