Allor Documentation v.2 Help

Transpose

Full Name

ImageTransformTranspose

Description

Provides control over the orientation and location of images.

Backend

Pillow

Input Parameters
Images

RGB/A images

Method
  • Flip Horizontally — Reflects the image horizontally.

  • Flip Vertically — Reflects the image vertically.

  • Rotate 90 — Rotates the image 90 degrees clockwise.

  • Rotate 180 — Rotates the image 180 degrees clockwise.

  • Rotate 270 — Rotates the image 270 degrees clockwise.

  • Transpose — Reflects the image across the main diagonal (from top-left to bottom-right).

  • Transverse — Reflects the image across the secondary diagonal (from top-right to bottom-left).

Output Parameters
Images

RGB/A images

Last modified: 04 December 2023