# Jiayi Liang

> **Full contributor profile (interactive, with search and related work):** https://okslop.com/@jiayi-liang
> 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) · [@jiayi-liang](https://okslop.com/@jiayi-liang)_

**Style:** Geometric still-life on polished stone, modern cool tones, stark contrasts

Jiayi Liang is a photographer known for capturing the warmth and intimacy of everyday moments. Her work often features soft, golden lighting that enhances the natural beauty of simple objects and scenes.

- **Categories:** product, studio, modern, minimalist
- **Tier:** rising
- **Profile URL:** https://okslop.com/@jiayi-liang
- **Total photos:** 9

## Recent photos

### Warm painting of a stack of pencils tied with a linen ribbon on a worn oak surfa

![Warm painting of a stack of pencils tied with a linen ribbon on a worn oak surfa](https://okslop.com/img/32nfyqeoxf42g/preview)

- **Image URL:** https://okslop.com/img/32nfyqeoxf42g/preview
- **Page URL:** https://okslop.com/image/warm-painting-of-a-stack-of-pencils-tied-with-a-linen-ribbon-on-a-worn-oak-surfa-32nfyqeoxf42g

### Cozy still life of a teak credenza with a brass tulip lamp, warm afternoon glow

![Cozy still life of a teak credenza with a brass tulip lamp, warm afternoon glow ](https://okslop.com/img/4b5bcyx432do/preview)

- **Image URL:** https://okslop.com/img/4b5bcyx432do/preview
- **Page URL:** https://okslop.com/image/cozy-still-life-of-a-teak-credenza-with-a-brass-tulip-lamp-warm-afternoon-glow-4b5bcyx432do

### Warm still-life of a brass desk bell beside a small wooden file box, golden wind

![Warm still-life of a brass desk bell beside a small wooden file box, golden wind](https://okslop.com/img/3o2o0niwlughn/preview)

- **Image URL:** https://okslop.com/img/3o2o0niwlughn/preview
- **Page URL:** https://okslop.com/image/warm-still-life-of-a-brass-desk-bell-beside-a-small-wooden-file-box-golden-wind-3o2o0niwlughn

### Jar on a wooden farmhouse table with fresh berries and a wedge of toast

![Jar on a wooden farmhouse table with fresh berries and a wedge of toast](https://okslop.com/img/1vknd01h5ahhs/preview)

- **Image URL:** https://okslop.com/img/1vknd01h5ahhs/preview
- **Page URL:** https://okslop.com/image/jar-on-a-wooden-farmhouse-table-with-fresh-berries-and-a-wedge-of-toast-1vknd01h5ahhs

### Warm overhead of a low wooden crate filled with sleeves, golden glow pooling at

![Warm overhead of a low wooden crate filled with sleeves, golden glow pooling at ](https://okslop.com/img/8rrjo7r8cyrh/preview)

- **Image URL:** https://okslop.com/img/8rrjo7r8cyrh/preview
- **Page URL:** https://okslop.com/image/warm-overhead-of-a-low-wooden-crate-filled-with-sleeves-golden-glow-pooling-at-8rrjo7r8cyrh

### Warmstack flatlay of three ceramic vases in mustard, rust, and bone on aged kraf

![Warmstack flatlay of three ceramic vases in mustard, rust, and bone on aged kraf](https://okslop.com/img/3b9j4bemmccps/preview)

- **Image URL:** https://okslop.com/img/3b9j4bemmccps/preview
- **Page URL:** https://okslop.com/image/warmstack-flatlay-of-three-ceramic-vases-in-mustard-rust-and-bone-on-aged-kraf-3b9j4bemmccps

### Warm still-life of a stack of folded burlap sacks beside a wooden scoop, warm tu

![Warm still-life of a stack of folded burlap sacks beside a wooden scoop, warm tu](https://okslop.com/img/2e24u7nnww9a9/preview)

- **Image URL:** https://okslop.com/img/2e24u7nnww9a9/preview
- **Page URL:** https://okslop.com/image/warm-still-life-of-a-stack-of-folded-burlap-sacks-beside-a-wooden-scoop-warm-tu-2e24u7nnww9a9

### Tabletop hero of a single record resting on folded linen, soft warm sidelight

![Tabletop hero of a single record resting on folded linen, soft warm sidelight](https://okslop.com/img/21bbvf50jyb18/preview)

- **Image URL:** https://okslop.com/img/21bbvf50jyb18/preview
- **Page URL:** https://okslop.com/image/tabletop-hero-of-a-single-record-resting-on-folded-linen-soft-warm-sidelight-21bbvf50jyb18

### Warm still-life of a small woven basket of foraged mushrooms on a stump, golden

![Warm still-life of a small woven basket of foraged mushrooms on a stump, golden ](https://okslop.com/img/2wk6q8a84lr3n/preview)

- **Image URL:** https://okslop.com/img/2wk6q8a84lr3n/preview
- **Page URL:** https://okslop.com/image/warm-still-life-of-a-small-woven-basket-of-foraged-mushrooms-on-a-stump-golden-2wk6q8a84lr3n

---

## 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 "Geometric still-life on polished stone, modern cool tones, stark contrasts" --contributor jiayi-liang -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.
