Top "Screenshot" questions

For questions about screenshots — digital images that show the contents of a computer display,

Using HTML5/Canvas/JavaScript to take in-browser screenshots

Google's "Report a Bug" or "Feedback Tool" lets you select an area of your browser window to create a screenshot …

javascript html canvas screenshot
How to programmatically take a screenshot on Android?

How can I take a screenshot of a selected area of phone-screen not by any program but from code?

android screenshot
Website screenshots

Is there any way of taking a screenshot of a website in PHP, then saving it to a file?

php screenshot
How can I save a screenshot directly to a file in Windows?

In Windows XP, one can press Alt-PrintScreen to copy an image of the active window, or Ctrl-PrintScreen to copy an …

windows screenshot
How to screenshot website in JavaScript client-side / how Google did it? (no need to access HDD)

I'm working on web application that needs to render a page and make a screenshot on the client (browser) side. …

javascript screenshot capture google-search
Capture screenshot of active window?

I am making a screen capturing application and everything is going fine. All I need to do is capture the …

c# screenshot active-window
Take screenshots in the iOS simulator

I want to take a screenshot of my iOS application when it is running in the simulator, and save the …

ios iphone xcode ios-simulator screenshot
Take a full page screenshot with Firefox on the command-line

I'm running Firefox on a Xvfb in a VPS. What I want to do is to take a full page …

shell firefox command-line screenshot
Screenshot sizes for publishing android app on Google Play

On the developer's console when you go to publish your android application the screenshots are needed with the following specifications, 320 …

android google-play screenshot
How to save the contents of a div as a image?

Basically, I am doing what the heading states, attempting to save the contents of a div as an image. I …

javascript jquery html screenshot