Summary: | Variable RAW conversion via different tools? | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | _ <myaccount132> |
Component: | BatchQueueManager-RAWProcessing | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version First Reported In: | 8.5.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 8.7.0 | |
Sentry Crash Report: |
Description
_
2025-02-06 08:17:23 UTC
INaturalist use the JPEG embeded extraction from RAW to speed up processing. There is no demosaicing stage here. If you pre-process RAW using BQM, you can use also JPEG embeded or demosaicing. Of course results are differents. Demosaicing can be customized by settings in BQM. This is what's you need... Best Gilles Caulier Thanks, I wasn't aware of embedded jpg withing nef but found it now. Quality is likely enough for most cases. I still have to figure out how to do good enough conversion when processing is needed. Darktable seems sophisticated but is terribly slow in my workstation, and there seems to be some issue with color management I have to fix. Initial import to digikam image editor seems relatively fast but is far from good quality. Noise is clearly present and, applied or not reduction, other details are removed too. At least in darktable my lens is not included in lensfun so likely automatic correction via digikam either doesn't do the job and I was unable to manually choose an older alternative which I have used in darktable. But the embedded jpg I think could fix many problems, however I could only find a way to use it in BQM, not for direct import to image editor for basic editing. Solution : extract RAW JPEG embedded with BQM and load the JPEG in editor. |