logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

darktable-generate-cache - update darktable's thumbnail cache

Authors

       The principal developer of darktable is Johannes Hanika.  The (hopefully) complete list  of  contributors
       to the project is:

       * Developers: Pascal Obry Hanno Schwalm Victor Forsiuk Ralf Brown Mario Zimmermann Diederik ter Rahe

       *  Translators:  Pascal  Obry  EdgarLux  Báthory  Péter  Jan Šmucr Jeronimo Pellegrini Johan Schiff Marko
       Vertainen Martin Straeten Paul Kocialkowski Wojciech Nagrodzki

       * Sub-module rawspeed contributors (at least 1 commit): Miloš Komarčević

       * Sub-module integration contributors (at least 1 commit):

       * Sub-module lua-scripts contributors (at least 1 commit):

       And all those of you that made previous releases possible

       This man page was written by Ulrich Pegelow <ulrich.pegelow@tongareva.de> as part of the usermanual.   It
       was turned into a man page by Tobias Ellinghaus <me@houz.org>.

Description

darktable is a digital photography workflow application for Linux, MacOSX and several other Unices.
       It's described further in darktable(1).

       darktable-generate-cache updates darktable's thumbnail cache.  You can start this program to generate all
       missing thumbnails in the background when your computer is idle.

Name

       darktable-generate-cache - update darktable's thumbnail cache

Options

       All parameters are optional.  If started without parameters darktable-generate-cache uses reasonable
       defaults.

       -h,--help
           Gives usage information and terminates.

       --version
           Gives copyright and version information and terminates.

       --min-mip<0-7>-m,--max-mip<0-7>darktable can handle and store thumbnails with up to eight different resolution steps for each image.
           These  parameters  define which maximum resolution should be generated and default to a range of 0-2.
           There is normally  no  need  to  generate  all  possible  resolutions  here;  missing  ones  will  be
           automatically  generated  by  darktable  the moment they are needed.  When asked to generate multiple
           resolutions at once, the lower-resolution images are quickly downsampled from the  highest-resolution
           image.

       --min-imgid<N>--max-imgid<N>
           Specifies  the  range  of  internal  image  IDs  from the database to work on.  If no range is given,
           darktable-generate-cache will process all images from the entire collection.

       --core<darktableoptions>
           All command line parameters following --core are passed to the darktable core and handled as standard
           parameters.  See darktable(1) for a detailed description of the options.

See Also

darktable(1)

Synopsis

           darktable-generate-cache [-h, --help; --version] [-m, --max-mip <0-7>] [--core <darktable options>]

See Also