sips -s format icns input.png --out output.icns
Change "input.png" with png file which you want to convert. You can drag the file into terminal window. Then change the "output.icns" with the new file output includes path of its location. For examples, I want to convert MacGazine.png in /Users/Teddy/Documents/ to MacGazine.icns, and I want the new file located at Desktop.
So I type this command :
sips -s format icns /Users/Documents/MacGazine.png --out /Users/Teddy/Desktop/MacGazine.icns
You can also use its inverse. When you wanna convert .icns file to .png, just simply type the inverse.
sips -s format png input.icns --out output.png
The other way to convert icon is using iConvert icons applications. It's just $4.99 in Mac App Store.
It provides online version for free. You can follow this link.
You can also use its inverse. When you wanna convert .icns file to .png, just simply type the inverse.
sips -s format png input.icns --out output.png
Blogger Comment
Facebook Comment