<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Spezielle Themen on darktable 5.6 user manual</title>
    <link>https://docs.darktable.org/usermanual/5.6/de/special-topics/</link>
    <description>Recent content in Spezielle Themen on darktable 5.6 user manual</description>
    <generator>Hugo</generator>
    <language>de</language>
    <atom:link href="https://docs.darktable.org/usermanual/5.6/de/special-topics/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Variablen</title>
      <link>https://docs.darktable.org/usermanual/5.6/de/special-topics/variables/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.darktable.org/usermanual/5.6/de/special-topics/variables/</guid>
      <description>&lt;p&gt;darktable unterstützt Variablen Substitution in einer Anzahl von Modulen und Voreinstellungen. Zum Beispiel:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Dateinamen Vorlagen im Modul &lt;a href=&#34;https://docs.darktable.org/usermanual/5.6/de/module-reference/utility-modules/shared/export/&#34;&gt;Export&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Anzeigen von Bildinformationen in der Ansicht Dunkelkammer &lt;a href=&#34;https://docs.darktable.org/usermanual/5.6/de/module-reference/utility-modules/darkroom/image-info-line/&#34;&gt;Beschriftung Bildinformationszeile&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Schema der Kurzinformationen beim Überfahren der Vorschaubilder mit der Maus (siehe &lt;a href=&#34;../preferences-settings/lighttable.md&#34;&gt;darktable-Voreinstellungen&amp;gt; Leuchttisch&lt;/a&gt;)&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Platzieren von Text auf einem Bild dem Dunkelkammer-Modul &lt;a href=&#34;https://docs.darktable.org/usermanual/5.6/de/module-reference/processing-modules/watermark/&#34;&gt;&lt;em&gt;Wasserzeichen&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;verfügbare-variablen&#34;&gt;&lt;a href=&#34;#verf%c3%bcgbare-variablen&#34;&gt;🔗&lt;/a&gt;Verfügbare Variablen&lt;/h1&gt;&#xA;&lt;p&gt;Die folgenden Variablen sind verfügbar, obwohl diese nicht in jedem Kontext anwendbar sind:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$(ROLL.NAME[n])            film roll of the input image, where n specifies the folder level&#xA;                           counting from the right, default n=1&#xA;$(FILE.FOLDER)             folder containing the input image&#xA;$(FILE.NAME)               basename of the input image&#xA;$(FILE.EXTENSION)          extension of the input image&#xA;$(ID)                      the image id&#xA;$(VERSION)                 the duplicate version number&#xA;$(VERSION.IF_MULTI)        same as $(VERSION) but null string if only one version exists&#xA;$(VERSION.NAME)            version name from metadata&#xA;$(DARKTABLE.VERSION)       the version of the running darktable instance&#xA;$(DARKTABLE.NAME)          name of darktable&#xA;$(SEQUENCE[n,m])           a sequence number within an export job with n digits and starting with m&#xA;                           parameters are optional, default is [4,1]&#xA;$(WIDTH.SENSOR)            width of RAW data in pixels before RAW crop&#xA;$(HEIGHT.SENSOR)           height of RAW data in pixels before RAW crop&#xA;$(WIDTH.RAW)               width of RAW data in pixels after RAW crop&#xA;$(HEIGHT.RAW)              height of RAW data in pixels after RAW crop&#xA;$(WIDTH.CROP)              image width in pixels at the end of the pixelpipe, but before export resize&#xA;$(HEIGHT.CROP)             image height in pixels at the end of the pixelpipe, but before export resize&#xA;$(WIDTH.EXPORT)            image width in pixels at the end of the pixelpipe and after export resize&#xA;$(HEIGHT.EXPORT)           image height in pixels at the end of the pixelpipe and after export resize&#xA;$(WIDTH.MAX)               maximum width entered in export module&#xA;$(HEIGHT.MAX)              maximum height entered in export module&#xA;$(YEAR)                    year at date of import/export&#xA;$(YEAR.SHORT)              two-digit year at date of import/export&#xA;$(MONTH)                   numeric (1-12) month at date of import/export&#xA;$(MONTH.LONG)              full month name at date of import/export&#xA;$(MONTH.SHORT)             abbreviated month name at date of import/export&#xA;$(DAY)                     day at date of import/export&#xA;$(HOUR)                    hour at time of import/export&#xA;$(MINUTE)                  minute at time of import/export&#xA;$(SECOND)                  second at time of import/export&#xA;$(MSEC)                    millisecond at time of import/export&#xA;$(EXIF.YEAR)               Exif year&#xA;$(EXIF.YEAR.SHORT)         Exif year, two-digit version&#xA;$(EXIF.MONTH)              Exif month, numeric&#xA;$(EXIF.MONTH.LONG)         Exif month, full name&#xA;$(EXIF.MONTH.SHORT)        Exif month, abbreviated name&#xA;$(EXIF.DAY)                Exif day&#xA;$(EXIF.HOUR)               Exif hour&#xA;$(EXIF.MINUTE)             Exif minute&#xA;$(EXIF.SECOND)             Exif second&#xA;$(EXIF.MSEC)               Exif millisecond&#xA;$(EXIF.DATE.REGIONAL)      Exif date using user&amp;#39;s preferred regional date format&#xA;$(EXIF.TIME.REGIONAL)      Exif time using user&amp;#39;s preferred regional date format&#xA;$(EXIF.ISO)                Exif ISO value&#xA;$(EXIF.EXPOSURE)           Exif exposure&#xA;$(EXIF.EXPOSURE.BIAS)      Exif exposure bias&#xA;$(EXIF.EXPOSURE.PROGRAM)   Exif exposure program set in camera&#xA;$(EXIF.APERTURE)           Exif aperture&#xA;$(EXIF.CROP_FACTOR)        Exif crop factor&#xA;$(EXIF.FLASH)              Exif flash setting&#xA;$(EXIF.FLASH.ICON)         flash symbol if Exif information says flash was fired, empty string if not&#xA;$(EXIF.FOCAL.LENGTH)       Exif focal length&#xA;$(EXIF.FOCAL.LENGTH.EQUIV) Exif 35 mm equivalent focal length&#xA;$(EXIF.FOCUS.DISTANCE)     Exif focus distance&#xA;$(EXIF.LENS)               Exif lens name&#xA;$(EXIF.MAKER)              Exif camera maker&#xA;$(EXIF.METERING)           Exif metering mode&#xA;$(EXIF.MODEL)              Exif camera model&#xA;$(EXIF.WHITEBALANCE)       Exif white balance set in camera&#xA;$(IMAGE.EXIF)              basic exposure information from Exif data (aperture, exposure, ISO)&#xA;$(IMAGE.ID)                the image id (note that this will be 0 during copy&amp;amp;import)&#xA;$(IMAGE.ID[n])             the image id (note that this will be 0 during copy&amp;amp;import), zero-padded to n digits&#xA;$(IMAGE.ID.NEXT)           the next image id to be assigned (can be used during copy&amp;amp;import)&#xA;$(IMAGE.ID.NEXT[n])        the next image id to be assigned (can be used during copy&amp;amp;import), zero-padded to n digits&#xA;$(IMAGE.TAGS)              tags list (Xmp.dc.Subject), with any hierarchy flattened&#xA;$(IMAGE.TAGS.HIERARCHY)    tags list (Xmp.dc.Subject), preserving hierarchy&#xA;$(LONGITUDE)               longitude&#xA;$(LATITUDE)                latitude&#xA;$(ELEVATION)               elevation&#xA;$(GPS.ELEVATION)           elevation&#xA;$(GPS.LATITUDE)            latitude&#xA;$(GPS.LONGITUDE)           longitude&#xA;$(GPS.LOCATION)            latitude, longitude, and elevation (omitting any values which are not set)&#xA;$(GPS.LOCATION.ICON)       symbol to indicate that geolocation information is present, empty string if not&#xA;$(STARS)                   star rating (text only)&#xA;$(RATING.ICONS)            star rating (using star characters)&#xA;$(LABELS)                  colorlabels (color labels as text)&#xA;$(LABELS.ICONS)            colorlabels (color labels as icons)&#xA;$(MAKER)                   camera maker&#xA;$(MODEL)                   camera model&#xA;$(LENS)                    lens&#xA;$(Xmp.dc.title)            title from metadata&#xA;$(Xmp.dc.description)      description from metadata&#xA;$(Xmp.dc.creator)          creator from metadata&#xA;$(Xmp.dc.publisher)        publisher from metadata&#xA;$(Xmp.dc.rights)           rights from metadata&#xA;$(TAGS)                    tags list (Xmp.dc.Subject)&#xA;$(CATEGORY[n,category])    tag name of level n [0,9] of selected category (or tag)&#xA;$(SIDECAR_TXT)             content of the text sidecar file (if any)&#xA;$(FOLDER.PICTURES)         pictures folder&#xA;$(FOLDER.HOME)             home folder&#xA;$(FOLDER.DESKTOP)          desktop folder&#xA;$(OPENCL.ACTIVATED)        whether OpenCL is activated&#xA;$(USERNAME)                user name defined by OS&#xA;$(NL)                      newline character&#xA;$(JOBCODE)                 internal jobcode of current job&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h1 id=&#34;metadaten&#34;&gt;&lt;a href=&#34;#metadaten&#34;&gt;🔗&lt;/a&gt;Metadaten&lt;/h1&gt;&#xA;&lt;p&gt;Felder aus dem Modul &lt;a href=&#34;../module-reference/utility-modules/shared/metadata-editor.md&#34;&gt;Metadaten-Editor&lt;/a&gt; können für die Variablensubstitution verwendet werden, wobei der vollständige XMP-Tag-Name unter Beachtung der Groß- und Kleinschreibung als Variablenname dient (z. B. &lt;code&gt;Xmp.iptc.location&lt;/code&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Die Farb-Pipeline von darktable</title>
      <link>https://docs.darktable.org/usermanual/5.6/de/special-topics/color-pipeline/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.darktable.org/usermanual/5.6/de/special-topics/color-pipeline/</guid>
      <description>&lt;p&gt;Die meisten Bild-Bearbeitungs-Anwendungen kommen aus den 1990ern und/oder erben einen 1990 Arbeitsablauf. Diese Anwendungen kodierten mit 8 bit vorzeichenlosen Ganzzahl, weil es Speicher- und Rechner-effizienter war. Jedoch, durch den Gebrauch eines Ganzzahl-Formates (was Rundungsfehler zur Folge hat) musste man ein &amp;ldquo;Gamma&amp;rdquo; hinzufügen (notwendigerweise eine Transfer-Funktion eine Potenz von 1/2.2 0der 1/2.4 um RGB Werte zu kodieren) und erhöhe die Bit-Tiefe in den Schatten, um Rundungsfehler zu reduzieren (Menschen sind sehr sensitiv für Schatten-Details). Die 8 bit Integer-Formate sind auch technisch auf den Bereich 1 - 255 limitiert. Alles, was außerhalb dieses Bereichs liegt, wird an der nächsten Grenze beschnitten.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MIDI-Geräteunterstützung</title>
      <link>https://docs.darktable.org/usermanual/5.6/de/special-topics/midi-device-support/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.darktable.org/usermanual/5.6/de/special-topics/midi-device-support/</guid>
      <description>&lt;h1 id=&#34;einführung&#34;&gt;&lt;a href=&#34;#einf%c3%bchrung&#34;&gt;🔗&lt;/a&gt;Einführung&lt;/h1&gt;&#xA;&lt;p&gt;MIDI ist ein Kommunikationsprotokoll, das in vielen elektronischen Musikinstrumenten (&amp;ldquo;Pianos&amp;rdquo;) genutzt wird, in digitalen Studio-Einrichtungen (&amp;ldquo;control surfaces&amp;rdquo;) und auch in ernsthaften &amp;ldquo;Photobearbeitungs-Tastaturen&amp;rdquo; wie Loupdeck/Loupdeck+ (aber nicht in deren späteren Produkten. Solche Einrichtungen weisen üblicherweise Tasten/Knöpfe auf und öfters auch Enkoder (Knöpfe/Rotoren) und Regler (Schieber). Knöpfe sind dabei öfters beleuchtet, was diese sehr geeignet macht zum Umschalten von Eigenschaften in darktable, weil die Beleuchtung den gegenwärtigen Status (Ein/Aus) anzeigen können. Enkoder und Regler sind ideal für die Nutzung am Bildschirm, mit Schiebern in Bearbeitungsmodulen. Sie können &amp;ldquo;endlos&amp;rdquo; sein (ohne Start/Endpunkt und auch ohne Markierungen auf den Knöpfen), was eine Rotation von über 360 Grad ermöglicht, zusätzlich können sie motorisiert sein. Das ist sehr hilfreich, wenn zwischen Bildern oder Punkten in der Bearbeitungsabfolge hin und her geschaltet wird, weil die &amp;ldquo;physikalische&amp;rdquo; Stellung der Enkoder/Regler immer der auf dem Bildschirm angezeigten Position entspricht. Es gibt auf LED Ringe auf Enkodern, welche den gegenwärtigen Wert anzeigen.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
