I'm working on web application that need to render page and make a screenshot on client (browser) side. I don't need screenshot to be saved on local HDD though, just kept in RAM and send to application server later.
I researched:
1. BrowserShots alike services...
2. Mechanized browsers...
3. wkhtmltoimage...
4. Python WebKit2PNG...
But nothing of those gives me all I need, witch is:
1. Processing at browser side (generate screenshot of page). Don't need to be saved on HDD! Just...
2. ...send image to Server for further processing.
3. Capturing whole page (not only visible part)
Eventually I came onto Google Feedback Tool (click "feedback" on YouTube footer to see this). It contains JavaScript for JPG encoding and two other huge scripts that I can't solve what do they do... But it's processed on Client side - otherwise there would be no point putting this huge JPEG encoder in the code!
Anyone got any idea how did they made it / how can I make it?
Here is an example of the feedback (report a bug on some screens)
