Skip to main content
Mirror an image with the flip_ parameter: flip_h flips it left-to-right, flip_v flips it top-to-bottom, and flip_hv flips both axes at once.
Flipping mirrors the pixels without rotating them. flip_hv mirrors on both axes, which produces the same result as a 180° rotation.

How does it work?

You add a flip token to the transform segment. Autorender mirrors the image along the requested axis and returns the result at the same dimensions.
Original image

How to use flip?

  • Use flip_h to correct mirror-mode selfies or product photos.
  • Combine flipped versions of the same image to build symmetrical layouts.
  • Apply flip after resizing, but before adding text or image layers, so overlays keep their intended orientation.

Next steps

Rotate

Rotate by any angle or auto-orient from EXIF data.

Crop

Trim to exact dimensions with crop modes and positioning.

Image layers

Add watermarks and logos on top of the flipped image.

Recipes

Save flip combinations as reusable t_ tokens.