A JPEG XL (*.jxl) thumbnail handler for Windows File Explorer.
Now with WIC decoding support, which means you can use Windows Photo Viewer or any WIC-capable image viewers to view JXL files.
- Install Microsoft Visual C++ Redistributable for Visual Studio 2022 if it's not already installed.
- Download the latest dll file from the releases page.
- Open a terminal window as administrator
- Move to your download directory
regsvr32 jxl_winthumb.dll
, or to uninstall,regsvr32 /u jxl_winthumb.dll
.
Please read the requirements to build the libjxl dependency, or take a look at the CI configuration.