有没有办法从 Internet Explorer 获取像素数据?
Excanvas.js 允许 IE 使用 canvas 标记,但 getImageData 方法是不支持。
有没有办法获取 IE 中指定像素的值(img 或 VML 或来自服务器的位图可以在 IE 中显示的任何其他方式)?我假设没有。
我正在尝试消除服务器命中以提高 Ajax 应用程序的响应能力,但如果无法从 IE 中获取信息,我可能只能为 FF、Chrome、Opera 和 Safari 做到这一点。
Excanvas.js allows IE to work with the canvas tag, but the getImageData method is not supported.
Is there any way at all to get the value of a specified pixel in IE (img or VML or whatever other ways bitmaps from a server can be displayed in IE)? I'm assuming there's not.
I'm trying to get rid of a server hit to improve responsiveness of an Ajax app, but I might only be able to do it for FF, Chrome, Opera, and Safari if there's no way to coax the info out of IE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如下面的链接中提到的...
http://groups.google.com/group/google-excanvas/browse_thread /thread/7d35fa72dbe1487b
为什么 IE 不能像其他孩子一样使用真正的画布......
As mentioned in the link below...
http://groups.google.com/group/google-excanvas/browse_thread/thread/7d35fa72dbe1487b
Why can't IE just use a real canvas like all the other kids....