iblai-vibe-iconography

Solid

Generate every required app-icon size for Tauri desktop, iOS, Windows MSIX, and macOS builds from a single source image. Use when the user mentions app icons, icon generation, iconography, favicons, replacing the logo, or needs the full icon set for a desktop/mobile build. The ready-made default ibl.ai icon set ships in iblai-vibe-ops-build/assets/icons/.

AI & Automation 15 stars 5 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Generate Tauri App Icons Generate all required icon sizes for Tauri desktop, iOS, Windows MSIX, and macOS builds from a single source image. > The default ibl.ai icon set (every size below) is bundled at > [`iblai-vibe-ops-build/assets/icons/`](../iblai-vibe-ops-build/assets/icons/) — > copy it into `src-tauri/icons/` as a starting point, or regenerate from > your own logo with the commands here. --- ## Quick Start ```bash # Option A — Tauri's built-in (standard desktop/mobile icons, no MSIX) # Requires @tauri-apps/cli + Rust toolchain: pnpm exec tauri icon path/to/logo.png # Option B — ImageMagick (the full set INCLUDING the MSIX logos below) # Requires `convert`; one resize per target size, e.g.: for s in 32x32 128x128 256x256; do \ convert path/to/logo.png -resize $s -gravity center -background none \ -extent $s -alpha on PNG32:src-tauri/icons/$s.png; done ``` Both write to `src-tauri/icons/`, overwriting existing files. For the complete MSIX size list plus the multi-resolution `.ico` / `.icns` recipe, see [`/iblai-vibe-ops-build` → tauri-commands](../iblai-vibe-ops-build/references/tauri-commands.md). --- ## Source Image Requirements - **Format**: PNG or SVG - **Shape**: Square recommended (1:1 aspect ratio) - **Size**: Minimum 512x512 pixels for best quality at all output sizes - **Non-square images**: Centered on a transparent square canvas (letterboxed) --- ## ImageMagick Installation Required for the ImageMagick path (the full MSIX set). Not neede...

Details

Author
iblai
Repository
iblai/vibe
Created
5 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category