Rotate ≠ flip
The two get lumped together constantly, but they do opposite things:
- Rotate: turn the image around its center — 90° right, 180° upside down. The content stays the right way round, only the orientation changes. Text stays readable.
- Flip (mirror): create a mirror-reversed copy, as if you held the image up to a mirror. Left becomes right. Text afterward reads backwards.
Mnemonic: rotate preserves, flip reverses. To straighten a sideways photo, you rotate. To get a mirror-image subject, you flip.
The selfie puzzle
The most common source of confusion: the mirror-reversed selfie. Many front cameras show the preview flipped (because that's how you know yourself from the mirror) and sometimes save it that way too. You only notice when there's lettering in the background — it reads backwards. You can flip the photo backso the text is correct again; then your own face looks “wrong” to you, because you only know yourself mirrored. For other viewers, the flipped-back version is the correct one.
When flipping is allowed — and when it isn't
| Subject | Flip? |
|---|---|
| Landscape, nature, symmetric subject | ✅ no problem |
| Portrait with no text in frame | ⚠️ usually ok, can mildly unsettle |
| Text, logo, sign, numbers | ❌ no — reads backwards |
| Clock, license plate, book page | ❌ no — becomes wrong |
The iron rule: never flip anything with readable or clearly oriented content. A mirrored company logo is a telltale beginner's mistake.
Working with near-zero loss
Good news: right-angle rotation (90/180/270°) and flipping cost practically no quality — the pixels are just rearranged, not recalculated. The only enemy is repeatedly re-saving as JPG (each round compresses). It's different with free rotation by small angles (say 3° to straighten a horizon): there the image is recalculated and must be cropped slightly so no empty corners appear.
For near-lossless rotating and flipping in the browser there's the rotate-image tool — it runs locally, the image never leaves your device.
Not to be confused: the “it rotates by itself” problem
Don't mix this up with a photo that appears unintentionally rotated — right in one program, sideways in another. That's not a rotation topic but the EXIF orientation flag, a separate issue with its own fix. Deliberate rotate/flip and the auto-orientation bug are two different things.
In short
- Rotate keeps content upright; flip mirrors it.
- Flip a selfie back to fix backwards text.
- Never flip text, logos, plates, clocks.
- 90°/flip are near-lossless; free angles recalculate and crop.