Image Rotate & Flip

Rotate and flip images freely in your browser. No upload, no server — 100% private.

🖼️
Drop an image here
JPG, PNG, WebP, GIF, AVIF…
°
92%

How it works?

Your image is loaded locally via the File API and drawn on an HTML5 <canvas>. Rotations and flips are applied using the 2D Canvas API — the context is translated to the image centre, rotated, then scaled by −1 for flips. For free (arbitrary) angles the canvas is sized to the bounding box of the rotated image so no corners are ever clipped. Nothing ever leaves your device.