Code: Select all
convert.exe input.png -define icon:auto-resize="256,128,64,48,32,16" output.ico
Are multi resolution ico files even supported by the wrapper to this date? And if not, is there a workaround like directly accessing the wrapped functionality? Temporary files are not a problem for me.
My backup plan is to install ImageMagick additionally to the wrapper to use convert.exe, but I want to determine if it's possible without doing it
Thank you very much