IHTMLImgElement 到 byte[]
我正在尝试从 c# webbrowser 控件中提取图像,并返回相同的字节数组,我已设法提取图像,但购买无法获取相同的字节数组。
我如何将 IHTMLImgElement 转换为 byte[],在 google 上找不到好的示例,请提出任何建议?
谢谢。
I am trying to extract image from c# webbrowser control, and return byte array of the same, i have managed to extract image, buy unable to get byte array of the same.
How do i get IHTMLImgElement to byte[], cannot find good examples on google, please any suggestions ?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
直接下载原版怎么样?
您可能需要将 src 转换为完全限定的 URL,您可以从 webBrowser.Url (?) 属性获取该 URL。
How about just downloading the original?
You may need to convert src to a fullly qualified URL which you can probably get from the webBrowser.Url (?) property.