Fix Dull Colors After HEIC to JPG
2026-05-24 · 6 min read
Some users say iPhone HEIC photos look flat or washed out after converting to JPG. Usually this is color space mapping, not a broken converter.
HEIC vs JPG color
- iPhone HEIC often stores Display P3 (wide gamut) with 10-bit depth.
- JPG is typically 8-bit sRGB for universal compatibility.
- Converting P3 → sRGB can make saturated skies and skin tones look slightly muted on non-P3 displays.
This happens with any HEIC→JPG tool—including desktop apps because JPG targets sRGB for sharing.
What helps
- Use high JPEG quality (90%+) on HEIC to JPG before converting.
- View on a calibrated display — P3 originals always looked punchier on iPhone's screen.
- Edit in an app that understands color profiles if you need print-accurate output.
- Try PNG for editing workflows — HEIC to PNG avoids a second lossy JPG step (file size will be larger).
What HeicSave does
We decode HEIC in the browser (libheif) and encode JPG via Canvas at the quality you choose. We do not artificially desaturate. If colors still look wrong in one app, open the same JPG in Chrome or Windows Photos to compare; some viewers ignore embedded profiles.
When to worry about a real bug
- Only one file fails while siblings look fine → corrupt HEIC or Live Photo companion; see Live Photo guide.
- Rotated wrong → toggle EXIF preserve on the converter.
- Extremely dark → try Chrome/Edge on desktop for decode.
Related
Convert: HEIC to JPG · HEIC to PNG