Category: Image tools

Image Rotator / Flip

System ideaMissing a tool?

Rotate an image in 90° steps or flip it, right in your browser

Rotate an image left or right in 90° steps, flip it horizontally or vertically, and download the result. Everything runs on a canvas in your browser.

Choose an image to compress.

Rotation and flipping happen on a canvas in your browser; the image is never uploaded.

Everything on this page is processed in your browser. Nothing is uploaded.

What this tool does

Rotation and flipping are drawn on an in-memory canvas using the browser's own Canvas API: a 90° or 270° rotation swaps the output's width and height, a 180° rotation keeps them the same, and flipping mirrors the image across the horizontal or vertical axis. The preview updates after every click, and JPEG output fills transparent areas with white first since JPEG has no alpha channel.

How to use it

  1. Upload an image.
  2. Rotate left or right, and flip horizontal or vertical, in any combination.
  3. Choose an output format and download the result.

Privacy

This tool runs entirely in your browser. Your input is never uploaded, stored or shared — closing the tab removes it.

Frequently asked questions

Is the image uploaded anywhere?
No. It is decoded and redrawn on a canvas in your browser tab; nothing is sent to a server.
Does rotating change the image dimensions?
A 90° or 270° rotation swaps width and height, since the image is turned on its side. A 180° rotation keeps the original dimensions.
Can I combine rotation and flipping?
Yes. Rotate and flip settings apply together, so you can, for example, rotate 90° and flip horizontally at the same time.