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"
"icon_16x16@2x.png:32x32"
"icon_32x32.png:32x32"
"icon_32x32@2x.png:64x64"
"icon_128x128.png:128x128"
"icon_128x128@2x.png:256x256"