Sorry, if this is somewhere documented already. Does anyone know how to generate all full-resolution images in darktable 3.6 using darktable-generate-cache ? In my case it only generates small icons, and the lighttable is slow in full-screen mode.
Yes, thanks, it looks like
darktable-generate-cache --max-mip 8
is working (darktable-generate-cache -m8 did not work…).
I guess it is darktable-generate-cache -m 8 with a space between m and 8
Yes, one needs the space as delimiter between parameter and value. As an aside : The description in the manual for the development version 3.7 and the “usage” output of darktable-generate-cache (git master) differ :
- Manual :
[--min-mip <0-7>] [-m, --max-mip <0 - 7>] -
darktable-generate-cache(see source code darktable/main.c at master · darktable-org/darktable · GitHub, line 133 :[--min-mip <0-8> (default = 0)] [-m, --max-mip <0-8> (default = 2)]