Add low-res icon QA exports
This commit is contained in:
parent
6c169f6b45
commit
7ded0e2e69
26 changed files with 135 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue