Search found 2 matches

by Sisko
2015-06-17T14:59:52-07:00
Forum: Users
Topic: Convert Ico to pngs : specifying png filenames
Replies: 1
Views: 2008

Convert Ico to pngs : specifying png filenames

Using the command

Code: Select all

convert MyIcon.ico MyIcon.png
I can convert an icon into multiple png files.
But can I specify the naming convention of the png files ?, By default Img generates MyIcon-{x}.png file.
by Sisko
2015-06-17T14:44:32-07:00
Forum: Users
Topic: Convert multiple Pngs to one ico
Replies: 0
Views: 5072

Convert multiple Pngs to one ico

I have a series of square Png files representing a same image in different sizes, how can I, via the command line ,convert them to one single multi-res windows ico file ?
Thanks