Tested tool guide
Tested browser tools
Checked August 16, 2026
What Cross Stitch Pattern Grid does, with a checked example
A cross stitch pattern is a grid: each cell is one stitch, and each palette color is one thread color. The tool gives you an empty grid sized in stitches and a palette of thread colors; you assign a color to each cell, and it tallies stitches per color and in total as you work, so you know exactly how many stitches each color needs before you buy thread. The thing people trip on first is the unit: the grid is measured in stitches, not inches. On 14-count Aida there are 14 stitches per inch, so a 40-stitch-wide design is only about 2.9 inches across.
Worked example
A concrete input and expected output from the current implementation.
Input
Grid: 40 stitches wide, 30 stitches high. Palette: 8 thread colors.
->
Expected output
A 40 x 30 grid of 1200 cells, one cell per stitch, with 8 palette colors. Total stitch count: 1200. Per-color stitch counts update as cells are colored and always add up to 1200.
A cross stitch grid has exactly one cell per stitch, so the total is width times height: 40 x 30 = 1200. Because every cell is exactly one color, the per-color counts must sum to that total, so the tool's counts and the grid always reconcile.