how can I convert a .png image to a .icns using applescript? Any help would be greatly appreciated.
Asked
Active
Viewed 753 times
1 Answers
2
Could you just use sips?
sips -s format icns test.png -o test.icns
It doesn't seem to support 1024 x 1024 images or create smaller versions though.

Lri
- 26,768
- 8
- 84
- 82