dotfiles/bin/png2ico

4 lines
115 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
2020-10-27 21:06:46 +01:00
convert -background transparent "$1" -define icon:auto-resize=16,24,32,48,64,128,256 "$1.ico"