Rotate an Image
Turn a photo by 90° steps, flip it upside down, or nudge it by a fraction of a degree to straighten a horizon. The rotation is written into the pixels, so it looks the same everywhere.
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 rotate an image
- Select your photo.
- Tap rotate left, rotate right or 180°, or drag the angle slider.
- For angles that are not multiples of 90°, choose what fills the corners.
- Press Rotate and download.
Why a photo can look rotated in one app and not another
Cameras rarely rotate the pixels when you turn the phone. Instead they record an EXIF orientation tag saying "display this rotated 90° clockwise". Software that reads the tag shows it correctly; software that ignores it shows it sideways. That inconsistency is why the same file looks upright in your gallery and sideways after uploading it somewhere.
This tool bakes the rotation into the pixels themselves, so the result is unambiguous — every viewer sees the same thing regardless of metadata support.
Straightening a crooked horizon
Small angles — one to three degrees — fix most tilted shots. Rotating by a non-right angle leaves triangular gaps at the corners, so you have two options:
- Fill them with transparent, white, black or a custom colour.
- Crop them away afterwards with the crop tool, which is what photographers normally do. Expect to lose a few percent of the frame.
Quality
Rotations of exactly 90°, 180° or 270° are pixel-perfect — the pixels are simply rearranged. Arbitrary angles require resampling, which softens fine detail very slightly. Rotate once from the original rather than repeatedly.
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.
Why did my photo import sideways?
Its EXIF orientation tag was ignored by whatever opened it. This tool reads the tag and shows the image the right way up, then bakes the correction into the output.
Does rotating reduce quality?
Not for 90° steps. Custom angles resample the image, which costs a small amount of sharpness — imperceptible for a one-off straighten.
Can I rotate several photos at once?
Yes. Drop a batch and the same rotation is applied to all of them.
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.