| Relative | Absolute | Flip | Output
The Resize operator resizes the input image. You can perform a percentage resize, an absolute, pixel based resize, and you
can flip the image horizontally or vertically.
Requires a Background Input (Any).
Produces an Output (Any).
Relative
|
Specifies the new width and height of the input image as a percentage of its original size.
|
|
Offsets the input image from its original position. Positive values move the image to the left, and negative values move it
to the right.
|
|
Offsets the input image from its original position. Positive values move the image up, and negative values move it down.
|
Absolute
|
Forces the image to use the absolute width and height pixel values.
|
|
Specifies the new width and height of the input image in pixels.
|
|
Offsets the input image from its original position. Positive values move the image to the left, and negative values move it
to the right.
|
|
Offsets the input image from its original position. Positive values move the image up, and negative values move it down.
|
Flip
|
Flips the image along the vertical axis.
|
|
Flips the image along the horizontal axis.
|