Windows 应用程序图标文件

发布于 2024-09-27 07:01:36 字数 343 浏览 0 评论 0原文

在 Windows(XP - 7,假设是同一进程)上创建 .exe 时,应用程序图标的格式是什么?文件扩展名是什么?最大尺寸是多少?

对于 Mac OS X 上的应用程序,可以右键单击该应用程序并选择“显示包内容”。从这里,可以在名为“resources”的文件夹中找到 .icns 文件以及与应用程序相关的其他资产。 .icns 文件包含 5 种尺寸的同一图标文件(16x16、32x32、128x128、256x256 和 512x512)。 XCode 开发工具中名为“Icon Composer”的应用程序用于生成 .icns 文件

我对 Windows 软件开发零经验,但想了解为 Windows 应用程序准备图标文件的最佳实践。

when creating an .exe on Windows (XP - 7, assuming it's the same process), what is the format for the application icon? what is the file extension? what size is the maximum?

with applications on Mac OS X, it is possible to right-click on the application and select "Show Package Contents". from here, an .icns file can be found in a folder called "resources" along with other assets pertaining to the application. .icns files contain 5 sizes of the same icon file (16x16, 32x32, 128x128, 256x256 and 512x512). an application from XCode developer tools called "Icon Composer" is used to produce .icns files

i have zero experience with Windows software development but would like to know best practices for preparing icon files for Windows applications.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

死开点丶别碍眼 2024-10-04 07:01:36

Visual Studio 具有用于在编译时在可执行文件上编辑和嵌入图标的工具。

visual Studio has tools for editing and embedding an icon on an executable file, at compile time.

べ映画 2024-10-04 07:01:36

您需要一个 .ico 文件;详细信息创建 Windows XP 图标

You need an .ico file; more info Creating Windows XP Icons

风向决定发型 2024-10-04 07:01:36

您可以使用资源调谐器来显示任何.exe文件中的资源

资源调谐器允许任何人查看、编辑、提取和替换字符串、位图、徽标和图标...所有这些都构成了 Windows 程序的可视部分。

You can use Resource Tuner to display the resources in any .exe file

Resource Tuner lets anyone view, edit, extract, and replace strings, bitmaps, logos and icons... All that make up the visual part of your Windows program.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文