NOTHING IS UPLOADED — OPEN YOUR NETWORK TAB AND WATCH

Clean a HEIC
photo

Most online tools cannot read HEIC properly. This one parses the container directly.

Drop a file here

Or choose one — it is read directly from your disk and never leaves this tab.

JPEG · PNG · HEIC · WEBP · PDF · DOCX · XLSX · PPTX
Home / Guides

Why HEIC is different

HEIC is not a simple image file with a metadata block bolted on. It is a container of numbered items, where one item is the picture, another is the EXIF, and a table elsewhere in the file records where each one begins and how long it is. Tools written for JPEG do not find any of it.

How this cleans it

The EXIF item is located through the container's own index, then overwritten with a valid but empty metadata block, padded to exactly the original length. Because nothing changes size, the index stays correct and the file opens normally. The picture data is never touched.

Converting to JPEG first does not help

Most converters faithfully copy the metadata across, because preserving capture information is what photographers want. You get the same GPS coordinates in a different wrapper. Clean the HEIC itself.

Common questions

Can online tools read HEIC metadata?

Many cannot, because HEIC stores metadata as container items rather than as a simple block. This page parses the container properly.

Does cleaning a HEIC reduce its quality?

No. Only the metadata item is overwritten. The encoded image is untouched.

Should I convert to JPEG before removing metadata?

No. Converters usually copy the metadata across. Clean the original.

Related