Search found 2 matches

by AlexMorse2016
2016-01-07T10:26:44-07:00
Forum: Users
Topic: Problems converting PNG to ICO
Replies: 5
Views: 13586

Re: Problems converting PNG to ICO

Ive got the ICO being output, but when I add in "-color 8", or "-color 16", it immediately starts showing a solid garbled background and bad aliasing. the icon looks good with this output, but I want to reduce the colors a bit more, to save file-size: convert /icons/newstimes-01.png -define icon ...
by AlexMorse2016
2016-01-07T10:20:10-07:00
Forum: Users
Topic: [SOLVED] PNG to ICO while preserving transparency
Replies: 4
Views: 41196

Re: [SOLVED] PNG to ICO while preserving transparency

This does preserve the transparency (from png with alpha trans), but when I add -color 8, to reduce colors, the background color comes back and the image is degraded badly. Is there a way to also reduce .ico file size when converting form a png? The PNG is 300bytes, but when exported by ImageMagick ...