You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using darktable-cli to export a Nikon raw image file to JPEG XL (JXL) format, the exported jxl file does not contain the metadata of the original raw file, tested with exiftool and digiKam. Exiftool only lists a few file-related data and info derived from jxl-image like width, height and megapixels. DigiKam does not list any metadata.
For comparison:
these procedures produce exported files containing many (all) metadata:
Manually exporting with darktable (GUI) using the export module and activating all options in the export settings
exporting with darktable-cli to PNG format.
Steps to reproduce
open a terminal
export to jxl: run darktable-cli imgfile.NEF imgfile.NEF.xmp imgfile.jxl
check metadata: run exiftool imgfile.jxl
search for metadata like focus length, camera or lens model
Expected behavior
the exported file should contain all the Exif, manufacturer data, IPTC data of the original raw file. and image metadata
Logfile | Screenshot | Screencast
No response
Commit
No response
Where did you obtain darktable from?
distro packaging
darktable version
4.8.1
What OS are you using?
Linux
What is the version of your OS?
Manjaro Linux up-to-date on 2024-09-30 (rolling release)
Describe your system?
No response
Are you using OpenCL GPU in darktable?
None
If yes, what is the GPU card and driver?
No response
Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip
No response
The text was updated successfully, but these errors were encountered:
As explained in the release notes, due to limitation in exiv2 write support (which makes behavior different to e.g. JPEG/PNG/TIFF) and privacy concerns, it is currently possible to export metadata to JPEG XL only if all the boxes are explicitly checked in the GUI (i.e. "opt-in"). Not sure if there is a way to enable those from the CLI...
@TurboGit I wouldn't close/reject this just yet, it might indeed be worth exploring how to achieve the same feature parity from CLI, if possible... (Note that this also affects AVIF, EXR and XCF.)
This issue has been marked as stale due to inactivity for the last 60 days. It will be automatically closed in 300 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.
Describe the bug
When using darktable-cli to export a Nikon raw image file to JPEG XL (JXL) format, the exported jxl file does not contain the metadata of the original raw file, tested with exiftool and digiKam. Exiftool only lists a few file-related data and info derived from jxl-image like width, height and megapixels. DigiKam does not list any metadata.
For comparison:
these procedures produce exported files containing many (all) metadata:
Steps to reproduce
Expected behavior
the exported file should contain all the Exif, manufacturer data, IPTC data of the original raw file. and image metadata
Logfile | Screenshot | Screencast
No response
Commit
No response
Where did you obtain darktable from?
distro packaging
darktable version
4.8.1
What OS are you using?
Linux
What is the version of your OS?
Manjaro Linux up-to-date on 2024-09-30 (rolling release)
Describe your system?
No response
Are you using OpenCL GPU in darktable?
None
If yes, what is the GPU card and driver?
No response
Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip
No response
The text was updated successfully, but these errors were encountered: