convert2image

JPEG XL to PNG converter

Convert JPEG XL images to PNG, keeping transparency and every decoded pixel, for editing or for software that has not caught up with JXL.

Drop an image here, or click to choose

Loading the tool…

Runs on your device. Your images are not uploaded anywhere.

How to use it

  1. Drop in .jxl files.
  2. They are decoded natively or with the WebAssembly decoder.
  3. Download the PNGs.

Why PNG for JXL

JPEG XL is often used precisely because it keeps quality so well, including a true lossless mode. Converting to PNG keeps that quality intact in a format every editor opens. It is also the right choice when the JXL has transparency, which JPG cannot store.

Size expectations

JPEG XL is extremely efficient. A lossless JXL can be 20 to 30 percent smaller than the equivalent PNG, and a lossy one far smaller still, so the PNG will usually be larger than the file you started with. That is the price of compatibility.

Bit depth

JPEG XL can store high bit depths and HDR. Browsers decode to 8 bits per channel, so the PNG is 8-bit. For normal viewing and editing that is fine.

JPEG XL and PNG compared

JPEG XLPNG
First released20221996
CompressionLossy or losslessLossless
TransparencyYesYes, including soft edges
Animation or pagesAnimationOnly as APNG, rarely used
Best forHigh-quality photos and archivingScreenshots, graphics, text and transparency
SupportSafari 17+; arriving in other browsers; patchy in appsUniversal

Questions people ask

Is JXL to PNG lossless?

Yes for 8-bit images. Higher bit depths are reduced to 8 bits per channel.

Why is the PNG bigger than the JXL?

JPEG XL compresses better than PNG, even in lossless mode.

Is transparency kept?

Yes.