Hacker News new | ask | show | jobs
by erickj 489 days 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 ```

...