1DARKTABLE-GENERATE-CACHE(1) darktable DARKTABLE-GENERATE-CACHE(1)
2
3
4
6 darktable-generate-cache - update darktable's thumbnail cache
7
9 darktable-generate-cache [-h, --help; --version] [-m, --max-mip <0-7>] [--core <darktable options>]
10
12 darktable is a digital photography workflow application for Linux, Mac
13 OS X and several other Unices. It's described further in darktable(1).
14
15 darktable-generate-cache updates darktable's thumbnail cache. You can
16 start this program to generate all missing thumbnails in the background
17 when your computer is idle.
18
20 All parameters are optional. If started without parameters darktable-
21 generate-cache uses reasonable defaults.
22
23 -h, --help
24 Gives usage information and terminates.
25
26 --version
27 Gives copyright and version information and terminates.
28
29 --min-mip <0-7>
30 -m, --max-mip <0-7>
31 darktable can handle and store thumbnails with up to eight
32 different resolution steps for each image. These parameters define
33 which maximum resolution should be generated and default to a range
34 of 0-2. There is normally no need to generate all possible
35 resolutions here; missing ones will be automatically generated by
36 darktable the moment they are needed. When asked to generate
37 multiple resolutions at once, the lower-resolution images are
38 quickly downsampled from the highest-resolution image.
39
40 --min-imgid <N>
41 --max-imgid <N>
42 Specifies the range of internal image IDs from the database to work
43 on. If no range is given, darktable-generate-cache will process
44 all images from the entire collection.
45
46 --core <darktable options>
47 All command line parameters following --core are passed to the
48 darktable core and handled as standard parameters. See
49 darktable(1) for a detailed description of the options.
50
52 darktable(1)
53
55 The principal developer of darktable is Johannes Hanika. The
56 (hopefully) complete list of contributors to the project is:
57
58 * developers: Roman Lebedev, Pascal Obry, Tobias Ellinghaus, Stefan
59 Schöfegger, Peter Budai, Ulrich Pegelow, johannes hanika, parafin,
60 Alexandre Prokoudine, Aldric Renaudin, Edouard Gomez.
61
62 * translators: Pascal Obry, Ger Siemerink, Tobias Ellinghaus, Maurizio
63 Paglia, Timur I. Davletshin, Alexandre Prokoudine, mepi0011, Báthory
64 Péter, Jeronimo Pellegrini, Matjaž Jeran, shlomi braitbart, Aurélien
65 PIERRE, Heiko Bauke, Josep V. Moragues, Marko Vertainen, Michel
66 Leblond, Milan Knížek, Novy Sawai, Ragnar Wisløff, Tomasz Golinski.
67
68 * contributors (at least 4 commits): Aurélien PIERRE, rawfiner,
69 edgardoh, Dan Torop, Ger Siemerink, Matthieu Moy, Maurizio Paglia,
70 Andreas Schneider, Heiko Bauke, Rikard Öxler, Timur I. Davletshin,
71 Benoit Brummer, Philippe Weyland, grand-piano, luzpaz, Mario Lueder,
72 Robert Bridge, mepi0011.
73
74 * RawSpeed contributors (at least 1 commit): Stefan Löffler, Stefan
75 Hoffmeister, parafin, Robert Bieber, Tobias Ellinghaus, Matthieu Volat,
76 Shita Yuuma, Stefan Schöfegger, luz.paz.
77
78 And all those of you that made previous releases possible
79
80 This man page was written by Ulrich Pegelow
81 <ulrich.pegelow@tongareva.de> as part of the usermanual. It was turned
82 into a man page by Tobias Ellinghaus <me@houz.org>.
83
85 Copyright (C) 2009-2017 by Authors.
86
87 darktable is free software; you can redistribute it and/or modify it
88 under the terms of the GPL v3 or (at your option) any later version.
89
90
91
92darktable 2.3 2017-01-20 DARKTABLE-GENERATE-CACHE(1)