Rotate Image Online
Rotate a photo or graphic 90, 180 or 270 degrees and download the result as a PNG. A quarter turn is an exact operation — no pixel is resampled, so nothing softens — and no account is needed. This is useful for a sideways phone photo, a landscape scan, a screenshot with the wrong orientation, or a graphic that needs a quarter-turn before publishing. The tool does not rewrite EXIF orientation, preserve animation, or export the original compressed format; inspect the PNG before replacing the source.
Use this without the search next time. Prathom Workbench puts Prathom's tools in your toolbar.
Add to Chrome — freeWhat it does
- 90, 180, and 270 degree rotation
- Exact quarter turns, no resampling
- JPG, PNG, WebP, GIF, and browser-readable images
- Local PNG download
- No account and no watermark
How to use Rotate Image
- 1
Choose the image
Drop a browser-readable image into the tool. The preview is decoded locally and remains available only in this page until you clear it.
- 2
Pick the rotation
Choose 90, 180, or 270 degrees clockwise. The canvas swaps width and height for quarter-turns so the result does not crop the image.
- 3
Inspect the preview
Check edges, text, and the final orientation in the canvas preview. The original file is not overwritten and remains available on your device.
- 4
Download PNG
Download the transformed canvas as a PNG. Convert or compress the result later if a different delivery format is required.
How it works
Export checklist
Check orientation, canvas edges, and the intended crop after rotating. A 90-degree turn usually preserves the full rectangle, while a free-angle turn can create transparent or empty corners that matter when the result is printed or placed on a colored background. If the image contains a document, receipt, product label, or screenshot, verify that the text is upright and no border was clipped. For a social or design asset, compare the subject's visual balance after the rotation rather than judging only the angle control. Keep the source file until the destination accepts the exported copy.
Rotation and crop decisions
Rotate the image before making any crop or composition decision, because the visible canvas and its dimensions change with orientation. Check whether the output should keep the complete canvas or remove empty corners created by a free-angle rotation. For documents, screenshots, receipts, and diagrams, confirm that text remains upright and that no edge was clipped. Keep the original until the exported result has been opened independently. Rotation changes geometry; it does not straighten perspective, repair blur, improve resolution, or remove metadata. Use a separate crop or resize tool when the destination has a fixed frame or pixel requirement.
The selected image is decoded by the browser and drawn to a canvas. For a 90 or 270
degree turn, the canvas dimensions are swapped and the drawing context is translated
to its center before it rotates. For 180 degrees, the original dimensions remain and
the context turns around the center. The source file is never modified; the download
is created with canvas.toBlob as a PNG.
Canvas output is a pixel operation. It does not carry the source's EXIF orientation, camera profile, animation timeline, comments, or compression settings into the new file. It also does not infer whether the photo should be upright from metadata. The explicit angle is intentional because automatic orientation can be wrong for scans, artwork, and images containing text.
When to use it
Use this for a quick orientation fix before sharing, printing, OCR, or placing an image into a document. Review the PNG at full size when it contains small text. If the source is huge, resize it before editing so the browser does not run out of canvas memory.
Examples
Fixing a sideways phone photo
The pixel dimensions are swapped for a quarter-turn, which prevents the common mistake of rotating inside a canvas that still has landscape dimensions.
Turning a scanned page upright
Rotation changes the bitmap orientation but does not improve a skewed scan or repair text recognition. Correct the angle first, then use OCR if needed.
Frequently asked questions
Does rotating an image upload it to a server?
No. The browser decodes the selected file, draws it on a canvas, and creates the PNG download locally. The page does not send the photo to a conversion endpoint. Browser extensions and device monitoring are outside the page's control, so use a trusted device for confidential images.
Will the output keep the original JPG or WebP format?
The download is a PNG so the transformed pixels have a predictable lossless output. That can be larger than the source JPG or WebP and may remove format- specific metadata or animation. Use an image converter or compressor afterward when delivery size matters.
Does this change EXIF orientation metadata?
No. It draws the visible pixels into a new canvas rather than editing the source file's metadata. The PNG result has the corrected visual orientation baked into its pixels, but camera metadata and original file structure are not preserved.
Can it rotate an animated GIF?
Browser image decoding generally exposes the first rendered frame to a canvas. The PNG download is therefore a still image, not a rotated animation. Use a frame-aware media tool when every frame and timing value must survive the edit.
Further reading
- Cropping a JPEG Re-Encodes the Part You KeptCropping feels subtractive — you are taking pixels away, not changing them — so the part you keep should arrive untouched. In a JPEG it usually does not, and the reason is the same one that makes rotation lossy.
- Rotating a JPEG and Back Changed 560,770 PixelsRotating a photo is not editing it. Nothing about the picture changes, only which way up it is — so it is reasonable to expect the pixels to survive. With most tools they do not, and the loss is the same kind a re-save costs.