send_jpeg
send_jpeg
-to s_email
-from s_email
[ -subject s_text ]
[ -msg s_text ]
[ -png | -jpeg ]
[ -imageQuality i_ratio ]
Description
Creates a JPEG graphics file for the active window. The image quality (i.e., compression ratio) can optionally be set.
The GUI equivalents for this command are Collaborate—Send Window Image and File—Export—JPEG.
This command cannot be used in batch/non-graphics mode.
Arguments
|
-from s_email
|
Specifies the E-mail address of the sender.
|
|
-imageQuality i_ratio
|
Specifies the image quality/compression ratio. The lower the number, the lower the quality (and the higher the compression). Zero (0) specifies maximum compression (which seriously degrades quality), 100 specifies the maximum quality, -1 specifies the default ratio (currently set to 100).
Default: -1
|
|
-jpeg | -png
|
Specifies the format for the graphics file as JPEG or PNG.
Default: JPEG
|
|
-msg s_text
|
Specifies the message to include in the E-mail text.
|
|
-subject s_text
|
Specifies the subject line for the E-mail message.
|
|
-to s_email
|
Specifies the E-mail address of the recipient.
|
Value Returned
|
"The image was sent"
|
The E-mail is successfully sent.
|
Examples
This sends an E-mail to eval@mygrp.com from me@cadence.com with a subject of newchip and a JPEG file of the active window attached.
send_jpeg -from me@cadence.com -subject newchip -to eval@mygrp.com
Related Topics
Collaborate Commands
add_dimension
Return to top