Convert CR2 to JPG on Mac: 3 Methods
Convert Canon CR2 to JPEG on Mac with Photos, Lightroom, or delivery sizing in GetCompress. Keep RAW masters; export JPG for clients and MLS.
Canon CR2 files hold full sensor data for editing. Clients, MLS portals, and email want JPEG. Converting CR2 to JPG on Mac is an export step, not a replacement for your RAW workflow. Never overwrite CR2 files. Write JPEG copies into deliverables/jpeg/ at the width and quality each portal expects.
Keep the CR2 master
| File | Role |
|---|---|
| CR2 | Edit master and archive |
| JPEG | Client, MLS, web, email |
| DNG | Optional archive variant; see DNG to JPG on Mac |
Never deliver CR2 unless the client asked for RAW. Keep ingest read-only. For the full cross-brand workflow, see RAW to JPG on Mac .
| Mistake | Why it hurts |
|---|---|
| Overwriting CR2 | Destroys edit latitude |
| Full-res JPEG to email | Bounces or frustrates clients |
| Skipping a zoom check | Soft proofs go live |
Method 1: Export JPEG from Photos
Best for: Shoots already in your Photos library.
- Import or select CR2 images in Photos.
- Apply edits (exposure, crop) in Photos or round-trip to an external editor.
- File → Export → Export N Photos.
- Format JPEG, quality High or per client spec.
- Save into
deliverables/jpeg/.
| Delivery target | Quality | Max width hint |
|---|---|---|
| Email proofs | High | 2048 px after export |
| MLS listing | High | Follow portal rules (often ~3000 px) |
| Web gallery | Medium-High | 1920 to 2400 px |
Photos exports sRGB JPEG by default, which most portals expect. Compare three random frames at 100% zoom before uploading the full set.
Limitation: Slow for huge card dumps you never imported. Preview does not reliably open CR2, so do not depend on it for Canon RAW.
Method 2: Lightroom or Canon software
Best for: Folder-based shoots and client recipes.
- Import CR2 in Lightroom, Capture One, or Canon Digital Photo Professional.
- Export JPEG, quality 80 to 95, long edge as required.
- Optionally resize the deliverables folder with
sips:
mkdir web
for f in deliverables/*.jpg; do sips -Z 3000 "$f" --out "web/$(basename "$f")"; done| 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 |
Limitation: You manage recipes and folders yourself. FFmpeg does not replace a RAW developer for demosaic quality on CR2.
Method 3: Size JPEG deliverables in GetCompress
Best for: After JPEG exists, when an MLS or gallery set needs one shared max width and quality.

- Export JPEG from Photos or your editor first.
- Drop the deliverables folder into GetCompress .
- Set max width (for example 3000 px) and quality to match the portal.
- Export a sized copy folder; keep masters untouched.
Processing stays on your Mac. Save a preset such as “listing JPEG 3000 high” so you can reuse the same settings next time.
Limitation: GetCompress does not develop CR2. It sizes and compresses JPEG (and other delivery formats) after demosaic.
Which method should you use
| Situation | Start here |
|---|---|
| Library already in Photos | Photos export |
| Card dump or client recipes | Lightroom or Canon software |
| Same width across many exported JPEG proofs | GetCompress after export |
When Photos export is enough
Photos (or your editor) 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 CR2 to JPG on Windows .
- Convert RAW to JPG on MacConvert RAW to JPG on Mac with Photos export, Preview for some DNG files, or your editor. Keep RAW masters; deliver JPEG copies.
- Convert DNG to JPG on MacConvert DNG to JPEG on Mac with Photos, Preview for single files, or delivery sizing in GetCompress. Keep RAW masters.
- How to Compress Images on MacCompress images on Mac with GetCompress, Preview, or sips. Resize JPG and PNG, convert HEIC, and keep sharp UI for email or web.
- Convert CR2 to JPG on WindowsConvert Canon CR2 to JPEG on Windows with Photos, Lightroom, or delivery sizing in GetCompress. Keep RAW masters; export JPG for clients.