移动应用程序图标以低分辨率而不是高分辨率显示
我们为 Windows Mobile 6.5 设备开发了一个应用程序,该应用程序具有一个我们使用 IcoFX 基于高分辨率 .PNG 创建的图标。它具有从 256x256 的所有图标(具有 alpha 透明度)到尽可能低的分辨率和颜色深度。我认为我们涵盖了分辨率和颜色深度的所有可能组合(就像我们其他一些 Windows 图标所做的那样)。
当我们在 Windows 中看到 .exe 时,它似乎使用极低的分辨率和颜色深度,即使打开大图标视图,也没有什么区别。 在 Windows Mobile 设备上,它看起来或多或少,但还不够好。
我们使用 .CAB 文件部署应用程序。
有谁知道发生了什么事吗?
We developed an application for windows mobile 6.5 devices which has an icon which we created with IcoFX based on a hi res .PNG. It has all the icons from 256x256 with alpha transparency down to the lowest resolution and color depth possible. I think we covered all possible combinations of resolutions and color depths (as we some some other windows icons did).
When we see the .exe in windows it seems to use an extremely low resolution and color depth even with large icon view on, doesn't make a difference.
On a windows mobile device it looks more or less but not good enough.
We deploy the app using a .CAB file.
Does anyone know what is going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我记得,PNG图像用于 开始屏幕图标。
您需要将多个图像放入单个 ICO 文件中作为 EXE 图标。 ICO 文件需要编译为 EXE 内的资源。
as I remember, PNG image is used for start screen icon.
You need multiple images put inside single ICO file for the EXE icon. The ICO file need to be compiled as resource inside the EXE.