A JPEG XL (*.jxl) WIC decoder to render thumbnails on Windows File Explorer or view images on any WIC-capable image viewers.
- Download the dll file from https://github.com/saschanaz/jxl-winthumb/releases
- Open a terminal window as administrator
- Move to your download directory
regsvr32 jxl_winthumb.dll
, or to uninstall,regsvr32 /u jxl_winthumb.dll
.
You might need to restart explorer.exe
or any programs that use the dll before updating it. Get the list of such programs using tasklist /m jxl_winthumb.dll
and kill them e.g. with taskkill /f /im explorer.exe && start explorer.exe
.
Use the stable Rust toolchain. Current toolchain as of 26th February 2024 is 1.75.0.