0

how can I convert a .png image to a .icns using applescript? Any help would be greatly appreciated.

atomikpanda
  • 1,845
  • 5
  • 33
  • 47

1 Answers1

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