Search found 2 matches

by skoll
2013-03-12T00:44:04-07:00
Forum: Users
Topic: Converting from ico
Replies: 3
Views: 19000

Re: Converting from ico

Thanks a lot! That's exactly what I was looking for.
by skoll
2013-03-11T06:36:11-07:00
Forum: Users
Topic: Converting from ico
Replies: 3
Views: 19000

Converting from ico

Hi,

I need to convert a multi-resolution ico to a png. When I invoke the command
convert image.ico image.png I get several output files, one for each resolution in the ico.

When I invoke the command
convert image.ico -thumbnail 64x64 -flatten image.png I do get one file as output, but it seems ...