About Every Format
Every Format is a collection of free image tools — converters for camera RAW, HEIC, AVIF, WebP, TIFF and more, plus EXIF and DPI utilities — that run entirely in your browser.
Why we built it
Traditional online converters upload your photos to their servers, convert them there, and let you download the result. Your private photos travel the internet and sit on someone else's disk, and because every gigabyte costs the operator money, the services impose size limits, queues and paid tiers.
Modern browsers can do better. With WebAssembly, the same open-source codecs that power professional software — LibRaw for camera RAW, libheif for HEIC, dav1d for AVIF, libwebp, libjxl and Oxipng — run at near-native speed on your own machine. So we ship the converter to your browser instead of shipping your photos to a server. Privacy becomes structural rather than a policy promise, and unlimited batch conversion costs nothing.
How it works
- Your file is read locally with the browser's File API — no upload, ever.
- A WebAssembly build of the right codec decodes it and re-encodes it to your target format.
- Results are saved straight from your browser, individually or as a ZIP.
You can verify the claim yourself: load any tool, disconnect from the internet, and it keeps working.
Who's behind it
Every Format is built by the small team behind Media Moana, an AI-powered media management platform. Building media infrastructure means living with image formats all day; these tools began as utilities we wanted ourselves.
Get in touch
Found a file that won't convert, or a format we should support? Tell us about it — format compatibility reports are the most valuable feedback we get.