Image / Image Converter
HEIC to JPG, PNG & WebP Converter
Turn iPhone HEIC photos into JPG, PNG, or WebP — right in your browser.
How it works
Pick a format, drop your images in, and your browser does the rest. HEIC files (the iPhone default) are decoded with a small WebAssembly module that loads on demand; everything else goes through the built-in Canvas API. The converted file lands back in your downloads.
Since it all runs locally, there's no upload, no queue, and no size limit beyond your device's memory — and it keeps working if your connection drops mid-session, which is an easy way to see that nothing's being sent anywhere.
WebP, JPG, or PNG?
Go with JPG when a file needs to open anywhere. Pick WebP for the web — it's noticeably smaller at the same quality, so pages load faster. Choose PNG when you need lossless output or transparency.
Questions
Are my photos uploaded anywhere?
Nope. It all happens in your browser using the Canvas and WebAssembly APIs, so the image bytes never leave your device — it even works with your Wi-Fi off.
Why convert HEIC to JPG or WebP?
HEIC is what iPhones save by default, but plenty of sites, apps, and Windows tools just can't open it. JPG opens anywhere; WebP is about 25–35% smaller than JPG at the same quality, which is great for the web.
Does converting remove EXIF metadata?
It does. Because the image is re-encoded from a canvas, camera and location (EXIF) data get dropped from the result by default — a nice little privacy bonus.