terminal - png2ico exporting ICO in lower quality than the original PNGs -


i have 6 png files want bundle 1 ico file. i'd use png2ico instead of web app convertico.org's web app.

when ico produced using png2ico, quality of ico seems have dropped. below 2 images (100% view , zoomed in) comparing png2ico output (right) original png (left).

comparison of original png & png2ico's output.

comparison of original png & png2ico's output magnified.

is limitation of png2ico? can stop png2ico lowering quality? can recommend way of bundling 6 pngs 1 ico using terminal on osx?

i emailed developer of png2ico , sounds png2ico supports 256 colors isn't acceptable needed. have since discovered imagemagick can convert , bundle multiple pngs 1 ico rob w's post here.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -