everything-to-jpgModel 2026 · XX273-B9
100% in your browser, nothing is uploaded

About everything-to-jpg

Drop in HEIC, HEIF, AVIF, WebP, PNG, BMP, GIF, JPG, SVG, or a PDF. Get a clean JPG, WebP, or PNG: your pick. No sign-up, no upload, no watermark.

Private by default: every output image is rebuilt from scratch in your browser, so it carries no EXIF metadata: no GPS location, camera model, or edit history, no matter what format you drop in. Nothing is uploaded, ever.

Field manual

Is my photo uploaded anywhere?

No. Every byte is decoded and re-encoded on your own device using WebAssembly. If you close the tab mid-convert, nothing has left your computer.

Does my photo's EXIF / GPS location get carried into the JPG?

No. The converter rebuilds the image from scratch in your browser, so the output JPG has no EXIF metadata at all: no GPS coordinates, camera make/model, lens, orientation, or edit history, regardless of whether you started from a HEIC, JPEG, PNG, AVIF, or WebP. That's a privacy feature, not a bug: the only metadata that survives is what's baked into the pixels themselves.

Why do I need a special tool for HEIC?

iPhone saves photos as HEIC, which only Apple devices and Safari can open. On Android, Windows, or desktop Chrome, a .heic file won't load, so this page runs a WASM build of the libheif decoder to read it, then writes a standard JPG.

What formats can I convert?

HEIC, HEIF, AVIF, WebP, PNG, BMP, GIF, JPG, and SVG in, plus PDF (every page becomes its own image). Out: JPG, WebP, or PNG: pick whichever fits where the image will live. Everything is decoded on your device.

Why is my JPG a bit larger than the AVIF/HEIC I started with?

AVIF and HEIC compress far more efficiently than JPEG at the same visual quality. Converting buys you compatibility, not a smaller file; JPG opens everywhere, including apps and printers that can't read the newer formats.

everything-to-jpg converts the image and document formats that don't open everywhere into a standard JPG, WebP, or PNG that does.

It's built for those frustrating moments when a format just won't cooperate: an iPhone photo that Android or Windows can't open, an AVIF from a website your email app won't preview, a WebP that a desktop program chokes on, a PDF you want to quote as images, or a heavy PNG you'd like to shrink. Drop the file in, pick an output (or don't, JPG is the default, hence the name), and download the result.

How it works

The whole converter runs in your browser. The page reads the file on your own device, decodes it (using your browser's native image pipeline, plus small WebAssembly decoders for the formats browsers can't read natively, like HEIC), redraws the pixels, and writes out the new image. There is no server to upload to and no queue to sit in.

That means three things: your files are private (they never leave your machine), the tool works with no account or sign-up, and there's no watermark, file-size cap, or "premium" tier. Close the tab and the files and their outputs are gone.

Under the hood

For the dozen people to ever read this- I see you. Whether a given format works on your machine mostly comes down to one question: can your browser already do this on its own? If it can, the converter just hands the file to your browser and lets it work. If it can't, the converter looks for a small, self-contained piece of code, a "WebAssembly" module, that it can load and use as a stand-in. If there's no such thing, the format isn't supported, and the tool will say so.

The output side follows the same idea. JPG and PNG can be written by literally every browser, so those are just a matter of asking the canvas to save. WebP is the one exception: Chromium browsers (Chrome, Edge, and friends) can write WebP straight out of a canvas, while a few others, Safari being the notable one, can't. On those, the converter loads a tiny WASM WebP encoder and uses that instead.

One last thing worth mentioning: none of the extra machinery is loaded up front. That covers the HEIC decoder, the WebP encoder, and the PDF renderer. Each is fetched and started only the first time a file actually needs it, so converting a plain JPG to JPG touches none of it.

What it does

It accepts HEIC, HEIF, AVIF, WebP, PNG, BMP, GIF, and SVG images, plus PDF documents (each page becomes its own image). It writes out JPG, WebP, or PNG, with controls for quality, target size, and the background used to flatten transparency. You can convert one file or a whole batch, and bundle a batch into a single ZIP.

What it doesn't do

It doesn't store your files, create an account, or track you across the web. It doesn't edit the image beyond the conversion itself: no filters, no cropping, no cropping-to-fit. It's a converter, and that's it. See the privacy policy for the full details on data and advertising.