Rotate an image
Rotate by 90, 180 or 270 degrees. Runs offline in your browser.
What to know
Rotation is applied in 90-degree steps, which is lossless for the pixel data — no interpolation or resampling occurs, so the image is not softened.
Note that this rewrites the actual pixels rather than setting an EXIF orientation flag, so the result appears correctly rotated everywhere, including in software that ignores EXIF.
Questions
Is anything uploaded to a server?
No. Every tool on this site runs inside your browser using standard web APIs. There is no upload, no account, no logging and no server holding your data afterwards. You can confirm it by opening your browser's developer tools and watching the network tab stay empty while you work.