Use dither patterns in Dottie on Mac

A dither pattern is an 8×8, two-colour tile that stands in for the ordered Bayer dither: wherever a bit is set, the tool deposits the primary colour; wherever it’s clear, it deposits the secondary colour (or transparency, for the eraser). It’s the same tiling layout QuickDraw and MacPaint used for their brush patterns, which is why MacPaint pattern files import byte-for-byte.

Patterns and the dither slider

A pattern and the Dither slider share one slot, and only one can be active at a time. Choosing a pattern overrides the slider’s level; moving the slider afterward clears the pattern and returns to a plain Bayer dither. When a pattern is active, the slider’s space shows a live preview of the tiled pattern instead of the level bar.

The patterns popover

Open the patterns popover from the Brush section of the sidebar, next to the Dither control. It lists every pattern you’ve saved as a swatch grid, plus a “None (use dither slider)” option at the top to drop back to the plain Bayer dither.

Dottie bundles no patterns of its own; the grid is empty until you import one or capture a selection.

Importing patterns

Click the import button in the patterns popover and choose a file. Dottie recognises three kinds of source:

Patterns that would import as fully empty or fully solid are skipped, as are duplicates of a pattern you already have.

Where patterns are stored

Saved patterns live in a Patterns folder as individual .dither-pattern files, one per pattern, mirroring how custom palettes are stored. Because Dottie is sandboxed, this folder lives inside the app’s private container rather than at a path you can type into Finder—use the reveal button in the popover to open it.

Where patterns apply

An active pattern replaces the Bayer dither everywhere dithering would normally apply: the brush tools, the shape tools, and fills.

See also