open source, multi-platform, browser-based screen capture extension? [closed]

☆樱花仙子☆ 提交于 2019-12-23 18:36:36

问题


I'm considering a project that involves the browser user being able to screen capture the contents of any web page (preferably the whole page, not just the visible portion), do some simple annotation on the image (circles, arrows, underlines, text labels) and send the annotated image to the server.

I see that there are several commercial or freeware browser-based screen capture utilities (which I can't use for this project because it requires specific communications with a specific server).

I'm considering writing my own set of extensions, but it's a little daunting, partly because of the COM complexities for IE, but more generally because it seems like such extensions would break easily with browser updates, and since I want it to work across multiple browsers it seems like it could quickly become a maintenance nightmare.

Do you know of any open source browser-based screen capture extensions? Nice would be code examples showing how to do this on various browsers. Great would be an actively supported library.


回答1:


M Katz,

That's a tough one, personally I'd use BugDigger to capture and annotate pages in a browser. That said, I'm not sure if it is cross-browser compatible to a broad enough degree for you.

One idea though, is to install it then scan it's program folder to see if you see a 3rd party library they may utilize for the capture. If you don't see one, it could be they wrote their own.

http://bugdigger.com/

Good luck!



来源:https://stackoverflow.com/questions/10053342/open-source-multi-platform-browser-based-screen-capture-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!