Try something like this...sage12 wrote: 2018-12-04T03:02:36-07:00I have used the Studio to convert a 256 pixel PNG into an ICO with transparency
put its only 256. ICOs can (should) be multi-resolution 16, 32, 64, 128 AND 256 pixels sqaure.
Code: Select all
convert input.png -define icon:auto-resize="256,128,64,32,16" result.ico