Skip to content

Instantly share code, notes, and snippets.

@sunfuze
sunfuze / create_icns.sh
Created February 6, 2025 03:23 — forked from xtrasmal/create_icns.sh
Create a .icns file and/or png placeholders. Uses imagick to create the placeholders.
#!/bin/bash
# Icons and names
ICONS=(
"icon_16x16.png:16x16"
"[email protected]:32x32"
"icon_32x32.png:32x32"
"[email protected]:64x64"
"icon_128x128.png:128x128"
"[email protected]:256x256"