Create JpegXl files from Lightroom with user export
This project is a proof of concept for a user export plugin for Lightroom.
I want to extend the popularity of the JpegXl format, hopefully this format will be soon supported by OpenSource Community, Google, Apple and Microsoft.
A Lightroom Plugin would be a better way to create JpegXl files out of Lightroom. But I currently have no resources to learn Lua. But this tool works fine and can be integrated into Lightroom.
A Lot, feel free to contribute! Or add issues.
See: https://github.com/dhcgn/jxl-for-lightroom/issues
Currently only works on Windows
Just copy the file jxl-for-lightroom.exe
(see Releases and assets) to some location and add this location to your export profile.
I prefer: C:\Users\MyUserName\AppData\Roaming\Adobe\Lightroom\Modules\jxl-for-lightroom\jxl-for-lightroom.exe
- Go to
File->Exports...
- Create a new Preset with these settings:
File Settings
toPNG
(JPEG
works too)Post-Processing
After Export
set toOpen in Other Application...
Application
set to the filejxl-for-lightroom.exe
- Save the preset
This project includes the executable from the project https://github.com/libjxl/libjxl, which will be extracted at program start. Lightroom call this tool with all files to convert, then a webpage is opened in the standard browser. On the webpage you can select parameters for the encoding to jpegxl and start the encoding.