Documentation Index
Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
AutoRender’s flip feature allows you to mirror images horizontally, vertically, or both. Flipping is useful for correcting mirrored images, creating symmetrical designs, or adjusting image orientation for better presentation.Flip Parameter - (f)
The flip parameter mirrors the image along a specified axis.Flipping mirrors the content without rotating it. Combining horizontal and vertical flips (
flip_hv) is equivalent to a 180° rotation.- Original
- Horizontal (flip_h)
- Vertical (flip_v)
- Both (flip_hv)

Flip Modes
| Mode | Description |
|---|---|
flip_h | Mirrors the image horizontally (Left-to-Right) |
flip_v | Mirrors the image vertically (Top-to-Bottom) |
flip_hv | Mirrors the image on both axes |
Best Practices
- Correct Orientation: Use
flip_hto correct “mirror mode” selfies or product photos. - Symmetry: Combine flipped versions of the same image to create symmetrical layouts.
- Transformation Order: Flip is typically applied after basic resizing but before adding text or image layers.
- Performance: Flip operations are instantaneous and do not affect image quality or processing time.


