Skip to content
Flip Image

Guide · Updated at every deploy

How to Flip an Image on Mac

Every Mac ships with two apps that can flip an image: Preview and Photos. Preview handles any image file in two clicks; Photos works with your library. This guide covers both, plus batch flipping and a browser-based option when you want both axes in one step.

Flip an image in Preview

Preview is the default image viewer on macOS. It opens JPEG, PNG, TIFF, HEIC, WebP, and PDF files. Flipping takes two steps — no settings to change, no toolbar to customize.

  1. Double-click the image in Finder to open it in Preview. If another app opens instead, right-click the file → Open With → Preview.
  2. In the menu bar, click Tools → Flip Horizontal (to mirror left-to-right) or Flip Vertical (to mirror top-to-bottom).
  3. Press Command-S to save. The file is overwritten in place.

If you want to keep the original untouched, use File → Export before saving to write the flipped version to a new file. You can also change the format (JPEG, PNG, TIFF) during export.

Flip multiple images at once in Preview

Preview can batch-flip a group of images in one pass — something most people don't realize.

  1. Select all the images in Finder (click the first, then Shift-click the last, or Command-A to select all in a folder).
  2. Right-click → Open With → Preview. All images open in a single Preview window with a sidebar showing thumbnails.
  3. Press Command-A in Preview to select every thumbnail in the sidebar.
  4. Go to Tools → Flip Horizontal (or Flip Vertical). Every selected image flips at once.
  5. Press Command-S to save them all. Or use File → Export Selected Images to write copies to a different folder.

This works well for a handful of files. For larger batches or when you need more control, the flip image tool lets you drag in as many images as you want, flip them all, and download the results — entirely in your browser, nothing uploaded.

Flip an image in the Photos app

If the image lives in your Photos library (synced from your iPhone, imported from a camera, or dragged in), you can flip it without leaving Photos.

  1. Open Photos and double-click the image to view it full-size.
  2. Click Edit in the toolbar (or press Return).
  3. Click the Crop tool in the adjustment panel.
  4. In the toolbar above the image, click the flip icon — two triangles pointing at each other. This flips the image horizontally.
  5. Click Done. Photos keeps the original; you can revert any time via Image → Revert to Original.

Photos only has a horizontal flip button. For a vertical flip, rotate the image 180° first (click the rotate button twice), then flip horizontally. The combined result is a vertical mirror.

Horizontal vs. vertical flip

A horizontal flip mirrors the image along the vertical axis — left becomes right. Text in the image appears reversed. This is what most people mean by "mirror an image."

A vertical flip mirrors along the horizontal axis — top becomes bottom. This is less common but useful for correcting scanned documents, reflection photography, or flipping textures for design work.

Preview offers both directions directly. If you need to see both options side by side before deciding, the horizontal flip tool and vertical flip tool let you toggle between them in a live preview.

Flip an image from the Terminal

If you prefer the command line or need to script batch operations, sips (Scriptable Image Processing System) is built into macOS. No install needed.

  1. Open Terminal (Applications → Utilities → Terminal).
  2. To flip horizontally: sips --flip horizontal image.jpg
  3. To flip vertically: sips --flip vertical image.jpg

sips overwrites the file in place. To process every PNG in a folder: sips --flip horizontal *.png. Combine it with find for recursive flipping across subdirectories.

What about Quick Look and Markup?

Pressing Space on an image in Finder opens Quick Look. You can rotate an image from Quick Look's toolbar, but there is no flip option. The same applies to Markup — the annotation layer available in Quick Look, Mail, and Notes. It handles drawing, text, shapes, and rotation, but not mirroring.

If you want to avoid opening Preview entirely, the flip image tool works in Safari, Chrome, and Firefox on any Mac. Drag your image in, pick horizontal or vertical, and download the result. The file never leaves your computer — processing happens locally in the browser.

Format and quality notes

Flipping rearranges pixel data — it doesn't re-encode the image. In Preview, the saved file keeps its original format and compression level. HEIC files from your iPhone stay as HEIC; PNGs stay lossless.

If you need to change the format after flipping (say, converting HEIC to JPEG for web upload), use Preview's File → Export dialog and pick the target format. Or use the flip image tool, which outputs in the same format you provide.

Flip it right here — works on any Mac

Drop an image in, pick horizontal or vertical, and save the flipped copy. No app to install, no file-size limit, and nothing leaves your Mac. Flip your image now →

Flipping images on Mac — quick answers

Can you flip an image on Mac without installing anything?
Yes. Preview — the image viewer that ships with every Mac — can flip any JPEG, PNG, TIFF, or HEIC image horizontally or vertically. Open the image, go to Tools → Flip Horizontal or Flip Vertical, and save.
How do I mirror a photo on Mac?
Open the image in Preview, then choose Tools → Flip Horizontal from the menu bar. This mirrors the image left-to-right. Press Command-S to save the result.
Can the Mac Photos app flip images?
Yes. Open the photo in Photos, click Edit, then click the Crop tool. In the toolbar above the image you will see a flip button (two triangles). Click it to flip horizontally. For a vertical flip, first rotate 180° then flip horizontally.
Does flipping an image on Mac reduce quality?
No. Both Preview and Photos rearrange pixel data without re-compressing. The resolution and file size stay the same. Preview edits are destructive once saved, but Photos keeps a non-destructive original you can revert to.
How do I flip multiple images at once on Mac?
In Preview, select all the images in Finder, right-click → Open With → Preview. Select all thumbnails in the sidebar (Command-A), then go to Tools → Flip Horizontal. All images flip at once. You can also use flip-image.com in your browser to batch-flip images without installing anything.
Can I flip an image in Finder Quick Look?
Quick Look (press Space on a file) can rotate images using the toolbar, but it has no flip or mirror option. You need to open the image in Preview or another editor to flip it.