📌 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).