board assets: fix 10 board-image dimensions + square the Huawei logo - #334
#334board assets: fix 10 board-image dimensions + square the Huawei logo#334
Conversation
… logo Re-export to the required sizes so they pass asset validation: - 10 board images -> 1920x1080 (were 1900–2048 wide / non-16:9): armsom-sige3, bigtreetech-cb2, jethubj80, mba8mpxl, mba8mpxl-ras314, mekotronics-r58x-4g, radxa-dragon-q6a, thinkpad-x13s, xiaomi-elish, youyeetoo-yy3588 - huawei-logo.png -> 520x520 (square) All retain transparent backgrounds. Signed-off-by: Igor Pecovnik <igor@armbian.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (11)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes the pre-existing assets that fail validation (10 board images at the wrong size, 1 non-square vendor logo).
Board images → 1920×1080 (were 1900–2048px wide / not 16:9):
armsom-sige3,bigtreetech-cb2,jethubj80,mba8mpxl,mba8mpxl-ras314,mekotronics-r58x-4g,radxa-dragon-q6a,thinkpad-x13s,xiaomi-elish,youyeetoo-yy3588Vendor logo → square:
huawei-logo.png(520×520)All keep transparent backgrounds. Verified locally: every changed asset passes dimensions, transparency, and square checks. Pairs with the stricter validation in #333.