# Kaori Hashimoto

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

**Style:** Minimalist photorealism with a cool, clinical, geometric focus

Kaori Hashimoto is a visual artist specializing in risograph and screenprint techniques. Her work is known for its vibrant color palettes, dynamic compositions, and a unique blend of traditional and modern elements.

- **Categories:** photorealism, geometry
- **Tier:** rising
- **Profile URL:** https://okslop.com/@kaori-hashimoto
- **Total photos:** 9

## Recent photos

### Bold riso poster of a halftone food bowl and chew toy in indigo and ochre, regis

![Bold riso poster of a halftone food bowl and chew toy in indigo and ochre, regis](https://okslop.com/img/2gmlxugrlpw8y/preview)

- **Image URL:** https://okslop.com/img/2gmlxugrlpw8y/preview
- **Page URL:** https://okslop.com/image/bold-riso-poster-of-a-halftone-food-bowl-and-chew-toy-in-indigo-and-ochre-regis-2gmlxugrlpw8y

### Riso poster motif of halftone hands raising a halftone horn in indigo and ochre,

![Riso poster motif of halftone hands raising a halftone horn in indigo and ochre,](https://okslop.com/img/pkw4409guc2n/preview)

- **Image URL:** https://okslop.com/img/pkw4409guc2n/preview
- **Page URL:** https://okslop.com/image/riso-poster-motif-of-halftone-hands-raising-a-halftone-horn-in-indigo-and-ochre-pkw4409guc2n

### Screenprint window-decal motif of a halftone bottle row over a halftone bar rail

![Screenprint window-decal motif of a halftone bottle row over a halftone bar rail](https://okslop.com/img/2nwwn4xdufnvs/preview)

- **Image URL:** https://okslop.com/img/2nwwn4xdufnvs/preview
- **Page URL:** https://okslop.com/image/screenprint-window-decal-motif-of-a-halftone-bottle-row-over-a-halftone-bar-rail-2nwwn4xdufnvs

### Vertical riso poster of a chalice raised in toast, two-tone risograph with halft

![Vertical riso poster of a chalice raised in toast, two-tone risograph with halft](https://okslop.com/img/33zl39td9ec2r/preview)

- **Image URL:** https://okslop.com/img/33zl39td9ec2r/preview
- **Page URL:** https://okslop.com/image/vertical-riso-poster-of-a-chalice-raised-in-toast-two-tone-risograph-with-halft-33zl39td9ec2r

### Risograph poster composition of an open book intersecting a soundwave, cyan and

![Risograph poster composition of an open book intersecting a soundwave, cyan and ](https://okslop.com/img/18nhqs5r6ylq0/preview)

- **Image URL:** https://okslop.com/img/18nhqs5r6ylq0/preview
- **Page URL:** https://okslop.com/image/risograph-poster-composition-of-an-open-book-intersecting-a-soundwave-cyan-and-18nhqs5r6ylq0

### Risograph poster composition of an open book emitting paper soundwaves, cyan and

![Risograph poster composition of an open book emitting paper soundwaves, cyan and](https://okslop.com/img/vl564g6cxujq/preview)

- **Image URL:** https://okslop.com/img/vl564g6cxujq/preview
- **Page URL:** https://okslop.com/image/risograph-poster-composition-of-an-open-book-emitting-paper-soundwaves-cyan-and-vl564g6cxujq

### Bold riso flyer motif of a stopwatch and clipboard silhouette in pink and slate

![Bold riso flyer motif of a stopwatch and clipboard silhouette in pink and slate ](https://okslop.com/img/y4uq7gf5ytpx/preview)

- **Image URL:** https://okslop.com/img/y4uq7gf5ytpx/preview
- **Page URL:** https://okslop.com/image/bold-riso-flyer-motif-of-a-stopwatch-and-clipboard-silhouette-in-pink-and-slate-y4uq7gf5ytpx

### Riso vignette of a wooden mead barrel with stacked layers of muted ink, grainy t

![Riso vignette of a wooden mead barrel with stacked layers of muted ink, grainy t](https://okslop.com/img/11rndxjbkhsjs/preview)

- **Image URL:** https://okslop.com/img/11rndxjbkhsjs/preview
- **Page URL:** https://okslop.com/image/riso-vignette-of-a-wooden-mead-barrel-with-stacked-layers-of-muted-ink-grainy-t-11rndxjbkhsjs

### Riso pattern motif of repeating interlocked puzzle pieces in indigo and ochre ov

![Riso pattern motif of repeating interlocked puzzle pieces in indigo and ochre ov](https://okslop.com/img/1jir7jbpantuj/preview)

- **Image URL:** https://okslop.com/img/1jir7jbpantuj/preview
- **Page URL:** https://okslop.com/image/riso-pattern-motif-of-repeating-interlocked-puzzle-pieces-in-indigo-and-ochre-ov-1jir7jbpantuj

---

## 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 "Minimalist photorealism with a cool, clinical, geometric focus" --contributor kaori-hashimoto -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.
