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: Pascal Obry Aldric Renaudin Roman Lebedev parafin Edouard
59 Gomez
60
61 * translators: Victor Forsiuk Pascal Obry Jeronimo Pellegrini Martin
62 Straeten Kang-Wei Hsu Ryo Shinozaki Besmir Godolja Nicolas Auffray
63 Tianhao Chai Matjaž Jeran Báthory Péter EdgarLux bajdero shinoryo
64 shlomi François Delègue Hanno Schwalm Mario Zimmermann Marko Vertainen
65 Tobias Kühne Яна Тунгушпаева
66
67 * contributors (at least 4 commits): Victor Forsiuk Ralf Brown Hanno
68 Schwalm Diederik ter Rahe Miloš Komarčević Dan Torop Jeronimo
69 Pellegrini Martin Straeten Mario Zimmermann Mark-64 Kang-Wei Hsu
70 Nicolas Auffray rawfiner Serkan ÖNDER Bill Ferguson Ryo Shinozaki
71 Simone Gotti lhietal Besmir Godolja Dmitry Stoyanov Manuel Presnitz
72 Petr Stasiak Tianhao Chai shonjir
73
74 * Sub-module rawspeed contributors (at least 1 commit): Roman Lebedev
75 Miloš Komarčević Jordan Neumeyer Philipp Lutz Thomas Baumann Howard
76 Liberty
77
78 * Sub-module integration contributors (at least 1 commit): Pascal Obry
79 ralfbrown Simone Gotti
80
81 And all those of you that made previous releases possible.
82
83 This man page was written by Ulrich Pegelow
84 <ulrich.pegelow@tongareva.de> as part of the usermanual. It was turned
85 into a man page by Tobias Ellinghaus <me@houz.org>.
86
88 Copyright (C) 2009-2017 by Authors.
89
90 darktable is free software; you can redistribute it and/or modify it
91 under the terms of the GPL v3 or (at your option) any later version.
92
93
94
95darktable 2.3 2017-01-20 DARKTABLE-GENERATE-CACHE(1)