We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sqlite> select * from overlay; 12292|12293 12290|12291 12291|12292 12293|12294
overlay
sqlite> select * from overlay; 12292|12293 12290|12291 12291|12292 12293|12294 12650|12638
My processing stack is (observe that the overlay is a black-and-white version of the image, for demonstration purposes):
The DB contents do not change, which is OK, 12650 is only associate with one image as overlay.
sqlite> select * from overlay; 12292|12293 12290|12291 12291|12292 12293|12294 12650|12639
Observe that 12638 disappeared from the DB, only 12639 is shown.
sqlite> select * from overlay; 12292|12293 12290|12291 12291|12292 12293|12294 12650|12638 12650|12639
While probably not a serious issue (the registration gets fixed), I'm wondering if it were possible to always keep the DB in sync with the modules.
See above
dt should keep the DB consistent at all times
No response
downloaded from www.darktable.org
4.9.0+925~gb7288e18b2
Linux
Ubuntu 24.04
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
overlay
, connecting the two image IDs:My processing stack is (observe that the overlay is a black-and-white version of the image, for demonstration purposes):
The DB contents do not change, which is OK, 12650 is only associate with one image as overlay.
Observe that 12638 disappeared from the DB, only 12639 is shown.
While probably not a serious issue (the registration gets fixed), I'm wondering if it were possible to always keep the DB in sync with the modules.
Steps to reproduce
See above
Expected behavior
dt should keep the DB consistent at all times
Logfile | Screenshot | Screencast
No response
Commit
No response
Where did you obtain darktable from?
downloaded from www.darktable.org
darktable version
4.9.0+925~gb7288e18b2
What OS are you using?
Linux
What is the version of your OS?
Ubuntu 24.04
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: