0

I have 6 PNG files that I want to bundle into one ICO file. I'd like to use something like png2ico instead of a web app like ConvertICO.org's web app.

When the ICO is produced using png2ico, the quality of the ICO seems to have dropped. Below are 2 images (100% view and zoomed in) comparing the png2ico output (right) to the original PNG (left).

Comparison of original PNG & png2ico's output.

Comparison of original PNG & png2ico's output magnified.

Is this a limitation of png2ico? Can I stop png2ico from lowering the quality? Can you recommend another way of bundling 6 PNGs into 1 ICO using Terminal on OSX?

Jonathan
  • 135
  • 2
  • 8

1 Answers1

0

I emailed the developer of png2ico and it sounds like png2ico only supports 256 colors which isn't acceptable for what I needed. I have since discovered that ImageMagick can convert and bundle multiple PNGs into one ICO thanks to Rob W's post here.

Community
  • 1
  • 1
Jonathan
  • 135
  • 2
  • 8