Tested tool guide
Tested browser tools
Checked August 16, 2026
What Image Mirror & Flip does, with a checked example
Image Mirror & Flip reverses an image left-to-right or top-to-bottom and can form a symmetric composition from the source and its reflection. Optional seam blending softens the junction where reflected sections meet. Use a plain flip when correcting orientation; use a mirrored composition when repetition is part of the design. The common surprise is that lettering, logos, clocks, gestures, and other directional details are reversed too. Seam blending may disguise a boundary, but it cannot make backward text readable or reconcile perspective that does not meet naturally at the reflection axis.
Worked example
A concrete input and expected output from the current implementation.
Input
Horizontally flip a 2 x 1 pixel image whose left pixel is opaque red (#FF0000) and whose right pixel is opaque blue (#0000FF), with seam blending off.
->
Expected output
A 2 x 1 pixel image whose left pixel is opaque blue (#0000FF) and whose right pixel is opaque red (#FF0000).
A horizontal flip reverses the order of the two pixel columns. It preserves their colors and vertical positions, so the blue pixel moves left and the red pixel moves right.