Geometry

Fix Image Rotation

Your photo stands upright on the phone and lies on its side everywhere else. Turn the pixels themselves, so no viewer has to read a tag to get it right.

100% private — your photos are processed in your browser and never leave your device.

↻ 90°
Upload your sideways photo to fix its rotation

Drag and drop file to here to upload.

Types we support:avifbmpcurgifheicheificojfifjp2jpegjpgpjppjpegpngtiftiffwebpxbm
…or try one of the sample images:
Author: Volker ThimmVolker Thimm
Author: Thien Phuoc PhuongThien Phuoc Phuong
Author: Atlantic AmbienceAtlantic Ambience
Author: Alexas FotosAlexas Fotos
Author: Tonmoy BhaktaTonmoy Bhakta
Author: athul santhoshathul santhosh

You hold the phone upright and take a photo. On the phone it looks upright. You upload it to a forum, an application form, a print shop — and it is lying on its side. Nothing is broken. The file has an argument in it that two pieces of software are settling differently.

What actually happened

A phone camera doesn't rotate the image when you rotate the phone. The sensor writes its rows the same way every time, and the phone records how it was being held as one EXIF field called Orientation: a number from 1 to 8 meaning "turn this a quarter clockwise", "mirror it", and so on. Software that reads the field shows the photo upright. Software that ignores it shows the raw sensor frame. Both are being honest about the same file.

The ones that ignore it tend to be a layer deeper than anywhere you would think to check: the thumbnail a site generates on its server, the copy an application form resizes, the file a print lab rasterises. Which is why it looks fine on your computer and wrong after you have submitted it.

The fix

Turn the pixels instead of describing the turn. PIXLFLW draws the photo the way you are seeing it and re-encodes it at that orientation, so the saved file needs no tag to come out right and there is nothing left for anything downstream to ignore.

Because the pixels are rewritten, the file is re-compressed. On a JPG that costs a generation of quality — small at the default setting, but not zero; the export button shows the resulting size before you save, and PNG is there if you would rather not compress at all.

Rotated, or just the wrong way up?

If the photo is upside down, or you want a quarter turn the camera never recorded, that is the Rotate step in the editor rather than this page — it is one click away once the file is open, at any angle you like.

How to fix a rotated photo

  1. Drop the photo into the upload area. It appears the right way up here, because browsers do read the orientation tag.
  2. Save. What you saw is now what the file contains.

The metadata goes with it, by the way — a canvas holds pixels only, so EXIF, GPS and comments do not survive the re-encode. If that is the part you came for, the EXIF remover does it without touching the compression.

Questions

Frequently asked questions

01Why is my photo upright on my phone and sideways on the website?

Your phone reads the EXIF Orientation tag and turns the picture for you; the website's image handler does not. It is the same file in both places — one of them applies a tag and the other ignores it.

02Does this rotate the picture or just change the tag?

It rotates the pixels. The saved file comes out at the orientation you see on screen with no tag left to interpret, which is why it survives a server-side resize that would have thrown the tag away.

03Will the quality drop?

The file is re-encoded, so a JPG loses a generation — small at the default quality, but not nothing. Export as PNG if that matters; it is lossless and larger.

04My photo is upside down, or I want to turn it 90 degrees.

That is a different job. Open it here and add the Rotate step in the editor, at a quarter turn or any free angle, instead of relying on what the camera happened to record.

05Does it remove the rest of the metadata too?

Yes. Re-encoding draws the photo onto a canvas, and a canvas holds pixels only — EXIF, GPS and comments do not survive the trip. If that is what you came for, the EXIF remover says so on the label.

06Are my photos uploaded to a server?

No. PIXLFLW runs entirely in your browser: images are opened, edited and exported locally on your device and are never uploaded, stored or seen by anyone.

07Is it really free? Are there watermarks or limits?

Yes, completely free — no sign-up, no watermarks and no daily limits. The only practical limit is your browser memory for very large files (up to 20 MB per image).