Please give me the Image Magick command to convert a PNG to ICO
>
``` convert input.png -define icon:auto-resize=256,128,64,48,32,16 output.ico ```
...