Skip to content

Convert DNG to JPG on Mac: 3 Methods

Convert DNG to JPEG on Mac with Photos, Preview for single files, or delivery sizing in GetCompress. Keep RAW masters.

By Petr Samokhin

DNG is Adobe’s portable RAW container. iPhone ProRAW, Lightroom exports, and some camera bodies produce DNG. Clients still want JPEG. Keep DNG masters for editing and export JPEG deliverables at portal width. Local export keeps unreleased product and portrait work off online converters.

Keep the DNG master

FileRole
DNGEdit master and archive
JPEGClient, web, MLS, email

Export JPEG to deliverables/jpeg/. Never overwrite DNG. See RAW to JPG on Mac . Canon shooters: CR2 to JPG on Mac .

MistakeWhy it hurts
Overwriting DNGDestroys edit latitude
Full-res JPEG to emailUse a width cap first
Skipping a zoom checkSoft proofs go live

Drone and phone ProRAW DNG files are often larger than DSLR DNG exports. Set export width per job type, not one preset for every shoot.

Method 1: Export JPEG from Photos

Best for: Batches already in your Photos library.

  1. Import DNG into Photos or select existing items.
  2. Edit exposure and crop in Photos or an external editor.
  3. File → Export → Export N Photos.
  4. Format JPEG, quality per client spec.
  5. Save into deliverables/jpeg/.
TargetQualityWidth hint
Email proofHigh2048 px after export
MLSHighPortal max (often ~3000 px)
WebMedium-High1920 to 2400 px

Photos exports sRGB JPEG by default. Large DNG batches from disk outside Photos often export faster from Lightroom with a saved preset. Compare three random frames at 100% zoom before uploading the full set.

Limitation: Slow for huge folders you never imported. Exposure choices in Photos may clip highlights differently than Lightroom for the same DNG.

Method 2: Preview for a single DNG

Best for: One DNG when you do not need batch or edit history.

  1. Open DNG in Preview.
  2. File → Export… → JPEG.
  3. Set quality and save a new filename.

Limitation: Not reliable for every camera DNG. Multi-layer or huge ProRAW files may fail or look flat. Prefer Photos or Lightroom for forty frames.

Method 3: Size JPEG deliverables in GetCompress

Best for: After JPEG exists, when a proof folder needs one shared max width and quality.

GetCompress main window with images queued and image settings open, including format, quality, and resize options
  1. Export JPEG from Photos, Preview, or Lightroom first.
  2. Drop the deliverables folder into GetCompress .
  3. Set max width and a quality level (for example High or Medium) to match the portal.
  4. Export a sized copy; keep masters untouched.

Optionally resize with sips if you prefer Terminal:

mkdir web
for f in deliverables/*.jpg; do sips -Z 3000 "$f" --out "web/$(basename "$f")"; done

Limitation: GetCompress does not develop DNG. It sizes and compresses JPEG deliverables after demosaic. FFmpeg likewise does not replace RAW development.

Which method should you use

SituationStart here
Library already in PhotosPhotos export
One DNGPreview
Same width across many exported JPEG proofsGetCompress after export

When Photos export is enough

Photos (or Lightroom) can work when one export already matches portal width and quality.

GetCompress also helps when the proof folder still needs a consistent max width, quality preset, or local batch after export. It does not replace Lightroom. For sizing rules after export, see how to compress images on Mac . For Windows, see DNG to JPG on Windows .