screen-grab

Screen Grab with PHP and/or Javascript?

Just wondering if it's possible to screen grab a page you are viewing with a PHP script or javascript? For example, load up a page in an iframe and then save that view as a JPEG? I'm sure it's possible somehow, but are there any known implementations/libraries that help out? ...

Linux: launch window, capture screen

I need to write a Red Hat Linux command line tool that launches a window and captures its appearance to disk as a JPEG. Typically the target machines don't have graphics cards, but we can install any software components (e.g., X). Question or two: What libraries or tools might you suggest for this? If I were to use something like GTK...

Choosing an area on a Mac OS X Desktop

If you press cmd+shift+4 in Mac OS X you are able to select an area on your screen with the corrosponding coordinates shown. I need to implement such a function in one of my applications and have no idea of how to do it. Could anyone give me some advices on that? Thx. ...

iphone app submission. creating screen shots.

When submitting screen grabs for an iphone app during the approval process, is it ok to submit screens that are different than what is represented on the app itself? for example, i wanted to submit a screen where i explain some of the features of the app but not necessarily a screen grab. all the best. ...

In C#, how can I grab the selected text from any software?

Possible Duplicate: Babylon Text Select Like Babylon. When you click on a word, it grabs the text. How can I do this? Thanks. ...

Video screencapture datalogging in C#

I have a C# application that has some issues that I am finding hard to track down. I believe it MAY be user related but to confirm this I want to have some sort of video screen capture or logging of what is going on inside the application. Does anyone know any resources or information (or pre built - free) solutions I can use? The sma...

Grab OpenGL output of an application from another application

Hi! i would like to know if it's possible, in c/c++, to launch an application and grab it's standard video output? The goal of this would be to grab the buffer of an application, and use it as a texture for a grid of vertex with special texture coordinate (in order to project it in a FullDome)? I'm developing under Linux. Thnaks! ...