Add low-res icon QA exports
Some checks failed
Build Rust / Cargo Test (push) Successful in 4m2s
Build Site / Next.js Build (push) Failing after 4s
Lint Governance / BEP Metadata (push) Successful in 1s

This commit is contained in:
Conrad Kramer 2026-06-07 22:18:06 -07:00
parent 6c169f6b45
commit 7ded0e2e69
26 changed files with 135 additions and 0 deletions

View file

@ -46,3 +46,18 @@ for f in Apple/UI/Assets.xcassets/AppIcon.appiconset/*.png; do
magick design/brand/burrow-owl-icon-master.png -colorspace sRGB -resize "${size}x${size}!" -strip "PNG24:$f"
done
```
Run low-resolution export QA with:
```bash
Scripts/check-brand-icon-lowres.sh
```
The script writes `design/brand/low-res/`, including:
- `burrow-icon-{16,20,24,29,32,40,48,64,80,128,256}.png`
- `preview-strip.png`, a 256-to-16px visual strip scaled up for inspection
- `report.csv`, with color-count and grayscale-contrast checks
Sizes that overlap `Apple/UI/Assets.xcassets/AppIcon.appiconset/` should remain
pixel-identical to the generated app catalog assets.