🍋
Menu
🍋 Image Tools

Flip Image

Flip images horizontally (mirror) or vertically.

Free Browser-only No sign-up
🍋
Drop
🫸
Squeeze
🍹
Fresh!

⚙️ Squeeze Settings

🍋

🍋

Freshly Squeezed!

Browse tools

About Flip Image

Flip JPEG, PNG, and WebP images horizontally (mirror effect), vertically, or both. Useful for creating mirror images, fixing selfie mirrors, or preparing images for print.

How It Works

The Canvas API's scale transform is used with negative values to flip the image. A horizontal flip uses scale(-1, 1) and a vertical flip uses scale(1, -1). The 'both' option applies both transforms.

Step by Step

  1. 1 Upload one or more images (JPEG, PNG, or WebP)
  2. 2 Choose flip direction: horizontal (mirror), vertical, or both
  3. 3 Click Flip to process your images
  4. 4 Download the flipped results

Tips

  • Horizontal flip creates a mirror image — useful for selfie corrections.
  • Vertical flip turns the image upside down.
  • Both flip is equivalent to a 180° rotation.

Frequently Asked Questions

What is the difference between flip and rotate?
Flipping creates a mirror image (reverses left/right or top/bottom), while rotating turns the image around its center.