#!/bin/bash
# infile must be 175x175

infile=$1
convert -matte $infile mask.png -compose DstIn -composite icon.png
