Image
Image Rotator
Rotate and flip images.
Select an image above to get started.
FAQ
- What image formats are supported?
- Any format your browser can decode works: JPEG, PNG, WebP, GIF (first frame), BMP, and AVIF. The download is always saved as PNG.
- Is my image uploaded anywhere?
- No. All transforms are applied entirely in your browser using the Canvas API. Your image never leaves your device.
- How does the rotation work?
- Each click accumulates a 90-degree step on the current image state. Flip operations mirror the canvas using canvas translate/scale transforms before drawing, so the result is lossless and composable with rotations.