Flip Image
Flip images horizontally (mirror) or vertically.
Drop Your Lemons Here
Drag & drop files here
⚙️ 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.