Allor Documentation v.2 Help

Padding Absolute

Full Name

ImageTransformPaddingAbsolute

Description

Adds new space around the edges of images by pixels.

Backend

PyTorch

Input Parameters
Images

RGB/A images

Add Width

New width in pixels on horizontal edges

Add Height

New height in pixels on vertical edges

Method
  • Reflect — The new space reflects the images around the edges.

  • Edge — The new space is filled with pixels at the edges of the image.

  • Constant — The new space is filled with emptiness.

Output Parameters
Images

RGB/A images

Last modified: 04 December 2023