屏幕截图软件
好吧,伙计们,我的工作,当我们需要发送网站进行审查和编辑时需要屏幕截图。我们经常需要对整个网站进行屏幕截图并打印出来。这真的很痛苦,尤其是当他们进行一项更改并想要所有新的屏幕截图时。现在我们只使用一个 Firefox 插件,您需要右键单击、获取屏幕截图等。是否有任何程序、软件、插件等可以捕获整个目录或获取链接列表并一次生成多个图像?任何事物?
Ok guys, My work, when we need to send sites to review and editorial requires screenshots. we often need to screen shot entire websites and print them. it's a real pain in the butt especially when they make one change and want all new screenshots. right now we just use a firefox plugin that you need to right click, get screenshot etc. is there any program, software, plugin etc, that can either capture an entire directory or take a list of links and produce multiple images at once? anything?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们围绕 IECapt 构建了一个 api 驱动的解决方案,用它来驱动我们网站 webtrendsnow 上的所有网络缩略图。 com. IECapt 很好,因为它可以与您可能需要的任何插件等(闪存等)配合使用,这通常是其他一些对 Linux 更友好的解决方案的问题。
我们原本计划将 API 公开,但我们一直被其他项目分散了注意力,而且似乎没有很大的需求。
我们从源代码编译了 IECapt 的 C# 版本,因为我们想要添加对更大屏幕尺寸 IIRC 的支持。如果您需要修复,请告诉我,我会尽力为您找到它。
至于自动化,我们用 perl 编写了一些简单的脚本来启动 IECapt,将输出导出为 png,然后使用 imagemagick 制作裁剪后的 JPEG 等。
We built an api driven solution around IECapt which we use to drive all the web thumbnails on one of our sites webtrendsnow.com. IECapt is nice in that it plays ball with any plugins etc that you might need (flash etc) and this is often the issue with some of the other more linux friendly solutions.
We were planning on making the API public, but we've been distracted by other projects and there didn't seem to be a huge demand.
We compiled the C# version of IECapt from source as we wanted to add in support for larger screen sizes IIRC. If you need the fix, let me know and I'll try to find it for you.
As for automating it, we wrote some simple scripts in perl to launch IECapt, get the output to a hires PNG, then use imagemagick to make cropped JPEGS etc.