$devtoolkit.sh/tools/image-rotator

Image Rotator & Flipper

Rotate images 90°/180° or flip them horizontally and vertically using canvas transforms.

Related Tools

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.

/tools/image-rotatorv1.0.0