-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JPEG XL .DNG
not supported
#16618
Comments
A quick look shows the file to have been generated by Lightroom. RawSpeed complains that it can't find any RAW chunks (since LR generated it, it's probably demosaiced), and ImageMagick complains that it can't handle floating-point samples. You probably need to adjust the export settings in LR. |
And the file contains lots of doubled tags, some of them inconsistent, see for example "
The sample format is
which is not supported by ImageMagick (error message from your log file)
|
Float DNGs are in principle supported*, and this shouldn't end up w/ the GraphicsMagick/ImageMagick loader anyway, something else fails earlier. I'll check... *Is this a from a very recent Lightroom? Latest DNG 1.7 w/ JPEG XL compression is not yet supported. |
Yep:
P.S. @pehar1 There are multiple IFDs (subimages like thumbnails and main image), and each has its own tags so there is no wonder you see them as "duplicated". In exiftool you need to use -g1 or -G1 to group them by IFD. |
@nghiatranol Please upload a sample to https://raw.pixls.us/ @LebedevRI In the meantime, try exporting w/ DNG 1.6 (or earlier) compatibility. Tracked by darktable-org/rawspeed#516 |
.DNG
not supported
I've verified some sample that claimed to be an JXL DNG, so that's nice, thank you! Is there a library that supports that compression? |
Yes, listed a couple of options in the RawSpeed tracking issue. |
Hm, the one I see listed on RPU ("Canon - EOS 7D Mark II - 16bit (3:2).dng") does claim it is DNG 1.7, but it is not JPEG XL compressed? |
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
We have tried to open the DNG file (which is the input.dng in the zip) in darktable without any success, the error just said that darktable cannot load the file
input.zip
Steps to reproduce
---> the error message shows up
Expected behavior
darktable should be able to open the file
Logfile | Screenshot | Screencast
this is the log file from https://www.darktable.org/about/faq/#:~:text=Windows%2010%3A%20C%3A%5CUsers%5C%5Busername%5D%5CAppData%5CLocal%5CMicrosoft%5CWindows%5CINetCache%5Cdarktable%5Cdarktable%2Dlog.txt
darktable-log.txt
Commit
No response
Where did you obtain darktable from?
downloaded from www.darktable.org
darktable version
4.6.1
What OS are you using?
Windows
What is the version of your OS?
windows 11 pro
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: