Make a snapshot to a file or to clipboard.
This dialog provides access to different settings for making snapshots.
Back to Index --> User Guide --> Menu --> File Menu
Contents
Target
Defines where to send the resulting image. The image may be saved to a file when the File option is selected, or copied to the clipboard, when the Clipboard options is selected.
Crop
- Full image - make snapshot of the whole image.
- Shown area - make snapshot of the shown in the Image View panel area only.
- ROI - use selected ROI (the ROI may be defined using the ROI panel ) as area for the snapshot.
Resize
- Width - modifies width of the snapshot.
- Height - modifies height of the snapshot.
- Resizing method - select one of possible resizing methods.
- nearest - Nearest-neighbor interpolation; the output pixel is assignedthe value of the pixel that the point falls within. No other pixels are considered.
- bilinear - Bilinear interpolation; the output pixel value is a weighted average of pixels in the nearest 2-by-2 neighborhood.
- bicubic - Bicubic interpolation; the output pixelvalue is a weighted average of pixels in the nearest 4-by-4 neighborhood.
Options
- Scale bar - select the Scale bar check box to add a scale bar to the snapshot. Note! if the width of the snapshot is too small the scale bar is not generated
- Measurements - add the displayed measurements to the snapshot. Warning! The resulting image may have border artifacts, at least in Matlab R2014b. The snapshot is done using the export_fig function written by Oliver Woodford and Yair Altman
- Options - define visualization options for the measurements
Format
Select one of the possible formats. There are number of format specific settings available for each image format.
- BMP - Windows Bitmap (BMP); 1-bit, 8-bit, and 24-bit uncompressed images.
- JPG - Joint Photographic Experts Group (JPEG), 8-bit, 12-bit, and 16-bit Baseline JPEG images.
- TIF - Baseline Tagged Image File Format images, including 1-bit, 8-bit, 16-bit, and 24-bit uncompressed images.
Back to Index --> User Guide --> Menu --> File Menu