Image Rotator & Flipper
Rotate images 90°/180° or flip them horizontally and vertically using canvas transforms.
Related Tools
CUTImage Cropper
Crop images by specifying pixel coordinates and dimensions, with common aspect ratio presets.
<->Image Resizer
Resize images to exact dimensions with optional aspect ratio lock, entirely in your browser.
ZIPImage Compressor
Compress images by adjusting JPEG quality to reduce file size without leaving your browser.
FAQ
- Can I combine multiple transforms?
- Yes. Each button applies a transform on top of the current result. You can rotate and then flip, or apply multiple rotations in sequence before downloading.
- Does the canvas size change when I rotate 90°?
- Yes. When rotating 90° or 270°, the canvas width and height are swapped to accommodate the rotated image without clipping.
- What format is the downloaded file?
- The transformed image is downloaded as a PNG, which preserves transparency and is lossless.
The Image Rotator & Flipper lets you apply common orientation transforms to any uploaded image. Rotate 90° clockwise or counter-clockwise, flip 180°, or mirror the image horizontally or vertically. All transforms use the HTML Canvas API with ctx.translate and ctx.scale. Download the result as a PNG.