5 ms·
> ChatGPT 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 ```
by erickj 2y ago
> ChatGPT
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
```
...
- deleted 2y ago[deleted]