Rotate and Flip Image
Turn a photo the right way up, or mirror it, and save the result.
About the Rotate and Flip Image
A photo that looks upright on your phone and sideways everywhere else is almost always correct already — the pixels are rotated, and an orientation flag in the metadata tells viewers to turn it back. Software that reads the flag shows it properly; software that ignores it does not. Rotating here bakes the correction into the pixels themselves, so it looks the same everywhere.
Only quarter turns and mirroring are offered, and that is deliberate. At a right angle every source pixel lands exactly on a destination pixel, so nothing is interpolated and no detail is invented. An arbitrary angle has to resample the whole image and decide what fills the newly empty corners, which softens the result.
Mirroring is not the same as rotating, though the two get confused. A 180° turn and a pair of flips look identical; a single flip reverses the image, which is what you want for a selfie that came out back-to-front and what you must not do to anything containing text.
How it works
Drop in the image.
Turn it in quarter steps, or mirror it horizontally or vertically.
Download the corrected version.
Frequently asked questions
- Why does my photo look upright on my phone but sideways elsewhere?
- The image data is rotated, and a metadata flag tells viewers which way to turn it. Your phone reads that flag; the other program does not. Rotating the pixels themselves, as this does, removes the disagreement.
- Does rotating lose quality?
- The turn itself does not — at a right angle each pixel moves to an exact new position with no interpolation. Saving as JPEG re-compresses the file, so choose PNG if you want to be certain nothing is lost, or accept a single generation of JPEG loss.
- What is the difference between flipping and rotating?
- Rotating turns the image; flipping mirrors it. A 180° rotation and flipping both ways look the same, but a single flip reverses the picture — fine for a selfie that came out backwards, wrong for anything with writing in it.
- Can I rotate by an arbitrary angle?
- Not here. Anything other than a right angle has to resample every pixel and fill the corners the rotation leaves empty, which softens the image and needs choices this tool deliberately does not make.
Privacy
Everything happens locally. Your files are read by your own browser, processed on your device, and never uploaded — closing the tab is all it takes to erase them.
Related tools
Compress Image
Cut image file size dramatically with barely any visible quality loss.
Convert Image
Convert between PNG, JPG, WEBP and SVG — in batches, without uploading.
EXIF Viewer and Remover
See the hidden data in a photo — including GPS coordinates — and strip it without re-encoding.
Social Media Image Resizer
Crop one image to every platform size at once — Instagram, X, LinkedIn, YouTube and the rest.
Crop Image
Trim an image to any region, freehand or locked to a common aspect ratio.
Resize Image
Change an image's dimensions by pixels or percentage, with the ratio locked.