Initial Dansori character workspace

This commit is contained in:
eKeerar
2026-07-04 10:34:46 +09:00
commit 5a419816ff
2480 changed files with 38692 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
> ⚠️ **아카이브** (소스 이미지 생성 기록). 하루카는 완성됨 — 현재 베이스 = `INTERACTIVE_RIG_HANDOFF.md` + `Haruka_Profile/`.
# Haruka Image Generation Progress Handoff
Updated: 2026-07-03 16:32 KST
## Scope
- This session handled **Haruka only**.
- `Isabel/` was intentionally excluded because it is being processed in another parallel session.
## Result
- Haruka `_RUN_ORDER.md` target set is complete.
- Total Haruka targets: **100**
- Verified OK: **100**
- Missing: **0**
- Bad alpha / bad format: **0**
## Completed Groups
- `Haruka/Reference`: 1 / 1
- `Haruka/Hair/Images`: 22 / 22
- `Haruka/Base/Images`: 23 / 23
- `Haruka/Accessories/Images`: 7 / 7
- `Haruka/Variations/Idol/Images`: 23 / 23
- `Haruka/Variations/Witch/Images`: 24 / 24
## Alpha Verification
All Haruka target PNGs were checked with `System.Drawing.Bitmap`.
Required condition:
- `PixelFormat == Format32bppArgb`
- Four corner pixels have `alpha == 0`
Verification summary:
```text
Haruka target total=100 ok=100 missing=0 bad=0
Haruka\Accessories\Images: total=7 ok=7 missing=0 bad=0
Haruka\Base\Images: total=23 ok=23 missing=0 bad=0
Haruka\Hair\Images: total=22 ok=22 missing=0 bad=0
Haruka\Reference: total=1 ok=1 missing=0 bad=0
Haruka\Variations\Idol\Images: total=23 ok=23 missing=0 bad=0
Haruka\Variations\Witch\Images: total=24 ok=24 missing=0 bad=0
```
## Notes
- Generated sources were produced with a flat chroma-key background, then converted locally with the installed `remove_chroma_key.py` helper.
- Existing images were not AI-edited for transparency; alpha was produced by local pixel-based chroma-key removal.
- The final assets are saved beside their source md files under each `Images/` folder, following `_RUN_ORDER.md`.