Convert HEIC to PNG — Free HEIC to PNG Converter
Free HEIC to PNG conversion, batches included — everything runs on your device.
PNG is the lossless choice, which sounds ideal and has one catch worth understanding. Your HEIC was lossy already, so PNG preserves the compression artifacts perfectly instead of removing them, and the file typically grows several times over. Pick PNG when you need an alpha channel or a master to edit from. Pick JPG when you just need the photo to open on a Windows machine.
How to Convert HEIC to PNG
Select your HEIC files
Drop images in — every common format works.
Convert to PNG
Runs automatically; open advanced settings to tune quality.
Download
Save files singly or as one ZIP.
Why Convert HEIC to PNG?
HEIC photos from your iPhone sometimes need to be in PNG format — for design work, presentations, or any situation where you need lossless quality and wide software compatibility. PNG preserves every pixel without compression artifacts, making it ideal for screenshots, graphics, and images that will be edited further.
Unlike JPG, PNG supports transparency. If you plan to remove the background from your photo or layer it over other images, PNG is the right choice. The tradeoff is larger file sizes, but the quality preservation is worth it for editing workflows.
All of it runs on your own device, which matters for personal photos: nothing is uploaded, no cloud service is involved, and nobody's server ever holds a copy. The conversion is free and immediate.
For sharing, where file size matters more than pixel-perfect quality, HEIC to JPG remains the practical choice. Our compressor can then trim the resulting PNG without any quality cost.
What changes going from HEIC to PNG
Going to PNG turns a lossy file into a lossless one, and it pays to be clear about what that buys you. The blockiness and smoothing the HEVC encoder introduced on the phone are carried over pixel for pixel; nothing is restored. What you gain is a file that survives any number of further saves without degrading, which makes PNG the right intermediate if the photo is heading into an editor, a background remover or a compositing step.
LeanImg decodes through libheif into 8-bit RGBA, encodes with the jSquash PNG encoder, then runs oxipng at level 3, which only rearranges the deflate stream and never changes a pixel. An alpha plane, if the HEIC has one, is carried straight into the PNG's alpha channel instead of being flattened. PNG can hold 16 bits per channel, but because the decode goes through a browser canvas the output is 8-bit even from a 10-bit heix source, and any HDR gain map is discarded.
Expect a full-resolution iPhone photo to come out several times to well over ten times its original size, because deflate has no model of photographic noise and stores nearly every pixel at close to full cost. EXIF, GPS and the Display P3 profile are dropped; only the pixel grid makes the trip.
Don't do this when the destination is email, a chat app or a website: you would ship a file an order of magnitude bigger with no visible benefit over the JPG or WebP version of the same photo.
HEIC vs PNG
| Feature | HEIC | PNG |
|---|---|---|
| File Size | Small (efficient) | Large (lossless) |
| Transparency | No | Yes (alpha channel) |
| Compression | HEVC-based | Lossless |
| Device Support | Apple devices | Universal |
| Best For | iPhone storage | Editing, design |
| Quality Loss | Minimal | None |
What is a PNG file?
PNG became a W3C Recommendation in October 1996, designed after Unisys began enforcing the LZW patent that GIF relied on. It is lossless and only lossless: one compression method, deflate, applied after per-scanline filters. Every tool advertising a lossy PNG is really quantizing to a 256 color palette before writing an ordinary lossless PNG. Transparency comes in three grades: a real alpha channel at 8 or 16 bits, up to 256 alpha levels from a palette table, or a single keyed color.
| Released | 1996, W3C Recommendation. ISO/IEC 15948 since 2004 |
| Compression | Lossless only, deflate with per-scanline filters |
| Transparency | 8 or 16 bit alpha channel, a palette table or one keyed color |
| Animation | APNG, official only since the Third Edition in June 2025 |
| Color depth | Up to 16 bits per channel. Browser canvas APIs truncate that to 8 |
| MIME type | image/png |
How to open a PNG file
Nothing needs installing anywhere: Preview and Quick Look on macOS, Photos and Paint on Windows, and libpng as a base dependency on Linux mean GIMP, Krita and every GTK or Qt application read it. The interesting tools are the optimizers — optipng, oxipng and zopflipng rewrite the file losslessly, and LeanImg's compressor runs oxipng at optimization level 3 without ever changing a pixel.
Convert other formats to PNG
Convert HEIC to other formats
Frequently Asked Questions
How to convert HEIC to PNG?
Open the LeanImg converter, select your HEIC photos, and download the PNG versions moments later. The whole thing is free and account-free, and because the work happens on your device, the photos are never sent anywhere.
Is it safe to convert HEIC to PNG online?
Completely. Your photos are decoded and re-encoded on the device in front of you — no upload, no cloud step, nothing for anyone else to see. Private by architecture rather than by promise.
How to convert HEIC to PNG on Mac?
Any Mac browser works. Select the HEIC photos, wait a moment, and save the PNG files — the conversion runs in the page, so there is nothing to install on macOS.
Why is the PNG file much larger than the HEIC?
HEIC leans on HEVC's lossy compression; PNG refuses to lose anything. That difference in philosophy is the entire size gap — and in exchange the PNG survives unlimited edit-and-save cycles untouched.