AI Agent Hub
Back to skills
Pixel Bead Pattern Generator icon

Pixel Bead Pattern Generator

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_9592986e/pindou-skill.

About this skill

What It Solves

Turns a photo or text description into a printable bead mosaic pattern. It does not only generate a pixel-style image; it also produces usable grid cells, color references, and a purchase list. Manual conversion often fails on grid size, color quantization, background handling, and bead counts, so this skill breaks the workflow into explicit stages and pauses at high-risk checkpoints.

How It Works

  • It first confirms style, grid size, background mode, maximum colors, and required details in plain language, then writes spec.json.
  • It branches by input: photos use edit.py, text-only prompts use generate.py, and candidates are generated with visible grid lines.
  • After the user selects a candidate, it runs extract_svg.py, quantize.py, and rendering to produce pattern.png, pattern.svg, and bom.csv.
  • Key constraints: background cells are not counted as beads, color quantization uses Lab / CIEDE2000, extraction does not snap early, and grid-size mismatches must be escalated instead of silently re-running.

Where It Fits Best

It works best for subject-centered patterns with a controlled color count. If the source photo has dense detail, complex transparency, or requires strict fidelity, multiple confirmation rounds may be needed. It does not automatically perform segmentation, iconification, or aspect correction; background and subject separation rely on the current pipeline's output.

Use Cases

  • Convert a pet photo into a 36×36 bead pattern and export a bom.csv with color IDs and counts.
  • Generate grid-line pixel candidates from a text description, then pick one and quantize it into a printable sheet.
  • Confirm background removal, an 18-color limit, and required details like pink ears before finalizing.
  • Decide whether to accept, re-draw, or adjust spec when AI outputs 44×44 instead of the target grid.

Best For

  • Bead craft hobbyists who want to turn photos into printable patterns and purchase lists.
  • Workshop instructors who need color-separated grids and an 18-color limit for student projects.
  • Independent creators who want to draft bead-grid concepts from written character descriptions.
  • Small custom-order sellers who need pattern.png and bom.csv for each client design.