Resize Image ( IAResizeImage )
Parameters:
Name |
Short Name |
Type |
Description |
Original image position |
type |
string |
Placement of the original image in the new one. |
New width (pixels) |
x |
integer |
New width in pixels. |
New height (pixels) |
y |
integer |
New width in pixels. |
Fill value |
value |
string |
Value for added areas to the image. Use "MASK" for masking newly added areas. Alternatively, use inpainting below. |
Inpaint newly added areas |
inpaint |
boolean |
Newly added areas will be inpainted based on the edged. No fill value is applied if inpainting. |
Description:
Change image size in width and height without resampling, by adding or removing areas at the edges. This is an in place operation, affecting all linked windows.