URL-&coordinate based screen capturing tool
Posted
by Enrico Stahn
on Stack Overflow
See other posts from Stack Overflow
or by Enrico Stahn
Published on 2008-11-19T18:44:53Z
Indexed on
2010/03/30
14:03 UTC
Read the original article
Hit count: 449
screenshot
|image-capture
Hello,
I'm searching for a screen capturing tool which captures areas of an website/web-application based on the url. The very best for me would be an firefox/ie addon with an API accessible via javascript.
Example:
URL, Coordinates, Filename
http://foo.com/project/show/33; rectangle:10,10,50,50; myapp-area1.jpg
http://foo.com/project/show/33; rectangle:100,100,150,150; myapp-area2.jpg
© Stack Overflow or respective owner