🍋 Image Tools
Flip Image
Flip images horizontally (mirror) or vertically.
🍋
Drop
🫸
Squeeze
🍹
Fresh!
🍋
Drop Your Lemons Here
Drag & drop files here
— or —
JPEG
PNG
WebP
⚙️ Squeeze Settings
🍋
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 Upload one or more images (JPEG, PNG, or WebP)
- 2 Choose flip direction: horizontal (mirror), vertical, or both
- 3 Click Flip to process your images
- 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.