I have created a favicon.ico file that contains three sizes of .png icon sizes, 16px, 32px, and 64px.
In my Mac Finder, I have their sizes at 339b, 1kb, and 4kb respectively after optimizing them using ImageOptim. So let's maybe round up to 6kb?
However, when I run this ImageMagick command:
convert 16.png 32.png 64.png myfav.ico
The resulting .ico file is 22kb!
This is a pretty large file and unexpected.
What did I do wrong? What can I do to make it smaller (if anything)?