Image Rotator & Flipper
Rotate images 90°/180°, flip horizontally or vertically, and straighten with a fine-angle slider.
Image Rotator & Flipper
Drop an image here or click to browse
PNG, JPG, WEBP, GIF, BMP
How to Use
- Drag and drop an image onto the drop zone, or click to browse.
- Click Rotate Left, Rotate Right, or 180° to rotate in quarter turns.
- Click Flip Horizontal or Flip Vertical to mirror the image.
- Use the Straighten slider for small angle corrections (e.g. a tilted horizon).
- Click Download to save the result.
Frequently Asked Questions
QDoes my image get uploaded anywhere?
No. All rotation and flipping happens locally in your browser using the Canvas API. Your image never leaves your device.
QWill straightening crop my image?
Slightly — as with most photo editors, rotating by a small angle to straighten a horizon means the very corners of the canvas may not be covered by the tilted image. Keep the angle small for the cleanest result.
QWhat format is the download?
The output keeps your original file's format (PNG stays PNG, JPG stays JPG, WEBP stays WEBP). Transparent PNGs stay transparent; JPG output gets a white background fill.
About This Tool
Quarter-turn rotations swap the canvas width/height exactly with no quality loss. Flips use a canvas scale(-1,1)/scale(1,-1) transform. The straighten slider applies an additional fine-angle canvas rotation on top of the quarter-turn state, composited in a single draw so the final export always matches the live preview exactly.