![]() | 1 run2 2012-02-25 23:02:25 +08:00 doc里有专门的说明,说了像素大小, 搜“Designing Document Icons” |
![]() | 2 run2 2012-02-25 23:10:32 +08:00 |
![]() | 3 run2 2012-02-25 23:14:04 +08:00 呃,上面这个居然是ios分类,不过文档图标貌似主要用于mac os。。规格应该是一样的 |
![]() | 4 magicolor 2012-02-25 23:56:26 +08:00 512×512 256×256 128×128 48×48 32×32 16×16 |
5 fen OP @magicolor 谢谢,我找到了 mac os x 的,不过还是没找到空白的大图标 https://developer.apple.com/library/mac/#documentation/userexperience/conceptual/applehiguidelines/IconsImages/IconsImages.html @sobigfish 官方尺寸要求是 1024 x 1024 pixels 512 x 512 pixels 256 x 256 pixels 128 x 128 pixels 32 x 32 pixels 16 x 16 pixels |
![]() | 6 chenluois 2012-02-26 19:52:06 +08:00 @fen Lion 系统使用的空白文件图标在: /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/GenericDocumentIcon.icns 这个 icns 文件包含了: 512 x 512 pixels 256 x 256 pixels 128 x 128 pixels 32 x 32 pixels 16 x 16 pixels 几种尺寸。 Lion 能支持的图标最大尺寸只有 512 x 512 pixels。 1024 x 1024 pixels 的是为 Mountain Lion 准备的了。 |