HEIC → JPG / PNG / WebP converter
Convert iPhone .heic photos to widely-supported formats with batch processing and ZIP download. Runs entirely in your browser — photos never leave your device.
Output format
›How to use
- Pick an output format at the top (JPG default, PNG lossless, WebP smallest). JPG / WebP also expose a quality slider (default 92%).
- Drop or pick files (
.heic/.heif; multi-select is fine) — each one queues up automatically. - Once converted, download files one-by-one, or hit Download ZIP when you have 2+ done.
- Regular JPG / PNG / WebP also work — they're re-encoded to the chosen target (handy for batch compression).
Tips
- The HEIC decoder (~600 KB WASM) is fetched lazily on first drop, so the first file is slower; subsequent files are quick.
- Everything runs in WebAssembly inside your browser — photos never upload anywhere.
- EXIF / GPS metadata is not preserved (privacy default). If you need EXIF, see the upcoming
exif-tool. - iPhones default to HEIC to save space, but many systems (job sites, government portals, older Windows) don't accept it — convert here first.
Related tools
- Image ↔ Base64Drop images → data URI / raw base64 / HTML / CSS one-click copy; paste base64 → preview + download
- Image compress to sizeBinary-search JPEG quality to hit a target file size (300KB / 500KB / 2MB / etc.) — for job sites, government forms, upload limits
- Image Crop (free / aspect / circular)Visual drag-to-crop with locked aspect ratios (1:1 / 16:9 / 3:2…), circular mask for avatars, export PNG / JPG / WebP with custom output width
- Image Resize (fit / longest-edge / scale)Four modes: fit-inside box, cap longest edge, percentage scale, force exact size. Outputs JPG / PNG / WebP, never enlarges by default