Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • d198bc9
  • /
  • doc
  • /
  • usermanual
  • /
  • slideshow
  • /
  • slideshow.xml
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:d1d9644190cd13664bda6261bd8bbe4fe1d8aed2
directory badge Iframe embedding
swh:1:dir:5a71dae58f246014b501d576965064282c99ec6e
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
slideshow.xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
               "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
		<!ENTITY % darktable_dtd SYSTEM "../dtd/darktable.dtd">
		%darktable_dtd;
		]>
<chapter status="final" id="slideshow_chapter">

  <chapterinfo>
    <keywordset>
      <keyword>slideshow</keyword>
      <keyword>view</keyword>
    </keywordset>
  </chapterinfo>

  <title>Slideshow</title>

  <indexterm>
    <primary>slideshow view</primary>
  </indexterm>

  <para>
    The slideshow view starts a slideshow of your current collection.
  </para>

  <para>
    <screenshot>

      <screeninfo>The slideshow view</screeninfo>

      <graphic fileref="images/slideshow_view.png" scalefit="1" width="80%"></graphic>

    </screenshot>
  </para>

  <sect1 status="final">

    <title>Overview</title>

    <para>
      Entering the slideshow view starts a slideshow of the images of the current collection
      with filtering rules and sort order applied. To learn more on how to define the
      collection, the filtering and the sort order see <xref linkend="collect_images"/> and
      <xref linkend="filtering_and_sort_order"/>.
    </para>

    <para>
      The image display is optimized to take full advantage of your screen size. You should
      therefore put darktable into fullscreen mode which is toggled by pressing
      <emphasis>F11</emphasis>. You may press <emphasis>TAB</emphasis> in order to hide all
      remaining panels&nbsp;&ndash; namely the filtering option in the top panel.
    </para>

  </sect1>

  <sect1 status="final">

    <title>Usage</title>

    <para>
      The slideshow view is in an early stage of development with a basic set of features.
      <informaltable frame="none" width="80%">
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colwidth='1*'/>
          <colspec colwidth='3*'/>
          <tbody>
            <row>
              <entry>
                <emphasis>left-click</emphasis>
              </entry>
              <entry>
                switch to the next image of the collection
              </entry>
            </row>
            <row>
              <entry>
                <emphasis>right-click</emphasis>
              </entry>
              <entry>
                switch to the previous image of the collection
              </entry>
            </row>
            <row>
              <entry>
                <emphasis>space</emphasis>
              </entry>
              <entry>
                start and stop auto-advance mode which automatically switches to the next images
                every five seconds and after the last image loops back to the beginning
              </entry>
            </row>
            <row>
              <entry>
                <emphasis>ESC</emphasis>
              </entry>
              <entry>
                leave slideshow mode and return to lighttable view
              </entry>
            </row>
          </tbody>
        </tgroup>
      </informaltable>
    </para>

    <para>
      Depending on the complexity of the history stack and the power of your hardware,
      processing an image with high resolution can take a significant amount of time. darktable
      prefetches the next image in the background in order to minimize latencies. If you still
      experience long delays when switching between images or if you intend to quickly advance
      in your collection consider to disable the option <quote>do high quality processing for
      slideshow</quote> which gives a much higher processing speed at the expense of a possible
      slight loss in quality (see <xref linkend="gui_options"/>).
    </para>

  </sect1>

</chapter>

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top