Skip to content

Convert DNG to JPG on Mac

Convert DNG to JPEG on Mac with Photos export and Preview for single files. 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. Convert DNG to JPG on Mac keeps DNG masters for editing and exports JPEG deliverables at portal width. Local processing matters for unreleased product and portrait work.

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.

Keep the DNG master

FileRole
DNGEdit master
JPEGClient, web, MLS, print portal

See RAW to JPG on Mac for general RAW rules. Canon CR2 shooters see CR2 to JPG on Mac . Nikon NEF see NEF to JPG on Mac .

Export JPEG to deliverables/jpeg/. Never overwrite DNG.

Mistake to avoidWhy
Overwriting DNGDestroys edit latitude
Full-res JPEG to emailUse width cap first
Mixed Adobe and phone DNG in one batchColor profiles may differ
Skipping zoom checkSoft proofs go live

Keep ingest read-only. Write JPEG to deliverables only.

Export JPEG from Photos

  1. Import DNG into Photos or select existing items.
  2. Edit exposure and crop in Photos or external editor.
  3. File → Export → Export N Photos.
  4. JPEG, quality per client spec.
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 exports at 100% zoom before you upload the full set. Exposure choices in Photos may clip highlights differently than Lightroom for the same DNG frame.

Lightroom export checklist:

SettingTypical value
Color spacesRGB for web and MLS
Quality85 to 90
Long edgePortal max width
SharpeningScreen for web, print for vendor

Save export presets per client so second shooters match your deliverable spec without asking for settings each job.

Preview for a single DNG

Some DNG files open in Preview for a quick JPEG when you do not need batch or edit history:

  1. Open DNG in Preview.
  2. File → Export… → JPEG.

Not reliable for every camera DNG. Multi-layer or huge ProRAW files may fail or look flat. Use Photos or Lightroom when Preview struggles.

Compare Preview export against Photos export on one frame before you choose a path for the whole shoot.

Preview does not batch a folder of DNG files in one click. For one or two proofs it is fast. For forty frames, use Photos or Lightroom.

FFmpeg resize after export

After JPEG exists, batch resize with sips:

for f in deliverables/*.jpg; do sips -Z 3000 "$f"; done

FFmpeg alternative:

mkdir web
for f in deliverables/*.jpg; do
  ffmpeg -i "$f" -vf scale=3000:-2 "web/$(basename "$f")"
done

FFmpeg does not replace RAW development on DNG. Develop first in Photos or Lightroom.

See how to compress images on Mac when deliverables still exceed upload limits.

Phone JPEG sidecars from the same shoot day should not mix into the DNG ingest folder. Keep phone files separate so batch scripts do not treat 12 MP phone images like 45 MP DNG exports.

Spot-check exports at 100% zoom before uploading the full gallery.

Using GetCompress

GetCompress resizes and compresses JPEG exports after DNG to JPG on Mac development.

  • Batch proof folders after Photos export.
  • Presets per portal width and quality.
  • Quality presets for strict caps.
  • Local processing for confidential shoots.
  • Folder monitoring on deliverables paths.

Use Photos or Preview for DNG to JPEG. Use GetCompress for consistent sizing across the set.

GetCompress does not replace RAW development. Use Photos or Lightroom for the initial DNG to JPEG export, then GetCompress for consistent delivery sizing across the whole shoot. When a portal rejects the first upload, tweak quality once in the saved preset rather than re-exporting from DNG unless the edit changed.

Second-shooter JPEG from a backup body can join the same GetCompress queue as Photos exports. Match long edge and quality presets so MLS or gallery uploads show consistent grain and sharpness across the full set.

Buy GetCompress now for local media compression with reusable presets and no media upload.