문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top