Share on Facebook Share on Twitter Email
Answers.com

screen dump

 
Dictionary: screen dump

n.
The act or process of transferring data on a computer screen to a printer or storage medium.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

A picture of what is displayed on screen. See screen capture.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Wikipedia: Screenshot
Top
This is an example screenshot (or screen capture) showing the KDE desktop with several windows and applications opened.

A screenshot, screen capture, or screen dump is an image taken by the computer to record the visible items displayed on the monitor or another visual output device. Usually this is a digital image taken by the host operating system or software running on the computer device, but it can also be a capture made by a camera or a device intercepting the video output of the computer.

Screenshots, screen dumps, or screen captures can be used to demonstrate a program, a particular problem a user might be having or generally when computer output needs to be shown to others or archived, or to simply show off what you do on your computer to others.

All three terms are often used interchangeably; however, some people distinguish between them as follows:

Screenshot
Outputting the entire screen in a common bitmap image format such as BMP, PNG, or JPEG.
Screen dump
The display system dumps what it is using internally upon request, such as XWD X Window Dump image data in the case of X11 or PNG in the case of Mac OS X.
Screen capture (screencaps) 
Capturing the screen over an extended period of time to form a video file. (see video capture)

Contents

Game screenshots

Screenshots are used on video games packaging. Throughout the history of screenshots, there have been some deceptive practices, such as using a screenshot from a computer platform with better graphics.[citation needed] Due to complaints by consumers, software companies began putting captions below games such as "Screenshot from Amiga version" or "Actual C64 screenshot".[citation needed]

In the 1990s, when pre-rendered or filmed videos became a part of intermissions in games, some game boxes included screenshots from the in-game videos, which deceived potential buyers about overall game play.[citation needed]

There are many websites serving as online repository for videogames and MMORPG screenshots. Some of them are both screenshots repository and web portal for gamers and mmorpg players

Internet uses

It has become popular in the internet fandom culture to use screencaps of movies and television shows in the creation of fanart, most commonly as icons for LiveJournal, MSN Messenger, and Internet forums about those topics. Websites and various communities have been created to distribute these screencaps.

Employee Surveillance

Interest in computerized performance monitoring has spurred creation of recording jobs that are done on computers [1]. Employers can monitor everything that employees do through keyloggers and automatic screenshot software[2] Under such conditions, screenshots are taken at intervals to monitor employees.

Built-in screenshot functionality

Android OS

Screenshots of the Android OS can be taken by connecting the device to a computer, turning on USB debugging on the device, and running the Dalvik Debug Monitor Service (DDMS) program on the computer. Within that program, screenshots can be taken through the "Device" menu. Screenshots of any screen can be taken, and thus saved to a computer.

iPhone OS

A screenshot can be taken with the iPhone OS by pressing and holding the Home button, then pressing the Sleep/Wake button. You can also press and hold the Sleep/Wake button first, before pressing the Home button. The screen will flash and the picture will be stored in the "Camera Roll" on the iPhone or in "Saved Photos" on the iPod touch. From there you can sync it to your computer. You can take a screenshot within any application. The screenshot feature is only available with the 2.0 and above software.

Mac OS X

On Mac OS X, pressing Command-Shift-3 takes a screenshot of the entire screen, and Command-Shift-4 takes a screenshot of a chosen area of the screen or if you press Space afterwards you can choose a window on the screen to individually screenshot. These images are saved to the desktop, but if you hold down the control key with the rest of the keyboard shortcut, the pictures are copied to the clipboard instead. These shortcuts also work in Mac OS Classic.

You can also use the Grab application to take screenshots.

A shell utility called "screencapture" (located in /usr/sbin/screencapture) can be used from the Terminal application or in shell scripts to capture screenshots and save them to files. Various options are available to choose the file format of the screenshot, how the screenshot is captured, if sounds are played, etc. The manual page (available via the command "man screencapture") explains all the options. This utility might only be available when the Mac OS X developer tools are installed. The function is deactivated by default, if the DVD player is running at the same time.

Microsoft Windows

Screenshot of a LogMeIn programme on a pc

On Microsoft Windows, pressing the Print Screen key captures a screenshot of the entire desktop area, and places it in the clipboard. Pressing the combination of Alt-Print Screen captures only the current active window. In most versions of Windows, captured screenshots do not include the mouse pointer.

Video content in programs using a hardware overlay video renderer is not captured by the method described above.[citation needed] Windows Media Player on Windows XP in its default configuration on supported hardware is affected by this. However, some third-party applications can capture overlay images.

By default, Windows does not save the screenshot to an image file; the user is required to paste the image into a separate imaging program (such as Microsoft Paint, which is built-in) for saving. Some programs, however, particularly multiplayer online games, will automatically save screenshots in a specified folder. As of Windows XP (or any version based on Windows NT), it is no longer possible to take screenshots of full-screen DOS windows without other software.

