screenshots

Automated screenshots?

I need a tool to make screenshots of every page on a rather large site so I'm looking for a tool that can (best case scenario) automatically spider the site and create screenshots of every page in a folder or (plan B) a browser plug-in that automatically takes a screenshot of every page I load/visit and saves it to my drive. ...

Create images of the page when url supplied programatically (Ruby, PHP)

I am wondering if there is any good way to create image of page when I have url. If people submit url's, I would like to be able to create an image of that page and store that somewhere. I am not sure if this can be done easily or not, I have no simple ideas how to do that. I was wondering before I do something really complicated, if yo...

Seeking: Firefox pluggin to email a screenshot of the *whole screen* (not just browser).

If find frequent need to send a screenshot of my entire screen to someone via email. And I use Gmail so I can't just paste a screen capture in, I have to open an image editor, paste, save, open Gmail, browse, drill down and select the file. I fond a few FF pluggins that do a nice job but only capture the browser. Any suggestions? ...

How to take screenshots of a Flex Spark VideoDisplay?

I want to build a component, where the user can play a video in a Flex Spark VideoDisplay. There will be a button and whenever the button is pressed, I want to save the current time of the VideoDisplay plus a screenshot. The screenshot needs to be someway saved, because I want to display all times and screenshots in a DataGrid (screensho...

Method to capture a screenshot of user's browser to aid in bug reporting

I'm looking for a way to make it easy for technically unsophisticated users to submit screenshots of their browser to me, to aid in debugging web application problems. There will be a button on all pages inside a web application they can use to report problems, which I would like to submit a screenshot (among other things). http://ww...

Where does Xcode Organizer store iPhone screenshots?

I've made a hundred of screenshots from iPhone thru Organizer but it looks like the only way to get actual files is by clicking on each screenshot and saving it. Is there any place on my Mac I can have them all? They are definitely stored somewhere -- all are listed in Organizer>Screenshots. ...

take a screenshot and visually highlight the focused control

After happily using open source software for many years I've figured it's time to give back. And since documentation is usually a weak point for many projects, plus my C# skills are not exactly in high demand in my corner of FLOSS land, I've figured I'll start with tutorials, etc. After the second tutorial for a burning tool, I already ...

Tools to make full web page screenshots in different browsers

Standalone tools or web services. Free or non-free. Tools with API or maven integration are appreciated. Thanks. ...

Executing command line script from Django & Python

I'm building a Django management command which is creating website screenshots using Paul Hammond's webkit2png script (http://www.paulhammond.org/webkit2png/) and stores them into my DB. For this command I'm using the 'call' command from 'subprocess'. How do I execute this command in specific directory (temp/ under django project in thi...

Screenshots taken contain only black pixels

Why do I receive a black screen when using the following code to take a screenshot every 20 milliseconds and transmit it to a peer over an encrypted connection? (I am aware that 20 milliseconds is a bit fast of a refresh rate, but it seems that is not the problem. The processor and network can keep up quite well with the refresh rate, th...

Has anyone got the API working with browsershots?

I can't get the API xmlrpc to work with browser shots its really annoying. The first method $method = 'nonces.challenge'; http://api.browsershots.org/xmlrpc/nonces.challenge/ How do I get the hostname that it meantions it seems just against me. The nonces.verifyUser says it needs 2 inputs and I'm using $params = array(); $params[usern...

Android Market Image View.

I would like to do something like the android market when you view screen shots. I have a list view and when they click on any one it takes them to a separate view where they can open several images related to the item then picked. Is there a way to do this and if so how? Sample code would be greatly appreciated! ...