-
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
bug in jpeg export #2290
Comments
I forgot to mention that exporting from Rawtherapee works as expected. |
Read more here: LycheeOrg/Lychee#234 |
Maybe it's not a darktable issue. As you said on Lychee, it's the same on Gimp that share libraries. So maybe it's an exiv or lensfun (exiv probably) issue. See which version you use and if lens is recognize correctly by these libraries. |
Files showing the problem attached. Both works with raw file exported to jpeg with Rawtherapee but only exiv2 works with the exported raw from darktable. I am not able to upload the raw file since it is both to large and it does not conform to the allowed file types for upload. |
Forgot: So to the best of my knowledge this is a long standing bug in Darktable's jpg export module since Darktable and Rawtherapee uses the same image processing libraries but apparently darktable introduces bad formatted data into the file which brakes exiftool's tag parser. |
This issue did not get any activity in the past 30 days and will be closed in 7 days if no update occurs. Please check if the master branch has fixed it since then. |
Describe the bug
When an image is exported as jpeg from darktable and then parsing image tags using exiftool the following error message is displayed:
"Warning" => "Can't decrypt Nikon information (no ShutterCount key)". The implication is that, among others, the tag LensID is missing. LensID gives a detailed information about the used lens -> "LensID" => "Tamron SP AF 150-600mm f/5-6.3 VC USD (A011)"
To Reproduce
Steps to reproduce the behavior:
Output: Lens ID : Tamron SP AF 150-600mm f/5-6.3 VC USD (A011)
Output: Warning: Can't decrypt Nikon information (no ShutterCount key) - image.jpg
Expected behavior
Step 3 should output:
Lens ID : Tamron SP AF 150-600mm f/5-6.3 VC USD (A011)
Platform (please complete the following information):
Additional context
I Have exported jpg's for 2.4.x which contains the same bug.
The text was updated successfully, but these errors were encountered: