Open n-osennij opened 10 months ago
I think that's a limitation within the libjxl binaries and way beyond the scope for this app, since all of the input/output bitstream is handled by libjxl binaries and this app has no control over those. Try to convert directly via batch command, like: djxl [input_file].jxl [output_file].jpg
and see if metadata is saved.
Alternatively, you can send an issue to libjxl repo as well.
I have jxl image with integrated xmp data inside (lightroom). After conversioning jxl to jpg this data (editions history, keywords, faces and e.t.c. is gone).
For example image with face data (jxl and decoded jpg) image.zip
Original jxl have next integrated xmp data
Converted to jpg do not have xmp inside.
Is it possible to save integrated xmp data?