Firefox:位图数据句柄?
我听说可以获取在 Firefox 浏览器上查看的网页的位图/图像句柄。我已经研究了一段时间,但找不到任何东西。
所以我希望有人知道如何做到这一点,最好通过命令行(bash,Linux 上的任何其他 shell)。
老实说,任何可以执行此操作的浏览器都可以,只要它简单并且在 shell 上即可!
谢谢大家
I have heard that it is possible to get a bitmap/image handle of the webpage being viewed on a firefox browser. I have been researching for a bit and couldn't not find anything.
So I am hoping if anyone knows how to do this, preferable via the command line (bash, any other shell on Linux).
To be honest, any browser that I could do this on is fine as long as its simple and on the shell!
Thanks all
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有一个选项:ImageMagick 有一个 import 命令,可以截取任何 (X服务器)窗口从命令行。如果您不想要整个窗口,您可以指定裁剪区域。
Just one option: ImageMagick has an import command that will take a screenshot of any (X server) window from the command line. If you don't want the entire window you can specify a cropping area.