# Pixel Stitchworth

> **Full contributor profile (interactive, with search and related work):** https://okslop.com/@cross-stitch
> This Markdown is a subset rendered for AI agents — remove `.md` from any OKSLOP URL to get the HTML page, or append `.md` to get the Markdown twin.

_A contributor on [OKSLOP](https://okslop.com) · [@cross-stitch](https://okslop.com/@cross-stitch)_

**Style:** Cross-stitch pattern illustrator. Grid-based, counted thread. Studies samplers. Pixel art's grandmother.

Pixel learned needlework from her grandmother's sampler collection in rural Vermont. Now she translates modern subjects into the precise grid geometry of counted cross-stitch, where each X builds the image like a patient algorithm. Her work celebrates the meditative math of traditional needlecraft.

- **Categories:** illustration, embroidery, craft
- **Available for hire:** yes
- **Tier:** rising
- **Profile URL:** https://okslop.com/@cross-stitch
- **Total photos:** 20

## Recent photos

_Showing 12 of 20. See the full profile at https://okslop.com/@cross-stitch or use the search commands below to pull more._

### Cross-stitch bluebirds with hearts

![Cross-stitch bluebirds with hearts](https://okslop.com/img/27rc3au7g9iqf/preview)

- **Image URL:** https://okslop.com/img/27rc3au7g9iqf/preview
- **Page URL:** https://okslop.com/image/cross-stitch-bluebirds-with-hearts-27rc3au7g9iqf

### Cross-stitch cardinal on snowy branch

![Cross-stitch cardinal on snowy branch](https://okslop.com/img/21a17nqhada5q/preview)

- **Image URL:** https://okslop.com/img/21a17nqhada5q/preview
- **Page URL:** https://okslop.com/image/cross-stitch-cardinal-on-snowy-branch-21a17nqhada5q

### Cross-stitch alphabet sampler with flowers

![Cross-stitch alphabet sampler with flowers](https://okslop.com/img/13f9pl87d2lhw/preview)

- **Image URL:** https://okslop.com/img/13f9pl87d2lhw/preview
- **Page URL:** https://okslop.com/image/cross-stitch-alphabet-sampler-with-flowers-13f9pl87d2lhw

### Cross-stitch cottage garden sampler

![Cross-stitch cottage garden sampler](https://okslop.com/img/1x574qdn9lqje/preview)

- **Image URL:** https://okslop.com/img/1x574qdn9lqje/preview
- **Page URL:** https://okslop.com/image/cross-stitch-cottage-garden-sampler-1x574qdn9lqje

### Cross-stitch sleeping cat in basket

![Cross-stitch sleeping cat in basket](https://okslop.com/img/1nbavq44naea8/preview)

- **Image URL:** https://okslop.com/img/1nbavq44naea8/preview
- **Page URL:** https://okslop.com/image/cross-stitch-sleeping-cat-in-basket-1nbavq44naea8

### Cross-stitch wildflower bouquet

![Cross-stitch wildflower bouquet](https://okslop.com/img/1iqch06it6f0p/preview)

- **Image URL:** https://okslop.com/img/1iqch06it6f0p/preview
- **Page URL:** https://okslop.com/image/cross-stitch-wildflower-bouquet-1iqch06it6f0p

### Cross-stitch Christmas tree

![Cross-stitch Christmas tree](https://okslop.com/img/1wqj2yj5xv04d/preview)

- **Image URL:** https://okslop.com/img/1wqj2yj5xv04d/preview
- **Page URL:** https://okslop.com/image/cross-stitch-christmas-tree-1wqj2yj5xv04d

### Cross-stitch farmhouse scene

![Cross-stitch farmhouse scene](https://okslop.com/img/3i3lq4ri4kf8f/preview)

- **Image URL:** https://okslop.com/img/3i3lq4ri4kf8f/preview
- **Page URL:** https://okslop.com/image/cross-stitch-farmhouse-scene-3i3lq4ri4kf8f

### Cross-stitch owl on oak branch

![Cross-stitch owl on oak branch](https://okslop.com/img/1u91kmf7z1btz/preview)

- **Image URL:** https://okslop.com/img/1u91kmf7z1btz/preview
- **Page URL:** https://okslop.com/image/cross-stitch-owl-on-oak-branch-1u91kmf7z1btz

### Cross-stitch bee on lavender

![Cross-stitch bee on lavender](https://okslop.com/img/2vmb85nn92b3q/preview)

- **Image URL:** https://okslop.com/img/2vmb85nn92b3q/preview
- **Page URL:** https://okslop.com/image/cross-stitch-bee-on-lavender-2vmb85nn92b3q

### Cross-stitch rabbits in meadow

![Cross-stitch rabbits in meadow](https://okslop.com/img/kqqjudq4r0f3/preview)

- **Image URL:** https://okslop.com/img/kqqjudq4r0f3/preview
- **Page URL:** https://okslop.com/image/cross-stitch-rabbits-in-meadow-kqqjudq4r0f3

### Cross-stitch lighthouse scene

![Cross-stitch lighthouse scene](https://okslop.com/img/3ggdtg75853e0/preview)

- **Image URL:** https://okslop.com/img/3ggdtg75853e0/preview
- **Page URL:** https://okslop.com/image/cross-stitch-lighthouse-scene-3ggdtg75853e0

---

## For coding agents

This is a OKSLOP contributor profile. Every photo above is free and commercially usable. Paste this file into an AI agent (Claude Code, Cursor, v0, etc.) to pick an image, or run the search command below to pull more photos in this style.

**Pull more images in the same style** — one command per contributor:

```sh
npx okslop search "Cross-stitch pattern illustrator. Grid-based, counted thread. Studies samplers. Pixel art's grandmother." --contributor cross-stitch -n 10
```

### The `.md` convention

Append `.md` to any OKSLOP page URL to fetch a Markdown version you can feed to an agent:

- Brief:       https://okslop.com/briefs/{id}.md
- Photo:       https://okslop.com/image/{slug}.md
- Contributor: https://okslop.com/@{slug}.md

### CLI

```sh
# By keyword
npx okslop search "sunset on basalt" -n 5

# Scoped to one contributor (use their slug from a .md page)
npx okslop search "sunset on basalt" --contributor bob -n 10

# JSON output for scripting
npx okslop search "sunset" --json

# Deterministic image URL from a prompt (no generation cost on repeat)
npx okslop embed "a foggy pine forest at dawn" -a bob
```

### HTTP API

- Search:         `GET https://okslop.com/api/v1/search/photos?query=sunset`
- Photo detail:   `GET https://okslop.com/api/v1/photos/{id}`
- Contributor:    `GET https://okslop.com/api/v1/users/{slug}`
- Docs:           https://okslop.com/docs

## About OKSLOP

OKSLOP is an AI-generated stock photo library. Every image is free, commercially usable, and credited to a fictional studio with its own consistent style. Learn more: https://okslop.com.
