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 Aurélien PIERRE Roman Lebedev
59 parafin Peter Budai
60
61 * translators: Pascal Obry Jeronimo Pellegrini Martin Straeten EdgarLux
62 Matt Maguire Kevin Vermassen Victor Forsiuk Nicolas Auffray Matteo
63 Mardegan Nameless-J Timur Davletshin chrisaga Báthory Péter Matjaž
64 Jeran thisnamewasnottaken Arch Ont Aurélien PIERRE Bernhard Danilo
65 Bargen Mik- Miloš Komarčević Miroslav Fikar Shlomi Alon-Braitbart
66 jpellegrini quovadit
67
68 * contributors (at least 4 commits): ralfbrown Philippe Weyland
69 hanno@schwalm-bremen.de Hubert Kowalski Dan Torop Chris.Elston Jeronimo
70 Pellegrini rawfiner Martin Straeten Miloš Komarčević Diederik ter Rahe
71 Nicolas Auffray Sakari Kapanen Victor Forsiuk lhietal EdgarLux Matt
72 Maguire wpferguson Ralf Brown Kevin Vermassen Vincent THOMAS Daniel
73 Vogelbacher Bill Ferguson Harold le Clément de Saint-Marcq quovadit
74 Andreas Schneider Fabio Heer Hanno Schwalm HansBull Heiko Bauke Marco
75 Marco Carrarini Mark-64 vrnhgd Roman Khatko Philipp Lutz Harald
76 Wolfgang Goetz Jim Robinson dterrahe
77
78 * Sub-module rawspeed contributors (at least 1 commit): Roman Lebedev
79 Miloš Komarčević Hubert Kowalski Dan Torop Daniel Vogelbacher Elizeu
80 Santos Frank Loemker Matt Maguire hanno@schwalm-bremen.de jas01
81
82 * Sub-module OpenCL contributors (at least 1 commit):
83
84 * Sub-module libxcf contributors (at least 1 commit):
85
86 * Sub-module whereami contributors (at least 1 commit):
87
88 * Sub-module integration contributors (at least 1 commit): Pascal Obry
89 Miloš Komarčević hanno@schwalm-bremen.de Aurélien PIERRE
90
91 And all those of you that made previous releases possible
92
93 This man page was written by Ulrich Pegelow
94 <ulrich.pegelow@tongareva.de> as part of the usermanual. It was turned
95 into a man page by Tobias Ellinghaus <me@houz.org>.
96
98 Copyright (C) 2009-2017 by Authors.
99
100 darktable is free software; you can redistribute it and/or modify it
101 under the terms of the GPL v3 or (at your option) any later version.
102
103
104
105darktable 2.3 2017-01-20 DARKTABLE-GENERATE-CACHE(1)