HEIC to WEBP Converter
Convert HEIC (High Efficiency Image Container, 2015) to WEBP (WebP, 2010) entirely in your browser. Output files are substantially larger — often 20% bigger because the target format is less efficient for ordinary photographs. Files never leave the tab — there is no upload.
Which formats are supported?
Inputs: PNG, JPEG, WEBP, AVIF, GIF, BMP, ICO, TIFF (Safari) and HEIC/HEIF (via libheif WASM, loaded on demand). Outputs: PNG, JPEG, WEBP, AVIF — each with an optional WASM encoder variant in the dropdown (mozjpeg, oxipng, libwebp, libavif) for tighter compression or consistent output across browsers. Vendor camera RAW formats (CR2/CR3/NEF/ARW/DNG/...), PSD, EPS, TGA, XCF and ICNS are still rejected — those need format-specific decoders we haven't shipped yet.
Both formats default to lossy encoding for photographs. We use the default quality setting (92) which preserves visually-identical detail for most images. Drop the slider lower for hero images on slow connections, raise it for printable masters.
Both formats support a true alpha channel — anti-aliased logos, drop shadows and translucent overlays survive the round-trip unchanged.
WEBP is the natural choice for Web delivery where AVIF is too aggressive, Replacing both JPEG and PNG with a single format, and Animated graphics under 5MB. It is a poor fit for Email attachments and Sending to non-technical end users who'll re-share the file. All current browsers; not safe for email or legacy enterprise software.
HEIC: what it is
HEIC is an Apple-branded HEIF container holding an HEVC video frame. It is what an iPhone takes by default since 2017 — and what most non-Apple software still refuses to open.
We decode HEIC entirely in the browser via libheif compiled to WebAssembly. The decoder is around 1.5 MB and downloads on demand the first time you drop a HEIC file; every later HEIC in the same session is instant.
WEBP: what it is
Lossy WEBP uses VP8 intra-frame coding (the same predictor system as the VP8 video codec). Lossless WEBP is a separate algorithm that beats PNG on most images.
Typical lossy WEBP is 25–35% smaller than a visually-equivalent JPEG and 50–70% smaller than the equivalent PNG.
At a glance
- Typical size change
- ~20% larger
- Transparency preserved
- Yes — both formats support alpha channels
- Compression
- HEIC (lossy) → WEBP ( both)
- WEBP browser support
- All current browsers; not safe for email or legacy enterprise software.
Frequently asked questions
Is the converted WEBP smaller than the original HEIC?
On a typical photograph, substantially larger — often 20% bigger because the target format is less efficient. Synthetic graphics (logos, screenshots) may behave very differently — try a single file first if size matters.
Will my HEIC be uploaded to convert it?
No. The conversion runs inside the browser tab using WebAssembly. Your file is never sent over the network — drop it, convert it, download it, all on your machine.
Will WEBP open in older software?
All current browsers; not safe for email or legacy enterprise software. If you need to send the file to someone using a 5+ year old version of Outlook, Word or other desktop software, convert to JPG or PNG instead.