ImageSize
The output image size in pixels (width followed by height).
To maintain the aspect ratio of the original image, specify either a width or height and set the other dimension to zero, for example:
300x0
specifies a width of 300 and calculates the appropriate height using the original aspect ratio.0x300
specifies a height of 300 and calculates the appropriate width using the original aspect ratio.
The following delimiters for the width and height are all acceptable: 160,90 160x90 160X90 160:90
.
Type: | List of integers |
Default: | |
Allowed Range: | Minimum: 50,50 |
Required: | Yes, unless you set ScaleFactor |
Configuration Section: | TaskName |
Example: | ImageSize=300,0
|
See Also: | ScaleFactor |