convert image to .icns file AppleScript Obj-C

做~自己de王妃 提交于 2019-12-10 12:23:49

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/11991645/convert-image-to-icns-file-applescript-obj-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!