SilverLight 图像的 PNG 文件大小是否有大小限制?

发布于 2024-07-26 01:22:26 字数 153 浏览 5 评论 0原文

我在将图像加载到 SilverLight 应用程序中时遇到了问题。

这些图像是为 DeepZoom 目的而生成的,大小超过 30 兆(PNG 格式)。

我被告知可以加载的位图大小可能有限制,我想知道在哪里可以找到此类信息的参考点,以便我可以决定下一步。

I have been running into issues loading Images into a SilverLight Application.

These images have been generated for DeepZoom purposes and have sizes of over 30 Megs (as PNG).

I have been told there might be a limit to BitMap Sizes that can be loaded, I would like to know where I can have a point of reference to this kind of information so I can decide the next step forward.

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

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

发布评论

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

评论(2

岁吢 2024-08-02 01:22:26

这篇博文指出图像的最大像素大小似乎约为 20516 x 15291 像素。 然而,其中一条评论指出:

...我有一个原型,可以顺利地进行
渲染 OpenStreetMap 项目
世界地图大小为 67108864 x
67108864 像素。

This blog post states that the maximum pixel size of the images appears to be around 20516 x 15291 pixels. However, one of the comments states:

...I have a prototype that smoothly
renders the OpenStreetMap project with
a world map size of 67108864 x
67108864 pixels.

泪是无色的血 2024-08-02 01:22:26

如果您遇到文件格式错误消息的问题,请尝试将图像裁剪为几个像素。 这对我有用。

If you have the problem with inappropriate file format message, try to crop the image for few pixels. It worked for me.

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