How to Convert CR2 to JPG: Canon RAW to JPEG Guide (Free Methods)
CR2 files are the raw sensor data from Canon DSLR cameras — unprocessed, uncompressed 14-bit images that contain far more information than any JPEG can hold. Converting to JPEG means making a permanent choice about how that data is rendered and compressed. This guide covers what you lose in the conversion, which tools do it best, and when to use a free tool vs professional software.
What Is a CR2 File?
CR2 (Canon Raw version 2) is the proprietary RAW image format used by Canon DSLR cameras from approximately 2004 to 2018, including the 5D, 7D, 60D, 70D, 80D, and the Rebel (T3i, T5i, T6i, etc.) series. It was replaced by CR3 starting with the EOS M50 in 2018.
A CR2 file stores the raw, unprocessed light intensity data from the camera sensor at 14-bit depth — 16,384 possible values per channel. A standard JPEG stores 8-bit data — 256 values per channel. This 64-fold increase in tonal range is what gives photographers the ability to recover blown highlights or lift deeply underexposed shadows in post-processing.
| Property | CR2 (RAW) | JPEG |
|---|---|---|
| Color depth | 14-bit (16,384 values/channel) | 8-bit (256 values/channel) |
| File size (12 MP camera) | 18–25 MB | 3–6 MB |
| File size (24 MP camera) | 25–35 MB | 5–10 MB |
| White balance | Adjustable without quality loss | Fixed at capture |
| Exposure recovery | ±3–5 stops | ±1–1.5 stops |
| Noise reduction | Full control in post | Applied at camera |
| Sharpening | Applied in post | Applied at camera |
| Universal software support | No (requires RAW decoder) | Yes (every app) |
What You Lose When Converting CR2 to JPEG
Converting CR2 to JPEG is a one-way, lossy process. You lose:
- Color depth: 14-bit → 8-bit. Fine gradients (sky, skin tones) may develop banding if you push edits later.
- Editing latitude: The "digital negative" is gone. Any future re-processing starts from the rendered JPEG, not the original sensor data.
- RAW metadata: Picture Style, in-camera correction settings, and lens correction data embedded in CR2 are either baked in or lost.
- Dynamic range: Information in the highlights and shadows that the 14-bit file captured is clipped in the 8-bit JPEG.
Best practice: Archive your original CR2 files permanently. Convert to JPEG only for sharing, printing, or delivery — keep the RAW source for future re-processing.
Methods to Convert CR2 to JPEG
Method 1: Adobe Lightroom (Recommended for Volume)
Lightroom is the professional standard for batch CR2 → JPEG conversion. It applies lens corrections, noise reduction, and color profiles from Canon's embedded metadata automatically.
- Import CR2 files (File → Import)
- Select images to export (Ctrl+A for all)
- File → Export → choose JPEG, set Quality to 90–95
- Enable "Resize to Fit" if needed (e.g., max 2000px long edge for web)
- Click Export
Method 2: RawTherapee (Free, Professional Quality)
RawTherapee is the best free alternative to Lightroom for CR2 conversion. It applies automatic demosaicing, lens corrections (via Lensfun database), and noise reduction comparable to paid software.
- Download RawTherapee free from rawtherapee.com
- Open your CR2 file — the editor shows a live preview
- Adjust exposure, white balance, and noise reduction if desired
- Click the Queue button (or use Batch processing for multiple files)
- Set output to JPEG, quality 90, and click Start
Method 3: GIMP (Free, for Individual Files)
GIMP can open CR2 files when the dcraw or RawTherapee plugin is installed. It's less convenient than dedicated RAW processors but works for occasional conversions.
gimp input.cr2
Alternatively, use dcraw (command line) to convert to a TIFF first, then open in GIMP:
dcraw -T -q 3 -w *.cr2
-T outputs TIFF, -q 3 uses the best demosaicing algorithm, -w uses the camera's white balance.
Method 4: Windows (Built-in, Limited)
Install the Microsoft Raw Image Extension from the Microsoft Store (free). This enables Windows Photos and File Explorer to open CR2 files. In Windows Photos, right-click → Save a copy → JPEG.
The quality of Windows' built-in RAW processing is acceptable for casual use but inferior to dedicated RAW processors for professional work.
Method 5: macOS Preview (Built-in)
macOS Preview opens CR2 files natively (via macOS's built-in RAW decoder). Open the file → File → Export → choose JPEG. For batch conversion, use macOS Automator: add an "Export Finder Items as PNG/JPEG" action.
Convert RAW/CR2 to JPG Online
Upload your CR2 files and convert to JPEG instantly — no software installation needed.
Choosing the Right JPEG Quality for CR2 Export
When exporting to JPEG, quality setting affects file size vs visual sharpness:
- Quality 95–100: Maximum quality, minimal compression artifacts. File size ~5–15 MB. Use for print delivery, archiving.
- Quality 85–90: Near-lossless for normal viewing. File size ~3–8 MB. Recommended for client delivery and portfolio.
- Quality 75–80: Good for web and email. File size ~1–4 MB. Artifacts visible only under close inspection.
- Quality 60–70: Small file, visible quality loss. For thumbnails and social media previews only.