Flip your images horizontally or vertically to create mirror effects instantly.
Drag & drop your image here
or click to browse local files
๐ Processed locally in your browser โ image flipping is computed client-side
Flipping an image mirrors the pixel coordinates along an axis. A horizontal flip reflects the image like a mirror (useful for selfies taken on front-facing cameras that are reversed). A vertical flip turns the image upside down. This tool runs standard coordinate scales (`ctx.scale(-1, 1)` and `ctx.scale(1, -1)`) to compute the flipped image buffer locally.