capturePicture() 将结果位图放入内存不足
我是 Android/Java 编程新手,并尝试从 webview.capturePicture() 获取位图。但是,在网页很长的情况下,图片的高度太大,并且 createBitmap() 会返回内存不足。我的问题是:
- 有没有办法在 sub 中提取图片,以便 createBitmap() 不需要大量内存?
- 除了 capturePicture() 之外,还有其他方法获取 Web 视图图像吗?
任何帮助表示赞赏。
I'm new to Android/Java programming and trying to get a bitmap from webview.capturePicture(). However, in cases where the web page is long, the Picture's height is too big and createBitmap() is returning out of memory. My questions are:
- Is there a way to extract the Picture in sub so createBitmap() does not need a lot of memory?
- Is there another way to get the web view image other than capturePicture()?
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这样就可以得到一个Bitmap。
in this way you can get a Bitmap.