Convert NEF to JPG on Mac
Convert Nikon NEF to JPEG on Mac with Photos. Keep RAW masters; export JPG for clients and MLS.
Nikon NEF files preserve highlight and shadow latitude for editing. Delivery is still JPEG for clients, MLS, and web galleries. Convert NEF to JPG on Mac exports from Photos or your RAW editor, never by overwriting NEF masters. Local export keeps portrait and property work off upload sites.
A typical real estate shoot produces two hundred NEF files. The portal wants JPEG at 3000 px long edge. Export once at the right width, then compress only if upload still fails.
Keep the NEF master
| File | Role |
|---|---|
| NEF | Edit master, archive |
| JPEG | Client, MLS, web |
See RAW to JPG on Mac for cross-brand workflow. Canon CR2: CR2 to JPG on Mac . Adobe DNG: DNG to JPG on Mac .
| Mistake | Result |
|---|---|
| Saving over NEF | Lost RAW latitude |
| Full-res JPEG email | Bounce or client frustration |
| Skipping zoom check | Soft proofs go live |
| Mixed color spaces | Print vendors reject batch |
Keep ingest read-only. Export JPEG to deliverables/jpeg/.
Z-series NEF files are larger than older D800 exports. Set export width per job type, not one preset for every shoot.
Export JPEG from Photos
- Import NEF into Photos or select existing shots.
- Edit in Photos or round-trip to Capture One or Lightroom.
- File → Export → Export N Photos.
- JPEG at quality your client spec lists.
| Delivery | Quality | Width hint |
|---|---|---|
| Email proof | High | 2048 px |
| MLS | High | Often 3000 px max |
| Web gallery | Medium-High | 1920 to 2400 px |
Preview does not reliably open NEF. Use Photos or a RAW editor.
Photos defaults to sRGB JPEG, which matches most portal requirements.
Photos batch export works when every file previewed correctly on import. When you copy NEF from a card to a job folder, Lightroom or Capture One is usually faster than importing hundreds of files into Photos just to export JPEG.
Compare three exports at 100% zoom before the full upload. Nikon picture control settings affect color differently than Photos auto adjustments.
Editor export for folder batches
NEF copied straight from a card to a job folder often exports faster in Capture One or Lightroom than importing hundreds of files into Photos.
- Apply sync edits across the set.
- Export JPEG to
deliverables/jpeg/. - Set long edge in the export preset.
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.
FFmpeg resize after export
sips one-liner:
for f in deliverables/*.jpg; do sips -Z 3000 "$f"; done
FFmpeg batch:
mkdir web
for f in deliverables/*.jpg; do
ffmpeg -i "$f" -vf scale=3000:-2 "web/$(basename "$f")"
done
See how to compress images on Mac when JPEG files still exceed portal megabyte caps.
FFmpeg does not demosaic NEF well as a primary developer. Export JPEG first, resize second.
Phone JPEG sidecars from the same shoot day should not mix into the NEF ingest folder. Keep phone files separate so batch scripts do not treat 12 MP phone images like 45 MP NEF exports.
Spot-check exports at 100% zoom before uploading the full gallery.
Using GetCompress
GetCompress batch-resizes JPEG deliverables after NEF to JPG on Mac export.
- Presets for MLS, web, and email proofs.
- Quality presets for strict portals.
- Local processing for unreleased shoots.
- Folder monitoring when editor writes to deliverables.
Develop NEF in Photos or your editor. Size JPEG output in GetCompress for consistent handoffs.
GetCompress does not replace RAW development. Use Photos or your editor for the initial NEF 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 NEF 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 DNG to JPG on MacConvert DNG to JPEG on Mac with Photos export and Preview for single files. Keep RAW masters.
Buy GetCompress now for local media compression with reusable presets and no media upload.