| Summary: | Digikam fails to import RAW from darktable 3.8.0 | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Joshua Goins <josh> |
| Component: | Plugin-RawImport-Darktable | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles, nalvarez |
| Priority: | NOR | ||
| Version First Reported In: | 7.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.6.0 | |
| Sentry Crash Report: | |||
|
Description
Joshua Goins
2022-01-25 19:26:54 UTC
hi, yes, it's LUA used to deal with darktable. script is here : https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/rawimport/darktable/rawimportdarktableplugin.cpp#L71 If you know the difference with the Gimp lua script, a patch or a MR in gitlab is welcome Best Gilles Caulier (In reply to caulier.gilles from comment #1) > hi, > > yes, it's LUA used to deal with darktable. script is here : > > https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/ > rawimport/darktable/rawimportdarktableplugin.cpp#L71 > > If you know the difference with the Gimp lua script, a patch or a MR in > gitlab is welcome > > Best > > Gilles Caulier Yes thank you :-) I'm compiling Darktable as we speak as I think I see what the problem is now. A possibly relevant merge request was started @ https://invent.kde.org/graphics/digikam/-/merge_requests/159 Fixed in: https://invent.kde.org/graphics/digikam/commit/9a7de4cf4ce8c3bf776889139874787aa6247685 > Fix Darktable RAW import for versions above 6.2.1 > > This also checks if your API version is actually >= 6.2.1 before calling, similar to how GIMP does it. > I wrote my version a little cleaner though ;-) |