imsave
Save image using interactive dialog window
Description
Use the imsave
function to save an image using an
interactive dialog window. Navigate your file system to determine where to save the
image file, and specify the name of the file. Choose the graphics file format you want
to use from among the image file formats listed in the Files of
Type menu. For more information about using the tool, see Tips.
imsave
saves the image in the current figure using a Save
Image dialog window.
imsave(
saves the image in graphics
container h
)h
using a Save Image dialog window. Use this syntax
when you want to save an image whose parent is not the current figure.
returns the full path to the file, filename
= imsave(___)filename
.
[
also indicates whether you canceled the save operation.filename
,user_canceled
] = imsave(___)
Examples
Input Arguments
Output Arguments
Tips
In contrast to the Save as option in the figure File menu, the Save Image tool saves only the image displayed in the figure. The Save as option in the figure window File menu saves the entire figure window, not just the image.
imsave
usesimwrite
to save the image, using default options.If you specify a filename that already exists, then
imsave
displays a warning message. Select Yes to use the filename or No to return to the dialog to select another file name. If you select Yes, then the Save Image tool attempts to overwrite the target file.The Save Image tool blocks the MATLAB® command line until you save the image or cancel the operation.
Version History
Introduced in R2007b