In the blog entry for the new lut3d-module :
The module accepts cube files, haldclut files and compressed LUT files.
But the lut3d-modul from DT 3.0 only accepts haldclut files and cube files.
- Any plans to extend it to the compressed 3D-LUTs?
- Is it possible to integrate the compression of
Hi,
Once you've done the git clone, open terminal in that directory. Then:
cd build
cmake -DCMAKE_INSTALL_PREFIX=/where/you/want/the/dev/build/to/be/ .. &&
make && make install
At least this is how I've done it.
Mihkel
igmerti (), 27. detsember 2019 kell 12:34:
> Hi there
>
> I want to make a
Hi there
I want to make a development build and run the development version without
overwriting my productive version of darktable.
I am not quite sure, how to achieve this.
My thoughts:
./build.sh --prefix ./sandbox/darktable
But then the build script advises me:
cmake --build "/home/igmerti/pr
Hello Pascal,
PR #3694 and #3695 can now merged into master
best regards
Pierre
Am Donnerstag, 26. Dezember 2019, 21:25:52 CET schrieb Pascal Obry:
> Hello!
>
> I have merged today many PR that were waiting for 3.0.1. The merges
> have been made in master and in darktable-3.0.1.
>
> There is som