I've been thinking about tackling this project and not sure where to start. I need to make it possible for my site visitors to take screen shots of a predefined area of a webpage they are currently on and then have that screen shot saved on the server and available on the site. Ohh and by the way I am not refering to the standard PRINT SCREEN feature most computers have. This would be an all web driven feature on the website. I've found some sites that describe something similar but I'm just not sure if the methods described fulfill the part of saving the image back onto the website. Request: I would appreciate if anyone has come across articles that discuss how to go about implementing such a function. Question: The other important question I have is what language is recommended for such a feature? Please feel free to ask any questions if I need to clarify something.
You can develop it with PHP/ASP.Net/C# on Windows Platform, there is a SDK for HTML to image: http://www.acasystems.com/en/web-thumb-activex/ Some samples: PHP: How to convert webpage to image using PHP? ASP: How to convert web page to JPG image with ASP