vote up 1 vote down star

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

flag

1 Answer

vote up 0 vote down

I'd go for the following approach:

  • Use an application such as IECapt to capture the URL to a file
  • Develop a simple application to manipulate the image based on the parameters you need
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.