save image

Save the current window or page as an image.

Syntax

save image page <filename> <name>=<value>

save image window <filename> <name>=<value>

Arguments

page
Save the current page as an image.
<filename>
Use the file browser to enter a filename and select a directory to save the file to.
window
Save the current window as an image.
<name>=<value>
If the following options aren't displayed, the defaults values will be used as described in config.
<type>=<filetype>
File type options include: JPEG, PNG, BMP, GIF, TIF.
dimension
Define as pixel or percent.
width
The image width.
height
The image height.
quality
For JPEG only. Enter a larger value for JPEG quality for larger files.

Example

Save the active page as a PNG file:
save image page C:\WorkingDirectory\truck.png
Save the active window as a PNG file:
save image window C:\WorkingDirectory\truck1.png

Comments

This command only works on the content of the active window.