--- title: "Image crop, rotate and flip — free, runs in your browser" description: "Crop to an aspect ratio, rotate in 90° steps, or mirror an image. Free, no sign-up, and nothing you enter leaves your browser." url: https://atoneplace.net/tools/image-crop-rotate/ site: "At One Place" --- # Image crop, rotate and flip Crop to an aspect ratio, rotate in 90° steps, or mirror an image. ## How it works Crops to a chosen aspect ratio or to exact pixel bounds, rotates in 90-degree steps and flips horizontally or vertically. Rotating by 90, 180 or 270 degrees is lossless in principle — the pixels are rearranged rather than resampled. Any other angle requires interpolation and softens the image slightly, which is why photo editors treat straightening as a different operation from rotating. Cropping to a ratio is the operation most often needed and most often done badly by hand. Common targets: 1:1 for most social avatars, 4:5 for the tallest portrait Instagram allows in feed, 16:9 for video and most presentations, 9:16 for stories and short video, 1.91:1 for link previews. Flipping is genuinely lossless and reversible. Rotating a JPEG and re-saving is not, because the file is re-encoded. > This tool runs entirely in your browser. Nothing you enter is sent to a server, logged or stored, and the page keeps working with the network disconnected. ## Common questions ### Does rotating an image lose quality? Not at 90-degree steps — the pixels are rearranged, not resampled. Other angles need interpolation and soften the result slightly. ### What aspect ratio should I use for social media? 1:1 for avatars, 4:5 for the tallest in-feed portrait, 9:16 for stories and short video, 1.91:1 for link previews. ## Related pages - [Password generator](https://atoneplace.net/tools/password-generator/) - [Merge PDF files](https://atoneplace.net/tools/pdf-merge/) - [QR code generator](https://atoneplace.net/tools/qr-code-generator/) - [Image resizer](https://atoneplace.net/tools/image-resizer/) - [Split and extract PDF pages](https://atoneplace.net/tools/pdf-split/) - [Random number generator](https://atoneplace.net/tools/random-number-generator/) - [Random picker and team generator](https://atoneplace.net/tools/random-picker/) - [Lorem ipsum generator](https://atoneplace.net/tools/lorem-ipsum-generator/) - [Meta tag generator](https://atoneplace.net/tools/meta-tag-generator/) - [Printable graph paper](https://atoneplace.net/tools/graph-paper-generator/) ## Sources - Calculated on this page — At One Place (/about/)