views:

85

answers:

1

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

A: 

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
joeysim