Skip to content

Mirror

Mirror
Transform

Flips an image horizontally, vertically, or both (180° rotation).

Mirror flips the entire image along one or both axes. Horizontal flips are the most common, useful for creating mirrored character sprites or symmetric designs. “Both” mode is equivalent to a 180° rotation.

Transform

DirectionChoice
Default: Horizontal

Horizontal/Vertical/Both (180-degree rotation)

  • HorizontalFlip left-to-right — creates a mirror image.
  • VerticalFlip top-to-bottom — flips the image upside down.
  • BothFlip both axes — equivalent to a 180° rotation.
  • Use Mirror to quickly create left-facing variants from right-facing character sprites.
  • Combine with Composite to create symmetrical designs: mirror, then blend.