THX Martin … works like charm
@MStraeten Thanks! Question: would it be possible that these master builds are using the memory library by default?
The would be possible but then these builds needs to be different from master codebase. I don’t intend to do this…
Since 5.4.0 a user can select the workspace at startup.
current master 5.5.0 build + preliminary Canon R6mIII support (based on Add Canon EOS R6 Mark III support by JuanPabloZambrano · Pull Request #745 · LibRaw/LibRaw · GitHub) + a couple of RF lensfun data from: Kameratrollet
darktable-5.5.0+474~g719481bb34_arm64.dmg (macOS >= 11.3)
darktable-5.5.0+474~g719481bb34_x86_64.dmg (macOS >= 10.14)
you might run it with an in-memory library via terminal:
/Volumes/darktable/darktable.app/Contents/MacOS/darktable --library :memory:
or use a separate config directory:
/Volumes/darktable/darktable.app/Contents/MacOS/darktable --configdir ~/.config/darktable_test
also keep in mind that if you don’t disable writing sidecar files these can be messed up
both packages are unsigned, you might need to allow execution via terminal: " xattr -c <path/to/application.app> "
Release notes for 5.5.0 release: darktable/RELEASE_NOTES.md at master · darktable-org/darktable · GitHub
difference to released 5.4.1 see: Comparing release-5.4.1…master · darktable-org/darktable · GitHub
current master 5.5.0 build + preliminary Canon R6mIII support (based on Add Canon EOS R6 Mark III support by JuanPabloZambrano · Pull Request #745 · LibRaw/LibRaw · GitHub) + a couple of RF lensfun data from: Kameratrollet
darktable-5.5.0+571~gc57f9c3c14_arm64.dmg (macOS >= 11.3)
darktable-5.5.0+571~gc57f9c3c14_x86_64.dmg (macOS >= 10.14)
you might run it with an in-memory library via terminal:
/Volumes/darktable/darktable.app/Contents/MacOS/darktable --library :memory:
or use a separate config directory:
/Volumes/darktable/darktable.app/Contents/MacOS/darktable --configdir ~/.config/darktable_test
also keep in mind that if you don’t disable writing sidecar files these can be messed up
both packages are unsigned, you might need to allow execution via terminal: " xattr -c <path/to/application.app> "
Release notes for 5.5.0 release: darktable/RELEASE_NOTES.md at master · darktable-org/darktable · GitHub
difference to released 5.4.1 see: Comparing release-5.4.1…master · darktable-org/darktable · GitHub
current master 5.5.0 AI enabled build + preliminary Canon R6mIII support (based on Add Canon EOS R6 Mark III support by JuanPabloZambrano · Pull Request #745 · LibRaw/LibRaw · GitHub) + a couple of RF lensfun data from: Kameratrollet
for documentation of the AI masking have a look at [AI] AI object mask tool by andriiryzhkov · Pull Request #20378 · darktable-org/darktable · GitHub
Unfortunately there are some impacts on macos support. A build without making use of coreML and leaving AI tasks to be done by CPU can be made even for macOS 11.3, but using coreML requires at least macOS 14.4.
Since the nightly homebrew based builds doesn’t support coreML yet (blame homebrew for that
but even macports doesn’t have a onnxruntime port yet - so this builds are based on my just tested by one user sketch of a macports port)
I can’t support coreML and non-coreML arm64 variants since this needs to rebuild all dependency, so i head over to macos 14.4 and coreML support until the nightly builds are prepared to also use coreML. Once thats done, i switch back to 11.3 to keep prroviding complementing builds.
The intel build can’t make use of coreML, AI dependency onnxruntime requires at least 10.15.
darktable-5.5.0+619~g8dbb8eebe8_arm64.dmg (macOS >= 14.4)
darktable-5.5.0+619~g8dbb8eebe8_x86_64.dmg (macOS >= 10.15)
you might run it with an in-memory library via terminal:
/Volumes/darktable/darktable.app/Contents/MacOS/darktable --library :memory:
or use a separate config directory:
/Volumes/darktable/darktable.app/Contents/MacOS/darktable --configdir ~/.config/darktable_test
also keep in mind that if you don’t disable writing sidecar files these can be messed up
both packages are unsigned, you might need to allow execution via terminal: " xattr -c <path/to/application.app> "
Release notes for 5.5.0 release: darktable/RELEASE_NOTES.md at master · darktable-org/darktable · GitHub
difference to released 5.4.1 see: Comparing release-5.4.1…master · darktable-org/darktable · GitHub