
100% private, in-browser JPEG XL converter. No sign-up, no limits, no watermark.
A startup from Spain that is founded by Robert Castillo.
This page is designed to help you find out whether JPEG XL Convert is good and if it is the right choice for you.
A free JPEG XL converter and viewer that runs entirely in your browser. Convert images to and from JPEG XL (.jxl), open and view .jxl files without converting them, and save them as JPG or PNG in one click. It also converts HEIC (iPhone) photos to JPG, PNG or JXL.
Everything runs locally with WebAssembly — your files never get uploaded to any server, so it's fully private (you can verify it in the browser's Network tab). No sign-up, no file limits and no watermark, and it works on mobile too.
Ideal for anyone who needs to convert images to the modern JPEG XL format, open a .jxl file that won't open anywhere else, or get iPhone HEIC photos into a universal format.
The site also has a growing set of plain-English guides explaining what .jxl, .heic and .jpg-large files actually are, why Windows and most browsers refuse to open them, and what you lose (or don't) when you convert between formats.
Listed in
Converter
Convert images to and from JPEG XL, plus HEIC to JPG or PNG, in your browser
Viewer
Open and view .jxl and .heic files your OS refuses to display, without converting
Guides and Tips
Written guides explaining what .jxl, .heic and .jpg-large files are
Two groups, mostly.
The first is anyone who has been handed a file their computer refuses to open: a .jxl someone exported, or an iPhone .heic photo that Windows shows as a blank icon. These people are not technical, they do not want to install anything, and they are not going to use a command line. They just want the picture back in a format that works everywhere.
The second is photographers, designers and web developers who are deliberately moving to JPEG XL for the file-size savings, and who need a quick way to convert or inspect a file without opening a paid desktop app or building libjxl themselves.
There is a third group worth mentioning, because it is the reason the tool works the way it does: people who cannot upload the images at all. Because every conversion happens locally in the browser and nothing is ever sent to a server, it gets used with medical images, legal documents, unreleased product photos and client work under NDA, where handing the file to a third-party converter is simply not an option.
JPEG XL is a genuinely better image format. Files are substantially smaller at the same quality, it can recompress an existing JPEG losslessly, and it handles wide colour and high bit depth. The problem is that almost nothing opens a .jxl file. Chrome pulled its support, Windows shows a blank thumbnail, and the standard advice is to build libjxl and use the command line. That is a reasonable answer for a developer and a dead end for everybody else.
The other half of the problem is what the existing web converters do with your files. They upload them. Once your photo is on someone else's server it is their copy, on their disk, under their privacy policy and their retention period, and you have no way to check what happens to it.
The tool was built to solve both at once: compile libjxl to WebAssembly so the browser itself can decode and encode JPEG XL, and then never send the file anywhere. You drop a file on the page and the conversion runs on your own machine. That is not a promise in a privacy policy, it is something you can verify: open the browser's Network tab while you convert and there is no upload.
HEIC came next, for the simple reason that the most common version of "my computer will not open this photo" is an iPhone picture sitting on a Windows PC. The written guides followed after that, because a lot of the people arriving did not just need the conversion, they needed someone to explain what the file actually was.
The important part is that the actual image codecs are the reference implementations, compiled to WebAssembly and running inside the browser tab rather than on a server.
libjxl compiled to WebAssembly, including cjxl for encoding, which is the same encoder the JPEG XL project ships for the desktop. The build detects WASM SIMD and threads at runtime and uses them where the browser allows it.
libheif compiled to WebAssembly for reading Apple HEIC and HEIF photos.
Plain JavaScript with no framework, plus OffscreenCanvas and createImageBitmap for the raster steps, and a worker for the heavier HEIC decoding so a large photo does not freeze the page.
Static HTML and CSS, hand-written and generated by small Node scripts at build time. There is no framework, no bundler runtime and no client-side router.
Hosted on Cloudflare Pages. There is no backend, no database and no upload endpoint, which is what makes the privacy claim structural rather than a policy: there is no server that could keep your files even if it wanted to.
Three reasons, and one honest reason not to.
Your files stay with you. The competing online converters upload your images to their servers to do the work. If the photos are client work, medical scans, documents or anything you would not email to a stranger, that is a real problem and no privacy policy fixes it. Here the conversion runs in your browser, so the question never comes up.
No limits and nothing to install. No sign-up, no daily quota, no file-size cap, no watermark, no paid tier holding the useful part hostage. Server-based converters have to meter you because bandwidth costs them money; this one costs nothing to run, so it does not.
It actually opens the files. A lot of tools convert to JPEG XL but cannot show you a .jxl you already have, and Windows still shows those files as blank icons. There is a viewer here, and the same applies to iPhone HEIC photos. There are also written guides explaining what these formats are and why your computer refuses them, which is usually the real question behind the search.
When not to use it: if you need to convert video, audio, spreadsheets or documents, or batch-process thousands of files on a schedule, a general-purpose service like CloudConvert or a desktop tool is the better answer. This one does images, and it does them without ever taking a copy.
Everything happens on your own machine. The converter is libjxl and libheif compiled to WebAssembly, so your browser does the decoding and encoding itself and the file is never uploaded to a server.
That is the part you do not have to take on trust. Open the browser's Network tab, convert an image, and you will see there is no request carrying your file. Most "free online converters" send your photos to their servers and then ask you to believe a privacy policy about what happens next. Here there is no server to send them to: the site is static, with no backend, no database and no upload endpoint.
The practical consequences are the ones people actually notice. Nothing to install and no sign-up. No file-size cap and no daily limit, because there is no bandwidth being paid for. No watermark. It works offline once the page has loaded, and it works on a phone. And it opens .jxl and .heic files that Windows and most browsers still refuse to display at all.
We have collected here some useful links to help you find out if JPEG XL Convert is good.
Check the traffic stats of JPEG XL Convert on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of JPEG XL Convert on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of JPEG XL Convert's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of JPEG XL Convert on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about JPEG XL Convert on Reddit. This can help you find out how popualr the product is and what people think about it.
If you want to see the shape of this on a real site, the one I measured is jpegxlconvert.com, a browser-side JPEG XL converter I wrote about here. Small enough that the sampling is impossible to ignore, which is exactly why it was worth measuring. - Source: dev.to / 19 days ago
Do you know an article comparing JPEG XL Convert to other products?
Suggest a link to a post with product alternatives.
Is JPEG XL Convert good? This is an informative page that will help you find out. Moreover, you can review and discuss JPEG XL Convert here. The primary details have been verified within the last quarter. So they could be considered up to date. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.