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:

  • 160x0 specifies a width of 160 and calculates the appropriate height using the original aspect ratio.
  • 0x160 specifies a height of 160 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.

TIP: Consider using the scale transformation engine to change the size of images.

Type: Custom
Default: The size of the source image
Allowed Range: Minimum: 50,50
Required: No
Configuration Section: TaskName
Example: ImageSize=320,240
See Also: