# Photo credits

Sample photographs used in this mockup are sourced from Wikimedia Commons
under licenses that permit reuse (public domain, CC0, CC BY, or CC BY-SA).
All images were center-cropped, resized, converted to RGB JPEG, and stripped
of EXIF metadata by `scripts/fetch-photos.py`; no other edits were made.

**CC BY / CC BY-SA note:** these licenses require attribution and (for
BY-SA) share-alike on redistribution. Since this is a static mockup site,
keep this credits page linked from the site (e.g. a footer link) wherever
these images are used publicly.

## Real photographs

| File | Commons page | Author | License |
|---|---|---|---|
| `building-hero.jpg` | [File:FLATS GAZERY.jpg](https://commons.wikimedia.org/wiki/File:FLATS_GAZERY.jpg) | Kawatoru55 | CC BY-SA 4.0 |
| `building-01.jpg` | [File:Heiwa Danchi (Public Housing) Kanoya 20210409.jpg](https://commons.wikimedia.org/wiki/File:Heiwa_Danchi_(Public_Housing)_Kanoya_20210409.jpg) | ja:User:Sanjo | CC BY-SA 4.0 |
| `building-02.jpg` | [File:Sukematsu-Danchi-of-Izumiotsu-City001.JPG](https://commons.wikimedia.org/wiki/File:Sukematsu-Danchi-of-Izumiotsu-City001.JPG) | 阪神強いな | CC BY-SA 3.0 |
| `building-03.jpg` | [File:Apartment building in unidentified location in Japan - 画像 022.jpg](https://commons.wikimedia.org/wiki/File:Apartment_building_in_unidentified_location_in_Japan_-_%E7%94%BB%E5%83%8F_022.jpg) | ぶーーーーーた | CC BY-SA 3.0 |
| `building-04.jpg` | [File:Azabu Gardens East, part of a luxury apartments complex.jpg](https://commons.wikimedia.org/wiki/File:Azabu_Gardens_East,_part_of_a_luxury_apartments_complex.jpg) | Syced | CC0 |
| `building-05.jpg` | [File:Apartment Building (14327302266).jpg](https://commons.wikimedia.org/wiki/File:Apartment_Building_(14327302266).jpg) | Steven-L-Johnson | CC BY 2.0 |
| `building-06.jpg` | [File:Momijidai in Atsubetsu ward, Sapporo city, Hokkaido(14829627920).jpg](https://commons.wikimedia.org/wiki/File:Momijidai_in_Atsubetsu_ward,_Sapporo_city,_Hokkaido(14829627920).jpg) | MIKI Yoshihito | CC BY 2.0 |
| `roof-overview.jpg` | [File:FinishedEPDMcoveredRoof.jpg](https://commons.wikimedia.org/wiki/File:FinishedEPDMcoveredRoof.jpg) | KVDP | Public domain |
| `wall-overview.jpg` | [File:Condominium in maintenance.jpg](https://commons.wikimedia.org/wiki/File:Condominium_in_maintenance.jpg) | Namazu-tron | CC BY-SA 3.0 |
| `wall-crack.jpg` | [File:Concrete wall cracking as its steel reinforcing cracks and swells 9061.jpg](https://commons.wikimedia.org/wiki/File:Concrete_wall_cracking_as_its_steel_reinforcing_cracks_and_swells_9061.jpg) | JonRichfield | CC BY-SA 3.0 |
| `wall-efflorescence.jpg` | [File:Efflorescence0663253.JPG](https://commons.wikimedia.org/wiki/File:Efflorescence0663253.JPG) | 日:Jnn | CC BY 2.1 jp |
| `wall-spalling.jpg` | [File:Concrete spalling caused by oxide jacking at the Herbst Pavilion, Fort Mason Center, San Francisco.jpg](https://commons.wikimedia.org/wiki/File:Concrete_spalling_caused_by_oxide_jacking_at_the_Herbst_Pavilion,_Fort_Mason_Center,_San_Francisco.jpg) | Cullen328 (Jim Heaphy) | CC BY-SA 3.0 |
| `balcony-overview.jpg` | [File:Balconies of a Sapporo apartment building.jpg](https://commons.wikimedia.org/wiki/File:Balconies_of_a_Sapporo_apartment_building.jpg) | Sgroey | CC BY-SA 4.0 |

## Generated placeholders

No suitably-licensed Commons photo could be found for these slots after a
genuine search (5+ queries each, in English and Japanese, across several
search rounds — e.g. "roof drain debris", "ルーフドレン", "silicone caulk
window frame", "コーキング 劣化", "タイル 浮き 外壁", "ベランダ 床 防水",
"配管貫通部 シーリング", etc.). These are generated placeholder JPEGs: a
soft grey-blue gradient (#e3e8ef → #cbd5e1) with a centered Japanese
caption naming the subject, rendered with Hiragino Sans. They are not
photographs and carry no license/attribution requirement — they exist
purely as visual stand-ins for the mockup layout.

| File | Placeholder caption |
|---|---|
| `roof-drain.jpg` | 写真：ルーフドレン滞水 |
| `roof-topcoat.jpg` | 写真：トップコート劣化 |
| `roof-blister.jpg` | 写真：防水層の膨れ |
| `sealant-overview.jpg` | 写真：シーリング目地 |
| `sealant-failure.jpg` | 写真：シーリング劣化 |
| `tile-overview.jpg` | 写真：外壁タイル |
| `balcony-floor.jpg` | 写真：バルコニー床防水 |
| `balcony-pipe.jpg` | 写真：配管貫通部 |

## Reproducing this set

Run `python3 scripts/fetch-photos.py` from the repo root. It re-downloads
each real photo from Commons (via the API, no key needed), re-applies the
same center-crop/resize/strip-EXIF/JPEG-quality-82 processing, and
regenerates the placeholder images. The exact Commons file titles chosen
for each slot are recorded in that script.
