Flip an Image
Mirror a photo left-to-right or top-to-bottom. The preview updates the moment you tap, and no pixels are resampled.
Drop your image here
or
Choose ImageYou can also paste an image with Ctrl+V
Images are processed on your device and never uploaded.
• •
Runs on your device — nothing is uploaded.
Working…
0%
- Original
- Result
- Saved
- Quality
How to flip an image
- Select your photo.
- Tap Flip Horizontal or Flip Vertical — the preview updates immediately.
- Both can be combined, which is equivalent to a 180° rotation.
- Download.
Horizontal versus vertical
- Horizontal (mirror) — swaps left and right. This is the common one: it undoes the mirroring that phone front cameras apply to selfies, and it changes the direction a subject faces so they look into the page rather than off the edge.
- Vertical — swaps top and bottom. Rarer, and used mostly for creating reflection effects or correcting an inverted scan.
When flipping is a mistake
Mirroring reverses anything with a direction:
- Text becomes unreadable — signs, labels, watermarks, tattoos.
- Logos and brand marks read backwards.
- Faces are subtly asymmetric, and a mirrored portrait can look "off" to people who know the person, even if they cannot say why.
- For anything documentary or evidential, do not flip at all.
Nothing is lost
Flipping only reorders pixels; no interpolation happens, so the geometry is lossless. The file is re-encoded on export, which costs the usual small amount for lossy formats — choose PNG or WebP if you need a byte-exact result.
When flipping is the right fix
- Mirrored selfies. Some phones save what the preview showed rather than what the camera saw, which leaves text on a shirt reading backwards. One horizontal flip corrects it.
- Upside-down scans. Feeding a page in the wrong way round produces a vertically inverted scan; a vertical flip restores it.
- Direction of gaze in a layout. A subject looking off the edge of a page pulls the reader's eye away from your content. Flipping horizontally turns them inward — a standard layout trick.
- Reflections. A vertically flipped copy placed under the original makes a water-reflection effect.
Flipping, metadata and batches
The output is rebuilt from the decoded pixels, so EXIF data and GPS coordinates are not carried over — a useful privacy side effect. The orientation tag is applied first, so the image is never flipped twice.
Drop up to 20 images to apply the same flip to all of them, which is what you want when correcting a whole folder of selfies or scans in one pass.
Frequently asked questions
Are my images uploaded to your server?
No. The image is decoded, processed and re-encoded by your own browser using the Canvas and Web Worker APIs. There is no upload endpoint for this tool — open your browser's network panel while you use it and you will see no request carrying image data.
How do I un-mirror a selfie?
Flip horizontally. Front cameras mirror the preview so it feels natural while you frame the shot; some phones save the mirrored version. One horizontal flip restores reality.
Is flipping the same as rotating?
No. Rotation turns the image around its centre and preserves handedness; flipping reflects it, which reverses handedness. Flipping both axes happens to equal a 180° rotation, but that is a coincidence of geometry.
What happens to my file when I close the tab?
It is gone. The image only ever exists in your browser's memory as an object URL; closing or refreshing the page discards it. Nothing is written to our servers, and nothing is stored on your device unless you download the result.