screenshot

Java: Is there a way to take a screenshot using java and save it to some sort of image?

Simple as the title states: Can you use only Java commands to take a screenshot and save it? Or, do I need to use an OS specific program to take the screenshot and then grab it off the clipboard? ...

Take a screenshot via a python script. [Linux]

I want to take a screenshot via a python script and unobtrusively save it. I'm only interested in the Linux solution, and should support any X based environment. ...

Command line program to create website screenshots (on Linux)

What is a good command line tool to create screenshots of websites on Linux? I need to automatically generate screenshots of websites without human interaction. The only tool that I found was khtml2png, but I wonder if there are others that aren't based on khtml (i.e. have good JavaScript support, ...). ...

What is the best tool for creating user guides with screenshots on Windows?

I need to write some guides for my development team on how to get some software up and running and would like to include partial screenshots. Are there any tools that are particularly good at this? Word is almost there in that I can easily paste screenshots inline with text, but I need the ability to crop the images and Word image manipu...

Best alternative to Lotus' ScreenCam?

I'm using very old version of Lotus' Screen cam to record UI manipulation for documentation. What do you use for this purpose? ...

Are there any free ways to turn an html page into an image with .net

I want to take html, including the text and images and turn it into one image containing everything. Is there a free way to do it? This is using .net 3.5. See also: Server Generated web screenshots? What is the best way to create a web page thumbnail? ...

Capturing video out of an OpenGL window in Windows

I am supposed to provide my users a really simple way of capturing video clips out of my OpenGL application's main window. I am thinking of adding buttons and/or keyboard shortcuts for starting and stopping the capture; when starting, I could ask for a filename and other options, if any. It has to run in Windows (XP/Vista), but I also wo...

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 image of the full desktop. This can then be pasted into applications that accept images: Photoshop, Microsoft Word, etc. I'm wondering: Is there a way to save the screenshot directly to a file? Do I really have to open Ph...

How to make mockup screenshots without VB

I am looking for a program to make mockup screenshots with. I first found out I could do it with Visual Basic (uglier names I have yet to hear a programming language being called) from joelonsoftware.com. I don't want to start learning VB now, especially since I am still in the process of learning Java. I then found mockupscreens.com, wi...

URL-&coordinate based screen capturing tool

Hello, I'm searching for a screen capturing tool which captures areas of an website/web-application based on the url. The very best for me would be an firefox/ie addon with an API accessible via javascript. Example: URL, Coordinates, Filename http://foo.com/project/show/33; rectangle:10,10,50,50; myapp-area1.jpg http://foo.com/projec...

What javascript library do you recommend to display/popup screenshots on a webpage?

I've seen some nice screenshot popups around the web, do you know of any library to do that? I could write my own, but... if there's something free I can save time. Thanks! ...

Capturing heavyweight java components?

Hi! I have a desktop application having heavyweight components (JxBrowser) in a JFrame. How can I make a snapshot from the GUI and save it to for example a png file? Note: The method using Graphics2d and Component.paint()/paintAll()/print/printAll works only for lightweight components. Any answers appreciated! EDIT I have already...

How May I Capture the Screen in a Bitmap?

Hi! I want to print the screen (not with the printer) I want to print it like the 'print button' on the keyboard and get an image. Any idea? I did have no starting point :( ...

Are there any good sites to view screenshots of actual web applications?

I am looking for some websites that have actual screenshots of web applications, as well as, things like login screens, grids/tables, edit forms, css examples and so on. I find that looking at other applications helps with the creative process when designing and styling my own applications. I am able to get quite a few by googling fo...

taking screenshots of an application using WSH Script

I want to take the screenshot of an application and paste it in MSWord but the command {PRTSC} is not working. Can anybody help me out please. Here is the script which i have written. Dim StrInputKey Set WshShell=CreateObject("WScript.Shell") SystemUtil.Run "www.google.co.in" WshShell.SendKeys "{PRTSC}" SystemUtil.Run "winword" Wsh...

Best solution for turning a website into a pdf

The company I work for we have a CBT system we have developed. We have to go through and create books out of the content that is in our system, I have developed a program that goes through and downloads all of the content out of our system and creates a offline version of the different training modules. I created a program that creates ...

How might I obtain a Snapshot or Thumbnail of a web page using PHP?

I need to create Snapshots / Thumbshots / Site preview a-site.com. There are some site as thumbshot.org that meets with I need. But I do not want to use an external service, not to depend on others for my project (What would happen if they close the site?) For this reason, I am looking for some project to let me do this. Any idea? ...

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...

How to capture selected screen of other application using java?

We are trying to develop a screen capture utility. How do we capture selected screen of another application using Java? And how do we add a callout to the captured screen? ...

What is the best way to take screenshots of a Window with C++ in Windows?

What is the best (easiest) way to take a screenshot of an running application with C++ under Windows? ...