Transform image orientation with flip, flop, and rotation operations. Perfect for correcting image orientation, creating mirror effects, or ensuring consistent alignment across your content.Documentation Index
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Flip the image vertically along the horizontal axis.Default:
falseFlip the image horizontally along the vertical axis (mirror effect).Default:
falseRotate the image by a specified angle.Accepted values:
-270, -180, -90, 0, 90, 180, 270Default: 0How it works
Bunny Optimizer provides three types of orientation transformations: Flip: Creates a vertical reflection by flipping the image along the horizontal axis (top becomes bottom). Flop: Creates a horizontal reflection by flipping the image along the vertical axis (left becomes right), producing a mirror effect. Rotate: Rotates the image clockwise (positive values) or counter-clockwise (negative values) in 90-degree increments.Usage
Flip (vertical reflection)
Flip the image vertically along the horizontal axis. The top of the image becomes the bottom and vice versa.Original image
| flip=false | flip=true |
|---|---|
![]() | ![]() |
Flop (horizontal reflection)
Flip the image horizontally along the vertical axis, creating a mirror effect. The left side becomes the right side and vice versa.Original image
| flop=false | flop=true |
|---|---|
![]() | ![]() |
Rotate
Rotate the image in 90-degree increments. Positive values rotate clockwise, negative values rotate counter-clockwise.Rotate 90 degrees clockwise
| rotate=0 | rotate=90 |
|---|---|
![]() | ![]() |
Rotate 180 degrees
| rotate=0 | rotate=180 |
|---|---|
![]() | ![]() |
Rotate 90 degrees counter-clockwise
| rotate=0 | rotate=-90 |
|---|---|
![]() | ![]() |
Combining transformations
Reflection and rotation operations work seamlessly with other Bunny Optimizer parameters:Flip and resize
Rotate and crop
Flop with brightness
Rotate and convert format
Flip and rotate







