Convert Ico to pngs : specifying png filenames
Posted: 2015-06-17T14:59:52-07:00
Using the command 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.
Code: Select all
convert MyIcon.ico MyIcon.png
But can I specify the naming convention of the png files ?, By default Img generates MyIcon-{x}.png file.