Convert DNG to JPG on Mac
Convert DNG to JPEG on Mac with Photos export and Preview for single files. Keep RAW masters.
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
| File | Role |
|---|---|
| DNG | Edit master |
| JPEG | Client, 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 avoid | Why |
|---|---|
| Overwriting DNG | Destroys edit latitude |
| Full-res JPEG to email | Use width cap first |
| Mixed Adobe and phone DNG in one batch | Color profiles may differ |
| Skipping zoom check | Soft proofs go live |
Keep ingest read-only. Write JPEG to deliverables only.
Export JPEG from Photos
- Import DNG into Photos or select existing items.
- Edit exposure and crop in Photos or external editor.
- File → Export → Export N Photos.
- JPEG, quality per client spec.
| Target | Quality | Width hint |
|---|---|---|
| Email proof | High | 2048 px after export |
| MLS | High | Portal max (often 3000 px) |
| Web | Medium-High | 1920 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:
| Setting | Typical value |
|---|---|
| Color space | sRGB for web and MLS |
| Quality | 85 to 90 |
| Long edge | Portal max width |
| Sharpening | Screen 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:
- Open DNG in Preview.
- 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.
- Convert RAW to JPG on MacConvert RAW to JPG on Mac with Photos export. Keep the RAW master; export JPEG for clients.
- Convert CR2 to JPG on MacConvert Canon CR2 to JPEG on Mac with Photos. Keep RAW masters; export JPG for clients and MLS.
- How to Compress Images on MacCompress images on Mac with Preview and Photos. Resize JPG and PNG, convert HEIC, and batch compress with GetCompress.
- Convert NEF to JPG on MacConvert Nikon NEF to JPEG on Mac with Photos. Keep RAW masters; export JPG for clients and MLS.
Buy GetCompress now for local media compression with reusable presets and no media upload.