How to Convert Image Formats (HEIC to JPEG/PNG) Using Preview on macOS

When you capture a photograph on a modern iPhone, the OS utilizes the highly compressed HEIC (High-Efficiency Image Container) format. However, when transmitting this file from a macOS workstation to a legacy Windows system or a rigid web portal, HEIC files are often mathematically rejected. To force the macOS Core Graphics engine to violently decompile the proprietary file and re-encode it into a universally accepted geometric architecture (like JPEG or PNG), you must deploy the native Preview Export protocol.

Executing the Format Conversion Matrix

The Preview application is not just a passive viewer; it contains a powerful cryptographic re-encoding engine capable of executing seamless bit-level conversions between major raster formats without requiring expensive third-party software like Adobe Photoshop.

  1. Locate your proprietary image file (e.g., photo.heic) in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar. Click the File menu.
  3. From the drop-down system matrix, click the critical command labeled Export… (Do not select “Save”).

Deploying the Re-Encoding Vector

  1. A save dialog modal will spawn, granting you control over the compiler.
  2. Locate the Format drop-down menu near the bottom of the modal.
  3. Click the menu and select your target universal architecture:
  4. JPEG: The optimal vector for standard photographs. It utilizes lossy compression to reduce file size. A “Quality” slider will appear, allowing you to mathematically balance byte size versus visual fidelity.
  5. PNG: The optimal vector for screenshots or images containing transparent alpha channels. It utilizes lossless compression, resulting in larger file sizes but mathematically perfect pixel retention.
  6. Define a new filename (if desired) and ensure the destination folder is correct.
  7. Click Save.
  8. The exact millisecond you execute this, the Core Graphics engine intercepts the raw HEIC vectors from active RAM, strips the Apple-proprietary wrappers, violently reconstructs the pixel matrix using the target codec (JPEG/PNG), and permanently writes the new, universally compatible file to your hard drive.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.