📌 Overview

Rotate an image 90°, 180°, 270° or flip it horizontally / vertically. Runs entirely in your browser.

🔁 Image Rotate & Flip

Rotate an image 90°, 180°, 270° or flip it horizontally / vertically. Runs entirely in your browser.

🔒 All processing happens in your browser. No data is uploaded to any server.

📖 Deep Dive: Image Rotate & Flip

How it works

Use the Canvas rotate/scale transform to redraw the image onto a new canvas; after rotation the canvas dimensions swap accordingly (width and height swap at 90 or 270 degrees).

Tips

  • This tool does not auto-read EXIF; choose the angle manually.
  • Output defaults to PNG to preserve quality, with JPG optional.
  • Fully local processing; not uploaded.