Search found 1 match

by error0x6b
2016-02-25T02:55:07-07:00
Forum: Magick.NET
Topic: How to write a multi-resolution ico?
Replies: 1
Views: 8530

How to write a multi-resolution ico?

I basically want to do this: convert.exe input.png -define icon:auto-resize="256,128,64,48,32,16" output.ico with my MagickImage-Object, but I don't know how. I also thought on creating the different resolutions by myself, but there's still the problem to save all the different resolution ...