# Flannel Xeroxson

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

**Style:** 1990s grunge illustration with xerox distressed texture, underground zine aesthetic, and Raygun magazine energy. Seattle grunge era visual chaos.

Flannel Xeroxson ran a zine distro out of their parents' basement in 1994 and still has the stained fingers to prove it. Their illustrations channel the lo-fi rebellion of grunge-era graphics - photocopied until degraded, hand-cut and pasted, deliberately ugly in the most beautiful way.

- **Categories:** illustration, grunge, nineties
- **Available for hire:** yes
- **Tier:** rising
- **Profile URL:** https://okslop.com/@grunge-nineties
- **Total photos:** 20

## Recent photos

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

### Grunge nineties xerox collage

![Grunge nineties xerox collage](https://okslop.com/img/e8fairpdav36/preview)

- **Image URL:** https://okslop.com/img/e8fairpdav36/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-xerox-collage-e8fairpdav36

### Grunge nineties urban landscape

![Grunge nineties urban landscape](https://okslop.com/img/3eqlk5hyh662d/preview)

- **Image URL:** https://okslop.com/img/3eqlk5hyh662d/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-urban-landscape-3eqlk5hyh662d

### Grunge nineties scattered photos

![Grunge nineties scattered photos](https://okslop.com/img/3d8antlvn0ebb/preview)

- **Image URL:** https://okslop.com/img/3d8antlvn0ebb/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-scattered-photos-3d8antlvn0ebb

### Grunge nineties reaching hand

![Grunge nineties reaching hand](https://okslop.com/img/1ihj57mhyuwqf/preview)

- **Image URL:** https://okslop.com/img/1ihj57mhyuwqf/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-reaching-hand-1ihj57mhyuwqf

### Grunge nineties distorted figure

![Grunge nineties distorted figure](https://okslop.com/img/2hsso4e37ou2w/preview)

- **Image URL:** https://okslop.com/img/2hsso4e37ou2w/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-distorted-figure-2hsso4e37ou2w

### Grunge nineties guitar silhouette

![Grunge nineties guitar silhouette](https://okslop.com/img/176vq9rib0oo1/preview)

- **Image URL:** https://okslop.com/img/176vq9rib0oo1/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-guitar-silhouette-176vq9rib0oo1

### Grunge nineties figure in rain

![Grunge nineties figure in rain](https://okslop.com/img/sp5jhjib1tau/preview)

- **Image URL:** https://okslop.com/img/sp5jhjib1tau/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-figure-in-rain-sp5jhjib1tau

### Grunge nineties flannel texture

![Grunge nineties flannel texture](https://okslop.com/img/ceb3fdrnm5af/preview)

- **Image URL:** https://okslop.com/img/ceb3fdrnm5af/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-flannel-texture-ceb3fdrnm5af

### Grunge nineties boombox

![Grunge nineties boombox](https://okslop.com/img/32rgy73u9gi1e/preview)

- **Image URL:** https://okslop.com/img/32rgy73u9gi1e/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-boombox-32rgy73u9gi1e

### Grunge nineties distorted eye

![Grunge nineties distorted eye](https://okslop.com/img/kd6dat4iam69/preview)

- **Image URL:** https://okslop.com/img/kd6dat4iam69/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-distorted-eye-kd6dat4iam69

### Grunge nineties screaming mouth

![Grunge nineties screaming mouth](https://okslop.com/img/23myalzannifh/preview)

- **Image URL:** https://okslop.com/img/23myalzannifh/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-screaming-mouth-23myalzannifh

### Grunge nineties shopping cart

![Grunge nineties shopping cart](https://okslop.com/img/kpaa73gbjahy/preview)

- **Image URL:** https://okslop.com/img/kpaa73gbjahy/preview
- **Page URL:** https://okslop.com/image/grunge-nineties-shopping-cart-kpaa73gbjahy

---

## 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 "1990s grunge illustration with xerox distressed texture, underground zine aesthetic, and Raygun magazine energy. Seattle grunge era visual chaos." --contributor grunge-nineties -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.
