UIWebview无法显示一些大尺寸图片?

发布于 2024-10-13 08:09:01 字数 77 浏览 3 评论 0原文

UIWebview 可以处理的最大尺寸图像是多少? 原始图像大小为:宽度700像素,高度6900像素,并且uiwebview不显示任何内容。

what's biggest size image can UIWebview handle?
the origin image size is: width 700 pixels, height 6900 pixels, And uiwebview display nothing.

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

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

发布评论

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

评论(2

执妄 2024-10-20 08:09:01

iOS 有 3MB 大小限制。图片尺寸(宽x高)必须小于3 * 1024*1024

iOS has the 3MB size limitation. the image size (width x height) must less than 3 * 1024*1024

缱倦旧时光 2024-10-20 08:09:01

我通过一些测试发现 html5 画布的限制为 768*4096,即每像素 1 字节为 3MB。对于图像强制执行相同的分辨率,因为重要的不是原始图像大小,而是在屏幕上渲染的位图的大小。

I've discovered from some testing a limit on my html5 canvasses of 768*4096, or 3MB at 1 byte per pixel. The same resolution is enforced for images, as its not the original image size that matters, but the size of the bitmap that is rendered on the screen..

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