Windows Vista and Windows 7 include a utility called Snipping Tool, first introduced in Windows XP Tablet PC Edition. It is a screen-capture tool, that allows for taking screenshots (called snips) of windows, rectangular areas, or a free-form area. Snips can then be annotated, saved as an image file or as an HTML page, or emailed. Unfortunately, it does not work with non-tablet XP versions but represents an XP compatible equivalent.

For programmatic access, application developers can use GDI, DirectX or the Windows Media Encoder API to capture the screen.[citation needed]

X Window System

Since X Window System itself is not a desktop environment and only includes a very basic set of programs, methods of taking screenshots vary greatly on the platform. While xwd(1) is the closest "standard" way to do it in the X Window System, most people use other bundled utilities to achieve the task due to their ease of use.

Additionally, using KDE or GNOME the Print Screen key behaviour is quite the same as it is on Windows. It is very easy to take screenshots with the image editing program GIMP, if it is available (see below).

Video screen captures

Most of the major operating systems have no built-in mechanisms to record videos of the screen (recording how the user moves the mouse around, clicks icons, types text etc. as a movie).

Unix-like systems like the Debian’s ones include programs like recordmydesktop and its wrappers (records into Theora), istanbul (also supports Theora), and byzanz (GIF).

Screenshot software

This software often includes features such as excluding the mouse pointer, automatically cropping, timed shots and autoscroll.

Video screen captures

For the systems which do not include video capturing software by default, the software listed in the section above as default for some Unix-like systems, and a multitude of other utilities have come up to fill this void, such as SnapZ Pro X on Mac OS X, and Windows Media Encoder on Windows.

Common technical issues

Hardware overlays

On Windows systems, screenshots of games and media players sometimes fail, resulting in a blank rectangle. The reason for this is that the graphics are bypassing the normal screen and going to a high-speed graphics processor on the graphics card by using a method called hardware overlay. Generally, there is no way to extract a computed image back out of the graphics card, though software may exist for special cases or specific video cards.

One way these images can be captured is to turn off the hardware overlay. Because many computers have no hardware overlay, most programs are built to work without it, just a little slower. In Windows XP, this is disabled by opening the Display Properties menu, clicking on the "Settings" tab, clicking, "Advanced", "Troubleshoot", and moving the Hardware Acceleration Slider to "None."

Free software media players may also use the overlay, but often have a setting to avoid that, or dedicated screenshot functions.

Mac OS X DVD player deactivates the built-in screenshot feature, but it is still possible to capture the image or the video with third party software, or by using the "screencapture" command in the terminal.

Screen recording

The screen recording capability of some screen capture programs is a time-saving way to create instructions and presentations, but the resulting files are often large.

A common problem with video recordings is the action jumps, instead of flowing smoothly, due to low frame rate. Though getting faster all the time, ordinary PCs are not yet fast enough to play videos and simultaneously capture them at professional frame rates, i.e. 30 frame/s. For many cases, high frame rates are not required. This is not generally an issue if simply capturing desktop video, which requires far less processing power than video playback, and it is very possible to capture at 30 frame/s. This of course varies depending on desktop resolution, processing requirements needed for the application that is being captured, and many other factors.

Copyright issues

Some companies believe the use of screenshots is an infringement of copyright on their program, as it is a derivative work of the widgets and other art created for the software.[3][4] Regardless of copyright, screenshots may still be legally used under the principle of fair use in the U.S. or fair dealing and similar laws in other countries.[5][6]

Preventing copying is one of the issues that Trusted Computing seeks to address. Under Trusted Computing, the user would be prevented from taking screenshots when certain programs are running.

See also

References

  1. ^ Bates, R. (1995). "Computerized performance monitoring: A review of human resource issues". Human Resource Management Review 5: 267–288. doi:10.1016/1053-4822(95)90010-1.  edit
  2. ^ Kevin W. Chapman, Recent Development, I Spy Something Read! Employer Monitoring of Personal Employee Webmail Accounts, 5 N.C. J.L. & Tech. 121 (2003), available at jolt.unc.edu
  3. ^ "Screen Shots (Excluding Xbox)". Use of Microsoft Copyrighted Content. http://www.microsoft.com/about/legal/permissions//default.mspx#E3C. Retrieved 2007-08-22. 
  4. ^ "Question: What are screenshots, and is using them copyright infringement?". FAQ about Copyright -- Chilling Effects Clearinghouse. http://www.chillingeffects.org/copyright/faq.cgi#QID809. Retrieved 2007-08-22. 
  5. ^ "Copyright in screenshots? Who owns it?". MetaFilter. http://ask.metafilter.com/55616/Copyright-in-screenshots-Who-owns-it. Retrieved 2007-08-22. 
  6. ^ "Ask the Law Geek: Is publishing screenshots Fair Use?". Lifehacker. http://lifehacker.com/software/ask-the-law-geek/ask-the-law-geek-is-publishing-screenshots-fair-use-193343.php. Retrieved 2007-08-22. 

External links


 
 

 

Copyrights:

Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Screenshot" Read more