Rotate & Flip Image
Rotate an image by 90°, 180°, or 270°, or flip it horizontally or vertically. Runs entirely in your browser.
Click to upload or drag and drop
Select an image file
Common uses
- Fixing a photo that was taken sideways or upside down
- Mirroring an image for design or layout purposes
How the buttons work
Each button — Rotate left, Rotate right, Flip horizontal, Flip vertical — applies immediately to the picture currently shown, and the effects stack, so two clicks of Rotate right give a half turn. Reset to original goes back to the file you loaded.
Output
PNG images stay PNG; every other type, including WebP, GIF and BMP, is saved as a JPEG, and an animated GIF keeps only one frame. The download is named like photo-edited.jpg. Because the picture is redrawn on a canvas, camera metadata such as EXIF orientation and GPS location is not copied to the saved file.
Frequently asked questions
Does rotating reduce image quality?
For PNG, no — the result is lossless. For anything saved as JPEG, every button click re-encodes the picture at 92% quality, so the loss per click is small but accumulates. Use as few clicks as you can, for example two Rotate right clicks rather than several separate edits.