export_jpeg
export_jpeg [ -files_fileName] [ -imageQualityi_ratio] [ -jpeg | -png ]
Description
Creates a graphics file for the active window. The image quality (i.e., compression ratio) can optionally be set. If no arguments are specified, the Save JPEG dialog box appears, prompting you to specify the output image file to create using the default image quality and the current active window. This command cannot be used in batch/non-graphics mode.
The GUI equivalent for this command is File—Export Jpeg....
Arguments
Value Returned
Examples
The following example generates the JPEG file newEdits.jpg with an image quality of 90.
export_jpeg -file newEdits.jpg -imageQuality 90 -jpeg
Related Topics
Return to top