简体   繁体   English

我在哪里可以找到Mac上的Icon Composer?

[英]Where can i find Icon Composer on Mac?

I am trying to locate Icon Composer, which was supposedly downloaded as part of Xcode, however I can't find it, neither in applications nor with the spotlight. 我正在尝试找到Icon Composer,它应该是作为Xcode的一部分下载的,但我无法在应用程序或聚光灯下找到它。

Any ideas where it might be, or if I have to download it separately? 任何想法,或者我必须单独下载? If so, where from? 如果是这样,从何而来? I tried looking for it in the App Store, but nothing found. 我尝试在App Store中寻找它,但没有找到。

Edit: I am using Xcode 4.4.1 if that helps. 编辑:如果有帮助,我正在使用Xcode 4.4.1。

Icon Composer isn't supported by Apple these days, and one of the reasons is that Icon Composer doesn't allow for working with Retina Displays. Apple目前不支持Icon Composer,其中一个原因是Icon Composer不允许使用Retina Displays。

The replacement is a clunky command line tool named " iconutil ". 替换是一个名为“ iconutil ”的笨重的命令行工具。 It probably gets installed as part of the "Command Line tools for Xcode" download. 它可能是作为“Xcode命令行工具”下载的一部分安装的。

You need to create your icons as PNG's, put them into a folder (which will be called an .iconset ) and then run the " iconutil " tool on that folder to create an " .icns " file. 您需要将图标创建为PNG,将它们放入一个文件夹(称为.iconset ),然后在该文件夹上运行“ iconutil ”工具以创建“ .icns ”文件。

This related question has a useful answer , and it points to this Apple documentation . 这个相关的问题有一个有用的答案它指向这个Apple文档 Once you get the hang of it though, the process of creating icons becomes straightforward. 一旦掌握了它,创建图标的过程就会变得简单明了。

I have it for that version of Xcode in /Applications/Development. 我在/ Applications / Development中使用了该版本的Xcode。 If you don't have it, run Xcode and select the menu item "Xcode->Open Developer Tool->More Developer Tools..." and look for a graphics-related download. 如果没有,请运行Xcode并选择菜单项“Xcode-> Open Developer Tool-> More Developer Tools ...”并查找与图形相关的下载。

Philip is right but here is a clarification, Icon Composer is still available. 菲利普是对的,但这里有一个澄清,Icon Composer仍然可用。 In XCode press the XCode menu > Open Developer Tool > More Developer Tools... 在XCode中按XCode菜单> Open Developer Tool> More Developer Tools ...

In the web site that appears you need to search for "Graphics Tools" and download the dmg file with the same name (around 120 MB). 在出现的网站中,您需要搜索“图形工具”并下载具有相同名称(约120 MB)的dmg文件。 It will contain the Icon Composer app previously distributed with XCode. 它将包含以前随XCode一起分发的Icon Composer应用程序。

Here is a link to another newer github version Icon Compositor 2x - which also does 1024, so Retina resolution. 这是另一个更新的github版本Icon Compositor 2x的链接 - 它也做1024,所以Retina分辨率。 Here is the Github Repository: https://github.com/lemonmojo/IconComposer2x 这是Github存储库: https//github.com/lemonmojo/IconComposer2x

In the following link for the original Icon Composer it says "Note: There is no longer a 1024x1024 size. That's replaced by 512x512@2x." 原始Icon Composer的以下链接中,它显示“注意:不再有1024x1024大小。它被替换为512x512 @ 2x。”

The newer github version called Icon Compositor 2x does 1024 straight 名为Icon Compositor 2x的新github版本直接使用1024

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM