# Image Sources

All images for the DMA Design fan site. Images are hosted on Cloudflare R2.

R2 base URL: `https://pub-961ff49efd164499904310e98fccc0bf.r2.dev/dma-design/images/`

---

## lemmings_dos_title.png

**Description:** Lemmings (DOS/PC) title screen. Shows the classic Lemmings logo with green
lemming characters and the game menu (1 Player, New Level, Fun, Exit DOS). Music credit
"Tim Wright" visible in the yellow bar at the bottom. © 1991 Psygnosis Ltd — A DMA Design Game.

**Original source URL:** <https://archive.org/download/lemmings_20230825/00_coverscreenshot.png>

**R2 URL:** <https://pub-961ff49efd164499904310e98fccc0bf.r2.dev/dma-design/images/lemmings_dos_title.png>

**IA identifier:** `lemmings_20230825`

---

## lemmings_pc_cd_disc.jpg

**Description:** Physical Lemmings PC-CD disc photo. Pink disc label with Lemmings logo and
character artwork; distributed by GT Interactive Software Corp / Psygnosis. © Psygnosis 1991.
Catalogue number 04-10651.

**Original source URL:** <https://archive.org/download/DOSLemmingsCD/1_lemmings_disc_media.jpg>

**R2 URL:** <https://pub-961ff49efd164499904310e98fccc0bf.r2.dev/dma-design/images/lemmings_pc_cd_disc.jpg>

**IA identifier:** `DOSLemmingsCD`

---

## oh-no-more-lemmings_pc_cd_disc.jpg

**Description:** Physical Oh No! More Lemmings PC-CD disc photo. Green disc label with Lemmings
logo and character artwork; Psygnosis label, © Psygnosis 1995.

**Original source URL:** <https://archive.org/download/DOSLemmingsCD/2_oh_no_more_lemmings_disc_media_psygnosis.jpg>

**R2 URL:** <https://pub-961ff49efd164499904310e98fccc0bf.r2.dev/dma-design/images/oh-no-more-lemmings_pc_cd_disc.jpg>

**IA identifier:** `DOSLemmingsCD`

---

## lemmings-2_pc_cd_disc.jpg

**Description:** Physical Lemmings 2: The Tribes PC-CD disc photo. Black disc with Psygnosis logo;
© 1994 Psygnosis Ltd. A Sony Electronic Publishing Company.

**Original source URL:** <https://archive.org/download/DOSLemmingsCD/3_lemmings-2-the-tribes-dos-media.jpg>

**R2 URL:** <https://pub-961ff49efd164499904310e98fccc0bf.r2.dev/dma-design/images/lemmings-2_pc_cd_disc.jpg>

**IA identifier:** `DOSLemmingsCD`

---

## lemmings-chronicles_pc_cd_disc_a.jpg

**Description:** The Lemmings Chronicles PC-CD disc in jewel case. Green disc label with "The
Lemmings Chronicles" logo and DMA lemming mascot. DMA Design Ltd logo visible; Psygnosis publisher
mark. © 1994 DMA Design / Psygnosis Ltd.

**Original source URL:** <https://archive.org/download/DOSLemmingsCD/4_lemmings3_disc_media.jpg>

**R2 URL:** <https://pub-961ff49efd164499904310e98fccc0bf.r2.dev/dma-design/images/lemmings-chronicles_pc_cd_disc_a.jpg>

**IA identifier:** `DOSLemmingsCD`

---

## lemmings-chronicles_pc_cd_disc_b.jpg

**Description:** The Lemmings Chronicles PC-CD disc flat scan. Clean photo of disc showing "The
Lemmings Chronicles" text, DMA lemming mascot, and DMA Design Ltd logo (bottom right). Psygnosis
publisher mark. © 1994 DMA Design / Psygnosis Ltd.

**Original source URL:** <https://archive.org/download/cdrom-lemmings-chronicles/LEMMING3.jpg>

**R2 URL:** <https://pub-961ff49efd164499904310e98fccc0bf.r2.dev/dma-design/images/lemmings-chronicles_pc_cd_disc_b.jpg>

**IA identifier:** `cdrom-lemmings-chronicles`

---

## Images used in catalogue.html

| File | Used for | Alt text |
|---|---|---|
| lemmings_dos_title.png | Lemmings game card | Lemmings — title screen |
| oh-no-more-lemmings_pc_cd_disc.jpg | Oh No! More Lemmings game card | Oh No! More Lemmings — PC CD disc |
| lemmings-2_pc_cd_disc.jpg | Lemmings 2: The Tribes game card | Lemmings 2: The Tribes — PC CD disc |
| lemmings-chronicles_pc_cd_disc_a.jpg | The Lemmings Chronicles game card | The Lemmings Chronicles — PC CD disc |

---

## Hall of Light (manual download required)

The following Amiga screenshots must be downloaded manually from Hall of Light (hol.abime.net)
per their terms of service. Visit the URLs below and download screenshots from each game page.

| Game | Hall of Light URL |
|---|---|
| Menace (1988) | <https://hol.abime.net/1002> |
| Blood Money (1989) | <https://hol.abime.net/181> |
| Lemmings (1991) | <https://hol.abime.net/1288> |
| Oh No! More Lemmings (1991) | <https://hol.abime.net/1624> |
| Lemmings 2: The Tribes (1993) | <https://hol.abime.net/1289> |
| Walker (1993) | <https://hol.abime.net/2291> |
| Hired Guns (1993) | <https://hol.abime.net/973> |

After downloading, upload to R2 using:
```bash
curl -s -X PUT \
  "https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/r2/buckets/${R2_BUCKET_NAME}/objects/dma-design/images/{filename}" \
  -H "Authorization: Bearer ${R2_API_TOKEN}" \
  -H "Content-Type: image/png" \
  --data-binary @/tmp/{filename}
```

Then reference in HTML as:
```html
<img src="${R2_PUBLIC_URL}/dma-design/images/{filename}" alt="...">
```
