Flip or rotate any JPEG, PNG or WebP image in your browser. 90°/180°/270° rotation, horizontal and vertical flip. Instant preview, no upload.
Phone cameras save portrait shots as landscape with an EXIF orientation tag, and some apps ignore that tag. A scanned document comes out upside down. A logo needs to be mirrored for a second side of a print run. These are 30-second fixes with Image Flip & Rotate, which applies every operation in the browser using the Canvas API so the file never leaves the device.
Rotation and flip operations combine freely. Rotating 90° clockwise and then flipping horizontally produces a different result from flipping first. Each button updates the preview instantly so the correct combination is visible before downloading.
Upload a scan that came out rotated 90° clockwise. Click 90° CCW once. The preview shows the page upright and the info bar updates from 1240 × 1754 px to 1754 × 1240 px — because a 90° rotation swaps width and height. Click Download to get the corrected file with the same name as the original plus -transformed.
scale(-1, 1) for horizontal flip, scale(1, -1) for vertical. The combined transform matrix is applied in a single draw call, so a rotation + flip does not degrade quality compared with applying them separately.-transformed appended, so it never overwrites the source.Drop an image here, or click to browse
JPEG · PNG · WebP · max 20 MB