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
- <destination>
 - Destination can be either a <filename> or the string “clipboad” to copy the image to the clipboard. Use the file browser to enter a filename and select a directory to save the file to.
 - <filename>
 - Use the file browser to enter a filename and select a directory to save the file to.
 - <name>=<value>
 - If the following options are not 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.
 
 - page
 - Save the current page as an image.
 - window
 - Save the current window as an image.
 
Example
Save the active page as a PNG
                file:
            save image page C:\WorkingDirectory\truck.pngSave the active window as a PNG
                file:
        save image window C:\WorkingDirectory\truck1.pngComments
This command only works on the content of the active window.