convert -resize 75% <2x source> <1.5x destination>
convert -resize 50% <2x source> <1x destination>
convert -gravity center -background transparent -extent <geometry> <source> <destination-optional>
convert -gravity center -background transparent -resize 256x256 -extent 256x256 <source> <destination-optional>