1Upload the images that came out the wrong way round.
2Pick a quarter turn or a half turn, or type an arbitrary angle and choose a colour for the corners it will expose.
3Apply the rotation; the pixels and the orientation flag are reconciled so every viewer agrees on which way is up.
4Download the rotated Image file.
Rotate Image FAQ
Does the format decide whether rotation is lossless?
+
It does. this format is read and written by the same streaming pipeline as everything else we support. That property is exactly what determines whether a quarter turn is free or costs a re-encode.
Anything specific to Image I should know?
+
Yes — the pipeline reads the real format from the file header rather than the extension, so a mislabelled upload still works. It is the kind of thing that explains why a file looks right in one application and wrong in another.
Why does my file look correct on my phone but sideways elsewhere?
+
Because the orientation is stored as an EXIF flag rather than in the pixels, and not every viewer honours it. Rotating here normalises the two — the pixels and the flag end up agreeing, so the file looks the same everywhere.
Can I rotate a whole batch in one go?
+
Yes. The same rotation is applied across every file you upload, which is the practical fix for a folder of scans or camera output that all came in the wrong way round.
Can I run Rotate Image on several images at once?
+
Yes, and mixing formats in the batch is fine — settings are applied per file with the right decoder for each. Free accounts run one file at a time; a pass removes that.
What happens to metadata and transparency?
+
EXIF and the ICC colour profile are carried across wherever the target format supports them, and an alpha channel survives into any format that has one. Transparency is only flattened when the destination format has no way to represent it.
Does Rotate Image cost anything?
+
No. Rotate Image is free without an account and adds no watermark. Uploads are deleted from the workers shortly after the job completes.
Is there a file size limit on Rotate Image?
+
Yes: free accounts process images up to 25 MB each regardless of which image format you brought; ImageMagick, libjpeg-turbo, libpng and libwebp do the actual work. The cap is per file, so a batch of twenty 5 MB photos is fine even though the total is well over the limit.
Why does a PNG site host Rotate Image?
+
PNG.to is built around the format you use when you cannot afford to lose a pixel: lossless, alpha-capable, and the correct answer for screenshots, logos, line art and anything with hard edges. Image work is rarely one step: people arrive to change a format and leave needing the picture a different size, a different weight or a different shape. Running Rotate Image on the same upload pipeline, the same size caps and the same account is the whole reason it is here rather than on a fourth tab.
What should I do with the result once Rotate Image is finished?
+
The converter on this site moves images to and from PNG, JPG, WebP, GIF and SVG — which is the step where the decision about transparency actually gets made. That is the step most people actually came for, and doing it after Rotate Image rather than before it means the conversion works from the file you finally settled on.
Is Rotate Image here the same tool the sibling sites run?
+
The engines are shared — the same libraries, the same workers, the same limits. What differs is the advice, and the advice here starts from one fact about the format this site is named after: there is no quality slider to get wrong — a PNG round-trips bit-exactly, so the only thing edits cost you is file size. A PNG site is opinionated about where PNG is the right destination and where it is not, and that judgement is worth more than the button.
Do I need an account, and does anything get kept?
+
No account, and nothing is kept: uploads are deleted from the workers shortly after the job finishes, and nothing you process is indexed, listed or used for anything else. Free accounts exist for history and batch size, not for access.