SW Commercial logoSW Commercial

BlogTool Hub

Convert iPhone HEIC photos to PNG without uploading them

Tool Hub decodes HEIC to PNG in your browser. Use it when you need a lossless still for an editor and you do not want an upload converter to keep the original.

Simon Wong

4 min read

JPG is what school portals ask for. PNG is what you want when you will edit again: sharp type, a crop you will mask, a still you do not want to JPEG a second time. iPhone stills are often HEIC either way.

HEIC to PNG on Tool Hub decodes in the tab and writes PNG. You pick the file on your computer. We do not receive the photo.

When HEIC to PNG is the right tool

Use this page when the next step is an editor or a printer that prefers PNG, or when you need a lossless-ish still from HEIC. Typical jobs: a graphic with text; a crop you will place on a slide; a still you will convert again later.

This is not HEIC to JPG. If the form names JPG, use HEIC to JPG. That how-to is a different URL on purpose. This is not HEIC to PDF. If the portal wants a page, use HEIC to PDF.

I use PNG when I know I will open the file in an editor that hates JPEG ringing. I use JPG when the recipient is a form.

What “in the browser” means

WebAssembly decode in the tab. File API. Local download. Offline-after-load is a fair test. The codec download on first visit is not your photo.

How I convert here

  1. Open https://tools.sw-commercial.com/heic-to-png.
  2. Pick the .heic / .heif.
  3. Wait for preview. Live Photos: convert the still you mean.
  4. Download PNG. Expect a larger file than JPG. That is the trade.
  5. If a portal then rejects PNG, convert that PNG to JPG as a second step — do not bounce HEIC through three formats for sport.

No account. No watermark.

Failure cases

Burst folders. Convert one still.

A Windows app that still will not open PNG. Then you wanted JPG.

Huge PNGs from 12 MP stills. Storage, not a bug.

When not to use this page

Do not use PNG as a “privacy format.” The picture is still the picture. Strip EXIF if tags are the worry, on the file you send.

Do not use an upload HEIC converter because PNG felt niche. Niche is still local here.

Related jobs

HEIC to JPG, HEIC to PDF, Compress PNG if the PNG is heavy but must stay PNG.

A worked example

I AirDrop one iPhone still to a Windows laptop. The file is HEIC. The designer wants PNG because they will mask the background later. I open HEIC to PNG, pick the still, wait for the preview, download. The PNG is larger than a JPG would have been. That is the trade I wanted. I do not then JPEG it “to save space” unless the designer says the portal changed its mind.

If the still is a Live Photo, I make sure I converted the key frame, not a random burst slice. If the PNG is too heavy for mail, I compress PNG on the hub, still locally. I do not upload the HEIC to an online converter to “see if PNG looks better.” Looking happens in the preview on this page.

Windows Photos may still not like HEIC. That is why the conversion exists. After conversion, any PNG viewer on Windows is enough. Keep the HEIC if you still want the smaller camera original on the phone. HEIC to JPG remains the school-form job; HEIC to PDF is the portal that will not take a photo. Three URLs, three jobs, all local.

FAQ

Is PNG smaller than JPG? Usually not, for camera photos. PNG is for editability and sharp type. Do I need an account? No. Does the first visit download a codec? Yes, a program, not your photo.

Live at tools.sw-commercial.com/heic-to-png.

How I test that the bytes stayed local

I load the Tool Hub page, wait until it is usable, then disconnect the network (airplane mode, or unplug after the JavaScript is cached). I repeat the job with a throwaway file or a throwaway paste. If the result still appears, that step did not need SW Commercial’s servers. The first visit still has to download the page itself. That is HTML, CSS, JavaScript, and sometimes a codec. It is not the document I care about.

Browser developer tools also show it. A converter that posts a multipart file to /api/upload is an upload converter. These Tool Hub jobs are not built that way. Ads, if shown, are labeled and do not receive the file. The SW Toolbox extension has 0 ads if you prefer that surface for the same engines.

I would rather keep one extra paragraph in a how-to than send a reviewer to a tool that 404s. The HEIC-to-PNG URL returned HTTP 200 when this guide was written.

Related reading