Jump to content

How to do a Screen Capture: Difference between revisions

From LabVIEW Wiki
No edit summary
m Logmanoriginal moved page Help:How to do a Screen Capture to How to do a Screen Capture: Remove from Help namespace
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{cleanup}}
Creating a print screen is extremely easy on most operating systems due to built in tools.
Creating a print screen is extremely easy on most operating systems due to built in tools.


Line 4: Line 5:
1. Press the "Print Screen" button on your keyboard.  It is located in the upper right of a standard 104-key keyboard.  It is usually next to Insert/Scroll lock and Pause/Break<br />
1. Press the "Print Screen" button on your keyboard.  It is located in the upper right of a standard 104-key keyboard.  It is usually next to Insert/Scroll lock and Pause/Break<br />
2. An image of your screen is copied to memory.  To save this image to file, use your favorite image editor.<br />
2. An image of your screen is copied to memory.  To save this image to file, use your favorite image editor.<br />
If you want to capture images of LabVIEW code, you can also use the [http://wiki.lavag.org/Code_Capture_Tool Code Capture Tool].


== Windows ==
== Windows ==

Latest revision as of 17:43, 10 May 2020

Creating a print screen is extremely easy on most operating systems due to built in tools.

Here are the basic steps on most platforms:
1. Press the "Print Screen" button on your keyboard. It is located in the upper right of a standard 104-key keyboard. It is usually next to Insert/Scroll lock and Pause/Break
2. An image of your screen is copied to memory. To save this image to file, use your favorite image editor.

If you want to capture images of LabVIEW code, you can also use the Code Capture Tool.


Windows

You can use the Paint program that is built into Windows for saving bitmap (.bmp), JPEG (.jpg), .png, and other file formats.

To open paint, go to Start > Accessories > Paint.

Use Edit > Paste or Ctl+V to paste the image into Paint. Crop and edit the image any way you like. Then save it.

This image shows the Save As dialog and the types of files that the Windows XP Paint can save.

For LAVA posts, you should use .jpg, .gif, or .png. Do not use .bmp since it is an uncompressed file format.

Linux

Mac OS