Search found 1 match

by coche
2012-01-15T00:01:14-07:00
Forum: Bugs
Topic: Conversion from png to ico fails
Replies: 5
Views: 12117

Re: Conversion from png to ico fails

Thanks glennrp! The following code worked for me: convert image.png -define png:color-type=6 image.ico Before using your command, I used the simple: "convert image.png image.ico" and although the ico file was created well, I noticed that the "dimensions" meta data was not written...