<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Performance on Ansel</title><link>https://ansel.photos/de/doc/preferences-settings/performance/</link><description>Recent content in Performance on Ansel</description><generator>Hugo -- gohugo.io</generator><language>de</language><copyright>© Copyright 2022-2025 – Aurélien Pierre</copyright><lastBuildDate>Sun, 04 Dec 2022 02:19:02 +0100</lastBuildDate><atom:link href="https://ansel.photos/de/doc/preferences-settings/performance/index.xml" rel="self" type="application/rss+xml"/><item><title>Transitioning from darktable to Ansel</title><link>https://ansel.photos/de/doc/from-darktable/</link><pubDate>Wed, 18 Jan 2023 00:00:00 +0000</pubDate><updated>Thu, 19 Jan 2023 00:00:00 +0000</updated><guid>2ca70e8af7aa67041c29e8ad9abe3d682a2a207329a87a3c86ae886c38af9cf1</guid><description>&lt;/section>
&lt;section id="what-was-removed-from-mainstream-darktable">
&lt;h2 class="text-left heading">
What was removed from mainstream darktable
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;/section>
&lt;section id="features">
&lt;h3 class="text-left heading">
Features
&lt;/h3>
&lt;dl>
&lt;dt>&lt;a href="https://docs.darktable.org/usermanual/3.8/en/tethering/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >The tethering view&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>&lt;/dt>
&lt;dd>It relies on the lib GPhoto2 which is super brittle and buggy. The tethering view is merely a GUI over Gphoto2, much like &lt;a href="https://entangle-photo.org/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >Entangle&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>. The problem is GPhoto2 is known to break something different at each new release, so it&amp;rsquo;s simply not worth the trouble to maintain a GUI over a Schrödinger cat. Use Entangle if you need to.&lt;/dd>
&lt;dt>The easter egg video game&lt;/dt>
&lt;dd>Not funny if you happen to be with a client on April 1st and your working app opens on a silly game that can&amp;rsquo;t even be closed with &lt;kbd>Ctrl+Q&lt;/kbd>. (Yes, it happened to me).&lt;/dd>
&lt;dt>The histogram overlay control for &lt;a href="https://docs.darktable.org/usermanual/3.8/en/module-reference/utility-modules/shared/scopes/#exposure-adjustment" title="External link" target="_blank" rel="noopener noreferrer nofollow" >exposure and black level&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>&lt;/dt>
&lt;dd>It&amp;rsquo;s too easy to inadvertently mess up exposure when cycling through scopes (especially with a Wacom tablet) and it adds unnecessary GUI motion events and redraws. In cases of multiple instances of exposure module, it is automatically linked to the controls of the last instance, which is generally wrong because it is typically masked.&lt;/dd>
&lt;dt>The new filtering option&lt;/dt>
&lt;dd>A beautiful shit made of 6300 lines of bloat and still counting, that needs a screen-reader to understand WTF those icons mean, supposed to fix a problem nobody had with something that adds bugs and trouble. That thing is the poster case of everything that&amp;rsquo;s wrong in Geektable 4.0. It should be called a regression. The same feature is achieved in Ansel with about 580 lines of code. And to say that the new filtering started as a refactoring project… Never let the darktable idiots refactor anything, it&amp;rsquo;s too dangerous.&lt;/dd>
&lt;dt>The &lt;a href="https://docs.darktable.org/usermanual/3.8/en/lighttable/digital-asset-management/star-color/#star-ratings" title="External link" target="_blank" rel="noopener noreferrer nofollow" >stars rating&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> toolbar in lighttable&lt;/dt>
&lt;dd>It&amp;rsquo;s redundant with overlays and requires to travel too far with the cursor to set it. Use overlays with cursor or key shortcuts to set stars.&lt;/dd>
&lt;dt>The &lt;a href="https://docs.darktable.org/usermanual/3.8/en/module-reference/utility-modules/lighttable/timeline/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >timeline&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>&lt;/dt>
&lt;dd>terrible code and a huge loss of CPU cycles for a niche feature that essentially serves no purpose. This was responsible for way too many SQL requests and removing it is responsible for most of the GUI responsiveness improvement.&lt;/dd>
&lt;dt>The main window borders with collapsing arrows / silly cycling through headers&lt;/dt>
&lt;dd>The borders marked with arrows allow to collapse or expand the GUI panels. But they waste space, are typically too narrow for many displays, and tend to reappear when you don&amp;rsquo;t want them because their state is defined per view. For now, collapsing side-bars can be achieved with &lt;kbd>Ctrl + Shift + L(eft)&lt;/kbd>, &lt;kbd>Ctrl + Shift + R(ight)&lt;/kbd>, top bar with &lt;kbd>Ctrl + Shift + T(op)&lt;/kbd> and bottom bar with &lt;kbd>Ctrl + Shift + B(ottom)&lt;/kbd>. In the future, a global menu (you know, like in any app since 1990) will take care of that with a &lt;em>view&lt;/em> menu.&lt;/dd>
&lt;dd>The silly cycling through all the possible combinations of headers and bottoms that happened when hitting &lt;kbd>Ctrl + Shift + T(op)&lt;/kbd> or &lt;kbd>Ctrl + Shift + B(ottom)&lt;/kbd> has been completly removed. &lt;kbd>Ctrl + Shift + T(op)&lt;/kbd> toggles the top toolbar only and leaves the main header unchanged (use &lt;kbd>Ctrl + H(eader)&lt;/kbd> to toggle it). &lt;kbd>Ctrl + Shift + B(ottom)&lt;/kbd> toggles the bottom toolbar only and leaves the filmstrip unchanged (use &lt;kbd>Ctrl + F(ilmstrip)&lt;/kbd> to toggle it).&lt;/dd>
&lt;dd>Removing the borders allowed to increase the width of the sidebars scrolling sliders for better interaction.&lt;/dd>
&lt;dt>The &lt;a href="https://docs.darktable.org/usermanual/3.8/en/darkroom/darkroom-view-layout/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >second darkroom window&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>&lt;/dt>
&lt;dd>darktable is slow enough with 2 pipelines (thumbnail &amp;amp; preview), a third one is not realistic. This should have been the main preview redirected to another window but the code has been hastily hacked by copy-pasting, it&amp;rsquo;s terrible. Also there is no traceability on which display profile will be used, good luck with that.&lt;/dd>
&lt;dt>The block and timeout overlay mode in lighttable&lt;/dt>
&lt;dd>terrible code for another niche feature that nobody tests until bug appear on the issue tracker that will be answered with &amp;ldquo;it works on my computer&amp;rdquo;.&lt;/dd>
&lt;dt>The extended overlays mode for thumbnails&lt;/dt>
&lt;dd>each of the EXIF metadata display triggered its own SQL request per-thumbnail, because no cache was used, because the guy who coded that doesn&amp;rsquo;t learn or doesn&amp;rsquo;t care, but such a loss of CPU cycles is inacceptable.&lt;/dd>
&lt;dt>The non-dynamic culling mode and the zoomable lighttable view&lt;/dt>
&lt;dd>They are not really used and need a lot of spaghetti code to be handled.&lt;/dd>
&lt;dt>The dark and icon themes&lt;/dt>
&lt;dd>dark themes trigger all sorts of unwanted visual illusions that make color assessment impossible. Their use is discouraged everywhere on darktable&amp;rsquo;s doc but they are still there.&lt;/dd>
&lt;dt>The ability to assign keyboard shortcuts to Gtk notebook tabs, as well as switching tabs by mouse scroll.&lt;/dt>
&lt;dd>Just because you can doesn&amp;rsquo;t mean you should, and capturing mouse scroll on inner tabs messes up with sidebar scrolling (you know, the regular scolling over content that doesn&amp;rsquo;t fit in the viewport).&lt;/dd>
&lt;dt>The VIM-style shortcuts&lt;/dt>
&lt;dd>I bet you never knew, but if you start typing &lt;code>:&lt;/code> in darktable, followed by a command, you can trigger stuff. This feature has never documented and the available features are really limited, but that still listens to all keystrokes to check if it should capture them.&lt;/dd>
&lt;dt>The histogram profile&lt;/dt>
&lt;dd>That thing is coded by copy-pasting the display code, instead of writing reusable functions. It wouldn&amp;rsquo;t be that bad if it wasn&amp;rsquo;t completely misleading and actually broke the over-exposure alert (because, yes, it&amp;rsquo;s used there too). Because the histogram is captured at the far end of the pipeline, in display color space, it might be already clipped to display gamut. Say you use Rec2020 space as the histogram profile, because it&amp;rsquo;s the working space, what you see is RGB clipped to display space then rescaled to Rec2020, which means your clipping peak will not be at the far end of the graph, where you expect it. The result is highly misleading and voids the whole principle of a scope. That&amp;rsquo;s just a whole pile of crap coded by people who have no idea of what a graphic pipeline is and hack small bits here and there because the concept of &amp;ldquo;modules&amp;rdquo; fooled them. They might be modular, but they still apply in sequence in the pipeline, so better check your inputs.&lt;/dd>
&lt;dt>Warning messages in modules&lt;/dt>
&lt;dd>I&amp;rsquo;m responsible for that stupidity. The warning messages were supposed to tell users they are doing things not really intended by the designer (for example, using 2 different steps of white balance correction) and to ask them to double-check if that&amp;rsquo;s really what they wanted. That backfired badly because users don&amp;rsquo;t get the difference between an error and an alert, so even when instructed to use 2 white balances (for example, a custom-corrected raw WB), they would get afraid by the &amp;ldquo;error&amp;rdquo; and annoy me with questions. Given that this feature is clearly not helping anybody, and did not trigger the expected behaviour (that is, RTFM), there is no point in keeping it. The option to hide them is removed as well.&lt;/dd>
&lt;dt>Favourite presets button&lt;/dt>
&lt;dd>There was this favourite presets button at the left of the bottom panel in darkroom, and I found nobody who ever used it. In fact, most people who I asked did not ever know it even existed. So it&amp;rsquo;s gone.&lt;/dd>
&lt;dt>Importing from camera&lt;/dt>
&lt;dd>darktable has a way to mount the camera file system (SD or CF memory cards) through USB, using the library GPhoto2. But the desktop environment is also be able to mount the camera as a local hard drive using PTP and/or MTP protocol, possibly also through Gphoto2. In that case, darktable and the OS may compete for access to the USB media, so you need to unmount it first from the OS to be able to open it from darktable. On Windows, you even need to install custom USB drivers to make it work with GPhoto2, but these drivers will prevent the camera to work with the OS until you completly remove and reset them. So this feature is completely removed, and Ansel loads memory cards as USB media through the OS mounts. To enable this, you may have to install Linux packages such as &lt;code>libmtp&lt;/code>, &lt;code>linuxptp&lt;/code>, &lt;code>libptp&lt;/code>, &lt;code>libgphoto2&lt;/code> and possibly &lt;code>gphoto2&lt;/code>. For your desktop environnment, you may install &lt;code>kio-mtp&lt;/code> and &lt;code>kio-extras&lt;/code> on KDE or &lt;code>gvfs-mtp&lt;/code> and &lt;code>gvfs-gphoto2&lt;/code> on Gnome. In any case, you are advised to simply use an SD of CF card reader, it&amp;rsquo;s cheap and prevents most issues that can arise from udev and cameras connected through USB.&lt;/dd>
&lt;/dl>
&lt;p>Overall, 5 to 6 SQL requests per thumbnail per &amp;ldquo;mouse over&amp;rdquo; event are now spared, due to the features removed (which still lets 3 requests…, aka 2 more than what should be).&lt;/p></description></item><item><title>Install</title><link>https://ansel.photos/de/doc/install/</link><pubDate>Sun, 11 Dec 2022 00:00:00 +0000</pubDate><updated>Mon, 12 Dec 2022 00:00:00 +0000</updated><guid>847cf81d536562e600840a6789291d03b6470e93023252875f3d29eb3e381e59</guid><description>&lt;/section>
&lt;section id="dependencies-for-source-builds">
&lt;h2 class="text-left heading">
Dependencies for Source Builds
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>If you plan to build from source, the Ansel repository ships per-platform dependency installer scripts in &lt;code>packaging/&lt;/code>. Use the script matching your OS (for example &lt;code>./packaging/install-deps-ubuntu.sh&lt;/code>, &lt;code>./packaging/install-deps-macos.sh&lt;/code>, or &lt;code>./packaging/install-deps-windows-msys2.sh&lt;/code>).&lt;/p>
&lt;/section>
&lt;section id="understanding-ansels-releases">
&lt;h2 class="text-left heading">
Understanding Ansel&amp;rsquo;s releases
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;/section>
&lt;section id="ansel-channels">
&lt;h3 class="text-left heading">
Ansel channels
&lt;/h3>
&lt;p>Ansel development and release path follows 3 channels :&lt;/p>
&lt;ol>
&lt;li>A &lt;strong>production channel&lt;/strong> :
&lt;ol>
&lt;li>linked to the Git &lt;a href="https://github.com/aurelienpierreeng/ansel" title="External link" target="_blank" rel="noopener noreferrer nofollow" >master branch&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>,&lt;/li>
&lt;li>contains tested code supposed to work reliably for daily use,&lt;/li>
&lt;li>contains features found under the &lt;em>Done&lt;/em> column, in the &lt;a href="https://github.com/orgs/aurelienpierreeng/projects/1" title="External link" target="_blank" rel="noopener noreferrer nofollow" >project management board&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>.&lt;/li>
&lt;/ol>
&lt;/li>
&lt;li>A &lt;strong>pre-release channel&lt;/strong> :
&lt;ol>
&lt;li>backward-compatible with the production channel &lt;em>(so you can switch from one to another without breaking your image edits)&lt;/em>,&lt;/li>
&lt;li>linked to the Git &lt;a href="https://github.com/aurelienpierreeng/ansel/tree/candidate" title="External link" target="_blank" rel="noopener noreferrer nofollow" >candidate branch&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>,&lt;/li>
&lt;li>contains code to test before integration in production channel but still relatively safe to use,&lt;/li>
&lt;li>contains features found under the &lt;em>Testing&lt;/em> column, in the &lt;a href="https://github.com/orgs/aurelienpierreeng/projects/1" title="External link" target="_blank" rel="noopener noreferrer nofollow" >project management board&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>.&lt;/li>
&lt;/ol>
&lt;/li>
&lt;li>An &lt;strong>experimental channel&lt;/strong> :
&lt;ol>
&lt;li>&lt;strong>non-backward-compatible&lt;/strong> with either the production or pre-release channels,&lt;/li>
&lt;li>linked to the Git &lt;a href="https://github.com/aurelienpierreeng/ansel/tree/dev" title="External link" target="_blank" rel="noopener noreferrer nofollow" >dev branch&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>,&lt;/li>
&lt;li>contains features found under the &lt;em>In progress&lt;/em> column, in the &lt;a href="https://github.com/orgs/aurelienpierreeng/projects/1" title="External link" target="_blank" rel="noopener noreferrer nofollow" >project management board&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>,&lt;/li>
&lt;li>This channel needs to be used aside of the production install since it contains prototypes of new modules, new versions of old modules, and other features that will upgrade the version of the
&lt;a href="https://ansel.photos/de/doc/preferences-settings/storage/#database" title="" rel="dofollow" >Ansel database&lt;/a>, making it incompatible with previous versions. It can also contain prototypes that will never make it in production.&lt;/li>
&lt;/ol>
&lt;/li>
&lt;/ol>
&lt;p>At all time, the &lt;a href="https://github.com/orgs/aurelienpierreeng/projects/1" title="External link" target="_blank" rel="noopener noreferrer nofollow" >project management Kanban board&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> will show what changes are being currently worked on in the non-production channels, with links to their pull request and issue, to help traceability of changes and bug reports.&lt;/p></description></item><item><title>Install on Linux</title><link>https://ansel.photos/de/doc/install/linux/</link><pubDate>Sun, 11 Dec 2022 00:00:00 +0000</pubDate><updated>Mon, 16 Feb 2026 00:00:00 +0000</updated><guid>710fe9feaf6c574319673d6aded7c42a4d37304c14b73d2bc090ab1e476e22b4</guid><description>&lt;/section>
&lt;section id="prerequisites">
&lt;h2 class="text-left heading">
Prerequisites
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Install your GPU OpenCL drivers if you have a GPU :&lt;/p>
&lt;ul>
&lt;li>for &lt;strong>Nvidia&lt;/strong> GPUs, OpenCL support is part of the CUDA proprietary driver and is not available with the open-source &lt;em>Nouveau&lt;/em> driver:
&lt;ul>
&lt;li>&lt;a href="https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#package-manager-installation" title="External link" target="_blank" rel="noopener noreferrer nofollow" >add Nvidia&amp;rsquo;s repository to your package manager&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>,&lt;/li>
&lt;li>&lt;a href="https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#driver-installation" title="External link" target="_blank" rel="noopener noreferrer nofollow" >install the CUDA packages&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>,&lt;/li>
&lt;li>reboot.&lt;/li>
&lt;li>&lt;strong>It is highly discouraged to manually install drivers through &lt;a href="https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#runfile-installation" title="External link" target="_blank" rel="noopener noreferrer nofollow" >runfiles (.run)&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> as it is riddled with problems you will need to manually fix everytime the Linux kernel is updated&lt;/strong>.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>for &lt;strong>AMD&lt;/strong> GPUs, the &lt;a href="https://www.amd.com/en/support/kb/faq/amdgpu-installation" title="External link" target="_blank" rel="noopener noreferrer nofollow" >AMDGPU-Pro&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> driver is recommended:
&lt;ul>
&lt;li>&lt;a href="https://www.amd.com/en/support" title="External link" target="_blank" rel="noopener noreferrer nofollow" >download the relevant driver&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>,&lt;/li>
&lt;li>&lt;a href="https://www.amd.com/en/support/kb/faq/amdgpu-installation#faq-Prerequisites" title="External link" target="_blank" rel="noopener noreferrer nofollow" >extract the archive&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>,&lt;/li>
&lt;li>run the installation script:
&lt;ul>
&lt;li>if you want only the OpenCL driver, without video drivers and OpenGL (assuming your system already has some of those working): &lt;code>./amdgpu-pro-install -y --opencl=pal,legacy --headless&lt;/code>,&lt;/li>
&lt;li>if you want the complete GPU stack (OpenCL/OpenGL, Vulkan, video drivers): &lt;code>./amdgpu-pro-install -y --opencl=pal,legacy&lt;/code>è&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>reboot.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>for &lt;strong>Intel&lt;/strong> embedded GPUs, the &lt;em>Neo&lt;/em> driver provides support for OpenCL 3.0 on relatevly recent
&lt;ul>
&lt;li>&lt;a href="https://github.com/intel/compute-runtime/releases/latest" title="External link" target="_blank" rel="noopener noreferrer nofollow" >official driver releases&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> contain the Ubuntu &lt;code>.deb&lt;/code> packages, you need to install &lt;code>intel-opencl-icd_xxxx.deb&lt;/code>,&lt;/li>
&lt;li>the safest way is to locate the &lt;code>intel-opencl-icd&lt;/code> package in your distribution&amp;rsquo;s repository, and install it. It can be part of optional or third-party repositories for distributions leaning a bit too hard toward open-sourcery (Debian/Fedora).&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;p>If you don&amp;rsquo;t have a GPU, a manual build is recommended to get the best performance possible (see below).&lt;/p></description></item><item><title>Install on Windows</title><link>https://ansel.photos/de/doc/install/windows/</link><pubDate>Sun, 11 Dec 2022 00:00:00 +0000</pubDate><updated>Mon, 16 Feb 2026 00:00:00 +0000</updated><guid>70a232fb2b349b434be4e469415f278e844d545544b202a9a37bf175e1db780b</guid><description>&lt;/section>
&lt;section id="prerequisites">
&lt;h2 class="text-left heading">
Prerequisites
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Install your OpenCL GPU drivers if you have a GPU.&lt;/p>
&lt;p>On Windows 11, it seems that the system OpenCL drivers for Intel embedded GPU cause issues (black images), especially with newer generation CPU. You may want to &lt;a href="https://community.intel.com/t5/OpenCL-for-CPU/uninstall-Intel-OpenCL/m-p/1134032#M5756" title="External link" target="_blank" rel="noopener noreferrer nofollow" >remove Windows drivers&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> and &lt;a href="https://www.intel.com/content/www/us/en/developer/articles/tool/opencl-drivers.html#proc-graph-section" title="External link" target="_blank" rel="noopener noreferrer nofollow" >install Intel ones&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>.&lt;/p>
&lt;p>See the &lt;a href="#caveats" title="" rel="dofollow" >caveats section below&lt;/a> for more details.&lt;/p>
&lt;/section>
&lt;section id="exe-package-recommended">
&lt;h2 class="text-left heading">
EXE package (recommended)
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>The Ansel project provides an official &lt;code>.exe&lt;/code> package, built for the stable, pre-release and experimental channels. This is the recommended way of installing Ansel, since it is fresh from the repository, always up-to-date and ships updated lens databases for Lensfun.&lt;/p></description></item><item><title>Install on Mac OS</title><link>https://ansel.photos/de/doc/install/macos/</link><pubDate>Sun, 11 Dec 2022 00:00:00 +0000</pubDate><updated>Mon, 16 Feb 2026 00:00:00 +0000</updated><guid>21fc67fb7eea6ec1baed433eae466af6fb403b3b897395d2def99cdcea22c2c2</guid><description>&lt;/section>
&lt;section id="build-from-source-homebrew-recommended">
&lt;h2 class="text-left heading">
Build from source (Homebrew, recommended)
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>This method is derived from the repository scripts in &lt;code>packaging/macosx/&lt;/code>.&lt;/p>
&lt;/section>
&lt;section id="prerequisites">
&lt;h3 class="text-left heading">
Prerequisites
&lt;/h3>
&lt;ul>
&lt;li>Install Xcode Command Line Tools:
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1">1&lt;/a>&lt;/span>&lt;span>xcode-select --install&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;/li>
&lt;li>Install Homebrew from &lt;a href="https://brew.sh/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >https://brew.sh/&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> (use the default prefix: &lt;code>/opt/homebrew&lt;/code> on Apple Silicon, &lt;code>/usr/local&lt;/code> on Intel).&lt;/li>
&lt;/ul>
&lt;/section>
&lt;section id="steps">
&lt;h3 class="text-left heading">
Steps
&lt;/h3>
&lt;ol>
&lt;li>Clone the repository and submodules:
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-1-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-1-1">1&lt;/a>&lt;/span>&lt;span>git clone --depth &lt;span style="color:#ae81ff">1&lt;/span> https://github.com/aurelienpierreeng/ansel.git
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-1-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-1-2">2&lt;/a>&lt;/span>&lt;span>cd ansel
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-1-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-1-3">3&lt;/a>&lt;/span>&lt;span>git submodule init
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-1-4">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-1-4">4&lt;/a>&lt;/span>&lt;span>git submodule update&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;/li>
&lt;li>Install build dependencies:
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-2-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-2-1">1&lt;/a>&lt;/span>&lt;span>./packaging/macosx/1_install_hb_dependencies.sh&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
This is the canonical dependency list used by CI and packaging.&lt;/li>
&lt;li>Build and install into the local &lt;code>install/&lt;/code> directory:
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-3-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-3-1">1&lt;/a>&lt;/span>&lt;span>./packaging/macosx/2_build_hb_ansel_custom.sh&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
Edit &lt;code>packaging/macosx/2_build_hb_ansel_custom.sh&lt;/code> if you need custom CMake options.&lt;/li>
&lt;li>(Optional) Create a macOS application bundle (can be signed if you have a Developer ID):
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-4-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-4-1">1&lt;/a>&lt;/span>&lt;span>export CODECERT&lt;span style="color:#f92672">=&lt;/span>&lt;span style="color:#e6db74">&amp;#34;your.developer@apple.id&amp;#34;&lt;/span> &lt;span style="color:#75715e"># optional&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-4-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-4-2">2&lt;/a>&lt;/span>&lt;span>./packaging/macosx/3_make_hb_ansel_package.sh&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
The bundle is generated at &lt;code>install/package/Ansel.app&lt;/code>.&lt;/li>
&lt;li>(Optional) Generate a DMG image from the bundle:
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-5-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-5-1">1&lt;/a>&lt;/span>&lt;span>./packaging/macosx/4_make_hb_ansel_dmg.sh&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
The output is &lt;code>Ansel-&amp;lt;version&amp;gt;-&amp;lt;arch&amp;gt;.dmg&lt;/code> in the &lt;code>install/&lt;/code> directory.&lt;/li>
&lt;/ol>
&lt;/section>
&lt;section id="running-the-build">
&lt;h3 class="text-left heading">
Running the build
&lt;/h3>
&lt;ul>
&lt;li>Development install (after step 3):
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-6-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-6-1">1&lt;/a>&lt;/span>&lt;span>./install/bin/ansel&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;/li>
&lt;li>From the app bundle (after step 4):
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-7-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-7-1">1&lt;/a>&lt;/span>&lt;span>./install/package/Ansel.app/Contents/MacOS/ansel --configdir ~/.config/ansel --cachedir ~/.cache/ansel/&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;/li>
&lt;/ul>
&lt;/section>
&lt;section id="notes-and-limitations">
&lt;h3 class="text-left heading">
Notes and limitations
&lt;/h3>
&lt;ul>
&lt;li>The DMG is not notarized. If Gatekeeper blocks it, remove the quarantine attribute:
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-8-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-8-1">1&lt;/a>&lt;/span>&lt;span>xattr -d com.apple.quarantine Ansel-*.dmg&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;/li>
&lt;li>The DMG is only guaranteed to run on the same macOS version it was built on.&lt;/li>
&lt;li>Homebrew package versions define the library versions bundled into the app.&lt;/li>
&lt;/ul>
&lt;/section>
&lt;section id="macports-method-legacy-intel-only">
&lt;h2 class="text-left heading">
MacPorts method (legacy, Intel-only)
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>A legacy Intel-only method using MacPorts exists in &lt;code>packaging/macosx/BUILD.txt&lt;/code>. It includes custom patches for &lt;code>exiv2&lt;/code>, &lt;code>gnutls&lt;/code>, and &lt;code>gtk-osx-application&lt;/code>, and uses &lt;code>gtk-mac-bundler&lt;/code> to produce a DMG. Use this only if you specifically need a MacPorts-based build.&lt;/p></description></item><item><title>Install OpenCL drivers</title><link>https://ansel.photos/de/doc/install/opencl/</link><pubDate>Tue, 27 Dec 2022 00:00:00 +0000</pubDate><updated>Tue, 27 Dec 2022 00:00:00 +0000</updated><guid>29f8734e9edc4f93bd2d8c4f75c451417e8eee0a4f884598560dbe1922246461</guid><description>&lt;p>OpenCL is a vendor-agnostic and cross-platform way of offloading computations to the GPU. GPUs are designed specifically to handle pixel operations, with an optimized memory layout and a massively multi-core architecture&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup> allowing for fast and energy-efficient image processing.&lt;/p>
&lt;p>But OpenCL can only be used for background computational (offline rendering) tasks and cannot be used to render the GUI in real-time, which is the realm of OpenGL.&lt;/p>
&lt;p>The architecture of Ansel and darktable pixel pipeline is flawed in that regard, because the output of (fast) OpenCL computations has to be sent back to the (slow) Gtk 3 thread, which paints the processed image within the GUI (along with the rest of GUI controls) using only a single CPU core. This is the biggest performance bottleneck in darktable and Ansel, and the reason why it is a rather slow application.&lt;/p></description></item><item><title>Configuration files</title><link>https://ansel.photos/de/doc/install/configuration/</link><pubDate>Wed, 18 Jan 2023 00:00:00 +0000</pubDate><updated>Wed, 18 Jan 2023 00:00:00 +0000</updated><guid>a58188182d855ee9a1244818392d936cbd09b5da2ff5230a5519ae70335a4ef8</guid><description>&lt;p>The configuration files of Ansel are located in :&lt;/p>
&lt;ul>
&lt;li>&lt;code>$HOME/.config/ansel&lt;/code> for Mac OS and Linux&lt;/li>
&lt;li>&lt;code>C:\%LOCALAPPDATA%\ansel&lt;/code> on Windows.&lt;/li>
&lt;/ul>
&lt;/section>
&lt;section id="default-configuration-files">
&lt;h2 class="text-left heading">
Default configuration files
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>&lt;code>anselrc&lt;/code>&lt;/dt>
&lt;dd>contains all user preferences except presets and styles. This may be opened in any text editor for manual edit if any preference makes the software crash at startup.&lt;/dd>
&lt;dt>&lt;code>keyboardrc&lt;/code>&lt;/dt>
&lt;dd>contains all user-defined keyboard shortcuts.&lt;/dd>
&lt;dt>&lt;code>data.db&lt;/code>&lt;/dt>
&lt;dd>contains user presets for modules, styles, tags and locations. This is an SQLite database. It is backed-up before updating to a new release and automatic snapshots can be configured (see below).&lt;/dd>
&lt;dt>&lt;code>library.db&lt;/code>&lt;/dt>
&lt;dd>contains all images known to Ansel, along with their directories (dubbed &lt;em>film rolls&lt;/em>). Like the previous, it is an SQLite database backed-up before updating to new releases and with optional snapshots.&lt;/dd>
&lt;/dl>
&lt;p>The frequency of snapshots can be defined in the software global &lt;em>Preferences&lt;/em> -&amp;gt; tab &lt;em>Storage&lt;/em> -&amp;gt; section &lt;em>Database&lt;/em> -&amp;gt; entry &lt;em>Create database snapshots&lt;/em> and &lt;em>how many snapshot to keep&lt;/em>. By default, Ansel saves one snapshot every week when closing the software.&lt;/p></description></item><item><title>Import configuration from darktable</title><link>https://ansel.photos/de/doc/install/darktable/</link><pubDate>Thu, 05 Jan 2023 00:00:00 +0000</pubDate><updated>Thu, 05 Jan 2023 00:00:00 +0000</updated><guid>d1da0ac09998efae146b5792edfafaca0771401f836efa95fbae2d21736386b3</guid><description>&lt;p>Ansel is based on darktable 4.0 and configuration files of darktable 4.0.1 and prior can be seemlessly imported by Ansel, such that you recover your tags, styles, presets, and library of images.&lt;/p>
&lt;div class="alert alert-warning" role="alert">
&lt;p class="alert-heading h6">&lt;i class="fas fa-exclamation-triangle">&lt;/i> Warning&lt;/p>
Importing darktable 4.2 database into Ansel will make you lose the settings of &lt;em>filmic RGB&lt;/em>, &lt;em>sigmoid&lt;/em> and &lt;em>highlights reconstruction&lt;/em> modules for all edits using them. &lt;em>Sigmoid&lt;/em> is not and will never be supported into Ansel, and the nonsensical changes made to &lt;em>filmic RGB&lt;/em> in darktable 4.2 will never be ported to Ansel. All other modules should still work.
&lt;/div>
&lt;/section>
&lt;section id="importing-usual-darktable-configuration-files">
&lt;h2 class="text-left heading">
Importing usual darktable configuration files
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;div class="alert alert-info" role="alert">
&lt;p class="alert-heading h6">&lt;i class="fas fa-info-circle">&lt;/i> Note&lt;/p></description></item><item><title>Debugging</title><link>https://ansel.photos/de/doc/install/debug/</link><pubDate>Sun, 22 Jan 2023 00:00:00 +0000</pubDate><updated>Sun, 22 Jan 2023 00:00:00 +0000</updated><guid>b9696b0ef42fc80e25ac079a12d8f849f17ee11d84e22c3aceeec42f39dee341</guid><description>&lt;p>Ansel is written in the C language. While C &lt;strong>pretends&lt;/strong> to be portable (&lt;em>runs the same on all operating systems&lt;/em>), many little things need to be contextually adapted to each OS using slightly different code. Also, depending on hardware and on the version of the dependencies, even on Linux, some discrepancies can occur between distributions.&lt;/p>
&lt;p>That is to say that bugs are almost impossible to anticipate when programming, and the default state of a computer program is buggy. Reporting bugs properly is the only way to help cleaning up the unforseen pathological cases.&lt;/p></description></item><item><title>Getting started</title><link>https://ansel.photos/de/doc/getting-started/</link><pubDate>Thu, 15 May 2025 00:00:00 +0000</pubDate><updated>Thu, 15 May 2025 00:00:00 +0000</updated><guid>e1328f3bde79ae99b6fc785e1e0a873230e2c9eaf1e685152d808d70549307cb</guid><description/></item><item><title>Import images</title><link>https://ansel.photos/de/doc/getting-started/import/</link><pubDate>Mon, 24 Jun 2024 00:00:00 +0000</pubDate><updated>Mon, 24 Jun 2024 00:00:00 +0000</updated><guid>9b48cbb9d011877026cc352ccdfeaade49d86e4ba1a704ed97def839c2a6ce56</guid><description>&lt;/section>
&lt;section id="basics">
&lt;h2 class="text-left heading">
Basics
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Ansel backbone is a library of images, saved as an SQLite database into &lt;code>~/.config/ansel/library.db&lt;/code>. Since Ansel is a non-destructive photo editor, editings are saved as histories of settings, along with image metadata, as text&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup> into the library database. The application of editing histories over raw images, as to produce output raster images, is the export step.&lt;/p>
&lt;p>The library is also used to keep track of image collections (by tags, folders, EXIF, editing time, etc.). Because of this, we need to make the library aware of new images : it is the import step. This will initialize a new database entry with metadata and a virgin history for each imported picture.&lt;/p></description></item><item><title>Editing images</title><link>https://ansel.photos/de/doc/getting-started/editing/</link><pubDate>Thu, 15 May 2025 00:00:00 +0000</pubDate><updated>Thu, 15 May 2025 00:00:00 +0000</updated><guid>d250e3fa5577ad29424846a132498e7a745c39182383cbd87bb35d6db66adc6f</guid><description>&lt;/section>
&lt;section id="understanding-non-destructive-editing">
&lt;h2 class="text-left heading">
Understanding non-destructive editing
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Before diving deeper into how to use the software, we should stop here to explain its general paradigm : non-destructive editing.&lt;/p>
&lt;p>Once you
&lt;a href="https://ansel.photos/de/doc/getting-started/import/" title="" rel="dofollow" >imported&lt;/a> images to Ansel, what you really did is only to create an entry for them into the
&lt;a href="https://ansel.photos/de/doc/install/configuration/" title="" rel="dofollow" >library&lt;/a> database. The modifications you make on these images are never written to the original images, which are actually never changed. This is a strong design requirement aiming at protecting your input RAW images from any kind of corruption.&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup> Ansel will not even let users change the EXIF date and time in the original files.&lt;/p></description></item><item><title>Library and collections</title><link>https://ansel.photos/de/doc/getting-started/library/</link><pubDate>Thu, 15 May 2025 00:00:00 +0000</pubDate><updated>Thu, 15 May 2025 00:00:00 +0000</updated><guid>f3b87ba012c5dc19d7c317759b7f34bfafc40455222d62bd508383fbe69ed3b0</guid><description>&lt;p>Ansel keeps a database of all images it knows, that is all images that were
&lt;a href="https://ansel.photos/de/doc/getting-started/import/" title="" rel="dofollow" >imported&lt;/a>, until you actively remove them from the library (global menu : &lt;em>File&lt;/em> 🡒 &lt;em>Remove from library&lt;/em>). The library stores the filesystem path of the images, their metadata and their editing history.&lt;/p>
&lt;div class="alert alert-warning" role="alert">
&lt;p class="alert-heading h6">&lt;i class="fas fa-exclamation-triangle">&lt;/i> Warning&lt;/p>
Ansel does not listen to the content of filesystem folders, meaning it will not be notified if imported images are (re)moved on the filesystem. You will need to manually update the pathes if that is the case, or you can move those files directly with Ansel (under the global menu &lt;em>File&lt;/em>).
&lt;/div>
&lt;p>Ansel will then perform database extractions based on arbitrary user criteria : those are called &lt;em>collections&lt;/em>. They are built in
&lt;a href="https://ansel.photos/de/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a> from the &lt;em>library&lt;/em> toolbox and from the &lt;em>include&lt;/em> toolbar. Ansel has no concept of gallery or virtual folder that you &lt;strong>create&lt;/strong> first, then to which you &lt;strong>add&lt;/strong> arbitrary images. Instead, in Ansel, you &lt;strong>attach&lt;/strong> tags to images, then &lt;strong>collect&lt;/strong> all images having a certain tag (or any kind of metadata, base folder, etc.), possibly mixing filters and search criteria to narrow-down the search : this is what makes a collection.&lt;/p></description></item><item><title>Image selection</title><link>https://ansel.photos/de/doc/getting-started/selection/</link><pubDate>Thu, 15 May 2025 00:00:00 +0000</pubDate><updated>Thu, 15 May 2025 00:00:00 +0000</updated><guid>c6676abb47c2b45cf13e70eedce2d6e7326ea904171152e8f9b45e1172edb593</guid><description>&lt;p>Ansel allows batch-applying editing histories (through copy-pasting, or through styles) or metadata. The target images for those batch-operations are &lt;em>selected&lt;/em> images. But even single-image operations (like opening in
&lt;a href="https://ansel.photos/de/doc/views/darkroom/" title="" rel="dofollow" >darkroom&lt;/a> to edit, or editing metadata, copy/pasting, etc.) use selections.&lt;/p>
&lt;p>Selections are particular objects in Ansel, because :&lt;/p>
&lt;ol>
&lt;li>they are remembered between reboots and across ateliers (views) changes,&lt;/li>
&lt;li>they are global in the sofware and used to pass on lists of images &lt;strong>between&lt;/strong> lighttable and other ateliers,&lt;/li>
&lt;li>they are disabled and inactive &lt;strong>within&lt;/strong> an atelier (except for the lighttable), which use active images instead (contextual selection),&lt;/li>
&lt;li>they are necessarily a subset of the current filtered collection (as displayed in the
&lt;a href="https://ansel.photos/de/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a>),&lt;/li>
&lt;li>they can be set only from the
&lt;a href="https://ansel.photos/de/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a> view (no selection can be performed or used from the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/filmstrip/" title="" rel="dofollow" >filmstrip&lt;/a>),&lt;/li>
&lt;li>they can be turned into a temporary collection themselves, by using the &lt;em>Restrict to selection&lt;/em> button in the include/filter toolbar of the
&lt;a href="https://ansel.photos/de/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a>.&lt;/li>
&lt;/ol>
&lt;p>Selected images will appear highlighted in the lighttable. Because selections are used to perform (possibly harmful) &lt;em>write&lt;/em> operations, Ansel forces &amp;ldquo;hard&amp;rdquo; interactions (pressing on an hardware button) on thumbnails to define them. These allowed interactions are :&lt;/p></description></item><item><title>Shortcuts and keyboard interaction</title><link>https://ansel.photos/de/doc/getting-started/keyboard/</link><pubDate>Sat, 10 May 2025 00:00:00 +0000</pubDate><updated>Sat, 10 May 2025 00:00:00 +0000</updated><guid>a7fa588b7c364428be43d4f2a4ddddf0917e4c41a192ba4421d78001ffe43276</guid><description>&lt;p>Ansel interface is designed to support two mutually-exclusive modes of interaction and navigation: through pointing devices (mouse or graphic tablet) and through the keyboard. Compared to Darktable, many interactions that required combinations of both have been removed, which makes the workflows more efficient.&lt;/p>
&lt;/section>
&lt;section id="shortcuts-and-available-actions">
&lt;h2 class="text-left heading">
Shortcuts and available actions
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Ansel exposes app-wise actions and GUI controls to keyboard bindings through pathes like &lt;code>Darkroom/Modules/Exposure/Black point&lt;/code>, where the left-most member of the path is the view and the right-most member is the actual control being bound. A such path defines an human-readable unique identifier that also says where the control is located in the application GUI.&lt;/p></description></item><item><title>Views</title><link>https://ansel.photos/de/doc/views/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>969401704a55aa28ca27be146c90934c4beb322c34d34c923d2ec874844d18f7</guid><description>&lt;p>Die Funktionalität in Ansel ist in sechs unterschiedliche Ansichten unterteilt:&lt;/p>
&lt;dl>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/lighttable/" title="" rel="dofollow" >Lighttable&lt;/a>&lt;/dt>
&lt;dd>Manage images and collections. It is the main view and can be accessed from anywhere in the software by hitting the &lt;kbd>Escape&lt;/kbd> key.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/darkroom/" title="" rel="dofollow" >Darkroom&lt;/a>&lt;/dt>
&lt;dd>Develop a single image. It can be accessed from the lighttable by double-click on a thumbnail or by hitting the &lt;kbd>Enter&lt;/kbd> key when a picture is selected.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/map/" title="" rel="dofollow" >Map&lt;/a>&lt;/dt>
&lt;dd>Show geo-tagged images on a map and manually geo-tag new images. It is an optional view hidden by default, it can be enabled in the
&lt;a href="https://ansel.photos/de/doc/preferences-settings/other-views/" title="" rel="dofollow" >preferences&lt;/a>.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/print/" title="" rel="dofollow" >Print&lt;/a>&lt;/dt>
&lt;dd>Send images to a printer for self-made prints. It is an optional view hidden by default, it can be enabled in the
&lt;a href="https://ansel.photos/de/doc/preferences-settings/other-views/" title="" rel="dofollow" >preferences&lt;/a>. This view is not available on Windows since it relies on &lt;a href="http://www.cups.org/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >CUPS&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/slideshow/" title="" rel="dofollow" >Slideshow&lt;/a>&lt;/dt>
&lt;dd>Display images as a slideshow, processing them on-the-fly. It is an optional view hidden by default, it can be enabled in the
&lt;a href="https://ansel.photos/de/doc/preferences-settings/other-views/" title="" rel="dofollow" >preferences&lt;/a>.&lt;/dd>
&lt;/dl>
&lt;p>You can switch between views by clicking the view name at the top of the right-hand panel (the currently active view is highlighted).&lt;/p></description></item><item><title>Leuchttisch</title><link>https://ansel.photos/de/doc/views/lighttable/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 11 Oct 2023 00:00:00 +0000</updated><guid>61d62eef006f5225cf346c589883f2072bd8a7fc41fbccc13d91f4dcda161ccc</guid><description>&lt;p>The lighttable view is the default view loaded when Ansel is started, and allows you to view and manage your image collection. It will noticeably allow you to:&lt;/p>
&lt;ul>
&lt;li>cull your images, assign then ratings and ultimately decide which images are worth keeping and editing,&lt;/li>
&lt;li>filter your images based on ratings, base folder, or any metadata supported by the software (EXIF/IPTC/XMP),&lt;/li>
&lt;li>apply metadata, like title, description, tags, GPS coordinates, or correct EXIF date/time,&lt;/li>
&lt;li>copy-paste editing histories between images or apply styles, individually or in batches,&lt;/li>
&lt;li>export images editing histories to final files.&lt;/li>
&lt;/ul>
&lt;/section>
&lt;section id="lighttable-content">
&lt;h2 class="text-left heading">
Lighttable content
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>All the images known to Ansel are stored in a database, the
&lt;a href="https://ansel.photos/de/doc/install/configuration/" title="" rel="dofollow" >library&lt;/a>. The lighttable shows thumbnails of a subset of this library, called a &lt;em>collection&lt;/em>. A collection is created by filtering the images from the library using criteria, first from the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/collections/" title="" rel="dofollow" >library toolbox&lt;/a>, then from filtering/include toolbar.&lt;/p></description></item><item><title>Rückgängig machen/wieder zurückholen</title><link>https://ansel.photos/de/doc/views/lighttable/undo-redo/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>1275b9d5e0be61fdc5f6436332660173954788e3f8f84ab03fea1f08b2c26b94</guid><description>&lt;p>Die meisten Änderungen mit dem Leuchttisch werden aufgezeichnet und können wieder rückgängig gemacht werden. Das beinhaltet Änderungen der Farbmarkierungen, Sterne-Bewertungen, Geolokationen, Schlagworte, Metadaten, Orientierung, Kopieren/Anwenden eines Bearbeitungsverlaufs, Bildduplikate oder die Anwendung eines Stils. Solange man sich im Leuchttisch befindet, ist das Rücksetzen/Wiederherstellen in der Anzahl der Schritte unbegrenzt, doch wenn die Ansicht gewechselt wird, sind die letzten Änderungen verloren.&lt;/p>
&lt;p>Strg+Z um die letzte Aktion rückgängig zu machen und Strg+Y, um die letzten gelöschten Modifikationen wieder zurückzuholen (falls es sie gibt).&lt;/p></description></item><item><title>Digital Asset Management</title><link>https://ansel.photos/de/doc/views/lighttable/digital-asset-management/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>c8a4d55dcfcaf7ee619eea0bd5393ff462cd24473b3c1a26b6b9a7866f74f4d2</guid><description/></item><item><title>XMP Dateien</title><link>https://ansel.photos/de/doc/views/lighttable/digital-asset-management/sidecar/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>79242c8cab82f023eca01b8c45dc449aa104e0f19c2c3dcb6a9c7c14afc96dcc</guid><description>&lt;p>Ansel is a non-destructive image editor and opens all images in read-only mode. Any data created within Ansel (metadata, tags, and image processing steps) is stored in separate &lt;code>.XMP&lt;/code> &lt;em>sidecar&lt;/em> files. These files are stored alongside the original Raw files and allow Ansel to store information about the images as well as the full editing history without touching the original raw files. When you import an image into Ansel for the first time, an XMP file is automatically generated. The generation of XMP files can be disabled in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/storage/#xmp" title="" rel="dofollow" >preferences &amp;gt; storage &amp;gt; xmp&lt;/a> but this is not recommended in normal use.&lt;/p></description></item><item><title>Importiere XMP Dateien, die durch andere Anwendungen erstellt wurden</title><link>https://ansel.photos/de/doc/views/lighttable/digital-asset-management/sidecar-import/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>9a933b3ee85eec7eab0dc837104755ec5eb1deda9f46f1d9757e908aa6132815</guid><description>&lt;p>When importing an image, Ansel automatically checks if it is accompanied by a sidecar file. As well as looking for files named &lt;code>&amp;lt;basename&amp;gt;.&amp;lt;extension&amp;gt;.xmp&lt;/code> and &lt;code>&amp;lt;basename&amp;gt;_nn.&amp;lt;extension&amp;gt;.xmp&lt;/code> (Ansel&amp;rsquo;s XMP file naming formats) Ansel also checks for the presence of a file in the form &lt;code>&amp;lt;basename&amp;gt;.xmp&lt;/code> (the naming format for Lightroom&amp;rsquo;s XMP sidecar files). Files with the latter naming format will be read by Ansel but will not be written to. Once the image has been imported, Ansel will generate an additional XMP file using its own naming convention.&lt;/p></description></item><item><title>Lokale Kopien</title><link>https://ansel.photos/de/doc/views/lighttable/digital-asset-management/local-copies/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>3a611e3bfcef711f73edef313f49b57f5794ee6c228e8f7bcf23bb9fc6cef8e5</guid><description>&lt;p>Viele Benutzer haben riesige Fotosammlungen, die sie auf Festplatten ihres Computers oder auf einem externen Speichermedium (RAID NAS, externe Harddisk etc.).&lt;/p>
&lt;p>It is a common requirement to develop a number of images while travelling using a laptop and then later synchronize them back to the original storage medium. However, copying images manually from the main storage to the laptop and back is cumbersome and prone to errors. The “local copies” feature of Ansel has been designed to directly support these use cases.&lt;/p></description></item><item><title>Vorschaubilder</title><link>https://ansel.photos/de/doc/views/lighttable/digital-asset-management/thumbnails/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>0f1f12cf865fd56b2990dedb788835d82ebd53c856618318c7a5815b3dd3a675</guid><description>&lt;p>Each image in the current collection is represented by a thumbnail in the lighttable view and filmstrip module. A cache of the most recently used thumbnails is stored in a file on disk and loaded into memory at startup. The size of this cache can be adjusted in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/processing/#cpu-gpu-memory" title="" rel="dofollow" >Preferences &amp;gt; Processing &amp;gt; CPU, GPU, Memory&lt;/a>.&lt;/p>
&lt;/section>
&lt;section id="erstellung-der-vorschaubilder">
&lt;h2 class="text-left heading">
Erstellung der Vorschaubilder
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Ein Vorschaubild wird erstellt, wenn ein Bild zum ersten Mal in Ansel geladen wird, nachdem das Bildes in der Dunkelkammer geändert wurde, oder wenn ein Bild erneut betrachtet wird, dessen Vorschaubild nicht mehr verfügbar ist.&lt;/p></description></item><item><title>Bewertungen mit Sternen und Farbmarkierungen</title><link>https://ansel.photos/de/doc/views/lighttable/digital-asset-management/star-color/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>230e3151db46a43a9e0dbc033b8edb09d93434a31376cb8b7c15e207c44bbd0a</guid><description>&lt;p>Mit Bewertungen und Farbmarkierungen können Bilder nach eigenen Kriterien sortiert und geordnet werden. Die Bewertung sowie die farbige Markierung eines Bildes werden innerhalb des Vorschaubildes und im Filmstreifen angezeigt.&lt;/p>
&lt;/section>
&lt;section id="sterne-bewertung">
&lt;h2 class="text-left heading">
Sterne Bewertung
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>You can give an image a rating from zero to five stars. Whenever you import images, each image receives a default rating which you can define in the
&lt;a href="https://ansel.photos/de/doc/getting-started/import/" title="" rel="dofollow" >import&lt;/a> module. You can also mark an image as “rejected”.&lt;/p></description></item><item><title>Bildgruppierung</title><link>https://ansel.photos/de/doc/views/lighttable/digital-asset-management/grouping/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>a0db71ff8edb720ebae660655612ff9216b425552594befd228cbca855ada57c</guid><description>&lt;p>Das Gruppieren von Bildern ermöglicht eine Strukturierung der Bilder und verbessert die Übersichtlichkeit Ihrer Bildsammlung in der Ansicht Leuchttisch.&lt;/p>
&lt;p>You can combine images into a group by selecting them and using the global menu &lt;em>Image&lt;/em> 🡒 &lt;em>Group images&lt;/em>, or by pressing Ctrl+G. Likewise, you can remove selected images from a group by clicking the “ungroup” button, or pressing Ctrl+Shift+G.&lt;/p>
&lt;p>Duplizierte Bilder kommen automatisch in die gleiche Gruppe. Importierte Bilder mit gleichem Dateinamen und unterschiedlicher Erweiterung (z. B. &lt;code>IMG_1234.CR2&lt;/code> und &lt;code>IMG_1234.JPG&lt;/code>) bilden automatisch eine Gruppe.&lt;/p></description></item><item><title>Metadaten und Verschlagworten</title><link>https://ansel.photos/de/doc/views/lighttable/digital-asset-management/metadata-tagging/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>2161242e06dcebabc1ac003a6d111d5f4c5fa2d46b46d29f05c4692b20faa245</guid><description>&lt;p>Ansel erlaubt es zusätzliche Informationen über deine Bilder zu speichern, sie können so einfacher gruppiert und gesucht werden. Diese Informationen werden in der Datenbank von Ansel und in XMP-Dateien gespeichert. Zusätzlich können sie auch Bestandteil exportierter Dateien werden.&lt;/p>
&lt;/section>
&lt;section id="metadaten">
&lt;h2 class="text-left heading">
Metadaten
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Metadata (e.g. title, description) is free-format text that usually differs for each image. You can add metadata to images in the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/metadata-editor/" title="" rel="dofollow" >metadata editor&lt;/a> module.&lt;/p>
&lt;/section>
&lt;section id="verschlagwortung">
&lt;h2 class="text-left heading">
Verschlagwortung
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Tags are usually shared between multiple images and are used to categorise and group them. You can add tags to images in the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/tagging/" title="" rel="dofollow" >tagging&lt;/a> module.&lt;/p></description></item><item><title>Dunkelkammer</title><link>https://ansel.photos/de/doc/views/darkroom/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>c165ce0738da7f8094619ffb3195813802909476e2d7886e73bbe897858989ba</guid><description>&lt;p>Die Ansicht &amp;ldquo;Dunkelkammer&amp;rdquo; dient der Entwicklung von Bildern. Der mittlere Bereich zeigt das aktuell bearbeitete Bild.&lt;/p>
&lt;/section>
&lt;section id="zoom">
&lt;h2 class="text-left heading">
Zoom
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Middle-click on the center panel cycle between &amp;ldquo;fit to screen&amp;rdquo;, 1:1 and 2:1 zoom.&lt;/p>
&lt;p>Alternativ kann zwischen &amp;ldquo;100%&amp;rdquo; und &amp;ldquo;einpassen&amp;rdquo; durch Drehen mit dem Mausrad vergrößert bzw. verkleinert werden. Wenn beim Drehen Strg gedrückt wird, vergrößert sich der Bereich bis zu 1600%.&lt;/p></description></item><item><title>Gestaltung der Dunkelkammer-Ansicht</title><link>https://ansel.photos/de/doc/views/darkroom/darkroom-view-layout/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>8f81e9e2a22289c6fc93fd8dde5729bc295bc3d9f6aeb83a80cb12bc311e947a</guid><description>&lt;/section>
&lt;section id="linkes-bedienfeld">
&lt;h2 class="text-left heading">
Linkes Bedienfeld
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Von oben nach unten:&lt;/p>
&lt;dl>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/navigation/" title="" rel="dofollow" >navigation&lt;/a>&lt;/dt>
&lt;dd>Navigate and zoom the center view.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/snapshots/" title="" rel="dofollow" >snapshots&lt;/a>&lt;/dt>
&lt;dd>Take and view snapshots for comparison with the current edit.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/duplicate-manager/" title="" rel="dofollow" >duplicate manager&lt;/a>&lt;/dt>
&lt;dd>View and manage duplicates.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/global-color-picker/" title="" rel="dofollow" >global color picker&lt;/a>&lt;/dt>
&lt;dd>Select and display color information taken from parts of the image.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/image-information/" title="" rel="dofollow" >image information&lt;/a>&lt;/dt>
&lt;dd>Display information about the current image.&lt;/dd>
&lt;dt>
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/mask-manager/" title="" rel="dofollow" >mask manager&lt;/a>&lt;/dt>
&lt;dd>View and edit drawn shapes.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="rechtes-bedienfeld">
&lt;h2 class="text-left heading">
Rechtes Bedienfeld
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Von oben nach unten:&lt;/p></description></item><item><title>Die Pixelpipe</title><link>https://ansel.photos/de/doc/views/darkroom/pixelpipe/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>a9ac2e4883d2391b6e678edfb91cf33eca1ea0f84a260a5c3f989e3d06f71382</guid><description/></item><item><title>Anatomie der Dunkelkammer-Module</title><link>https://ansel.photos/de/doc/views/darkroom/pixelpipe/the-anatomy-of-a-module/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>652248d71b7f0dbadf79494e753fb18ff2a9a1dcbae00f678aff933db0c24863</guid><description>&lt;p>The basic element of image processing in Ansel is the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/" title="" rel="dofollow" >processing module&lt;/a>. In order to process a raw image a number of such modules act on the input image in sequence, each performing a different &lt;em>operation&lt;/em> on the image data. For those familiar with Adobe Photoshop, the concept of a &lt;em>processing module&lt;/em> in Ansel is analogous to that of an &lt;em>adjustment layer&lt;/em> in that both make an incremental adjustment to the image, building on top of the adjustments that came before.&lt;/p></description></item><item><title>Die Pixelpipe &amp; Modulreihenfolge</title><link>https://ansel.photos/de/doc/views/darkroom/pixelpipe/the-pixelpipe-and-module-order/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>b5b89d73719c05375fb4fccf669a46d865cefc28bcfc48c5049bde44db77a4c4</guid><description>&lt;p>The ordered sequence of
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/" title="" rel="dofollow" >processing modules&lt;/a> operating on an input file to generate an output image is known as the &amp;ldquo;pixelpipe&amp;rdquo;.&lt;/p>
&lt;p>Die Reihenfolge in der Pixelpipe wird grafisch durch die Reihenfolge dargestellt, in der die Module auf der Benutzeroberfläche angezeigt werden: Die Pixelpipe beginnt mit einem RAW-Bild unten in der Modulliste und wendet die Dunkelkammer-Module schrittweise an, Ebene für Ebene von unten nach oben, bis oben in der Liste das vollständig bearbeitete Bild ausgegeben wird.&lt;/p></description></item><item><title>Der Verlaufsstapel</title><link>https://ansel.photos/de/doc/views/darkroom/pixelpipe/history-stack/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>24bc763cf39490936977494165d6efb8070748bf08bbf1d7298d76473c7b158a</guid><description>&lt;p>Der &lt;em>Verlaufsstapel&lt;/em> speichert den gesamten Bearbeitungsverlauf für ein Bild in der Reihenfolge, in der die Bearbeitungen stattfanden. Er wird in der Bibliotheksdatenbank von Ansel und der XMP-Datei gespeichert und bleibt somit zwischen Bearbeitungssitzungen erhalten.&lt;/p>
&lt;p>Each time a processing module is enabled, disabled, moved or amended a new entry is added to the top of the &lt;em>history stack&lt;/em>.&lt;/p>
&lt;p>The history stack can be queried and modified within the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/history-stack/" title="" rel="dofollow" >history stack&lt;/a> module in the darkroom.&lt;/p></description></item><item><title>Rückgängig machen und erneut machen</title><link>https://ansel.photos/de/doc/views/darkroom/pixelpipe/undo-redo/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>ca4139112fd3b07a3590f208d1a9d355d7a0169e3cb4fe678c97df23b42c95be</guid><description>&lt;p>Während du Bilder bearbeitest, wird Ansel alle Änderungen, die du an diesem Bild aufzeichnen. Das bedeutet, es ist möglich alle Änderungen zu widerrufen und wiederherzustellen, um einen früheren Bearbeitungs-Status wiederzuhaben. Beachte, dass die Möglichkeit des Widerrufen/Wiederherstellen eine unbegrenzte Anzahl Male während der Bearbeitung gemacht werden kann, sie wird aber jedes Mal zurückgesetzt, wenn in der Dunkelkammer zu einem neuen Bild geschaltet wird.&lt;/p>
&lt;p>Strg+Z um die letzte Aktion rückgängig zu machen und Strg+Y, um die letzten gelöschten Modifikationen wieder zurückzuholen (falls es sie gibt).&lt;/p></description></item><item><title>Maskieren und Mischen</title><link>https://ansel.photos/de/doc/views/darkroom/masking-and-blending/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>f9d8830d3ebcffe4e0636e5f834eacba561172699b92d9fd9f882b2c913704b3</guid><description>&lt;p>Each processing module takes its input from the preceding module in the pixelpipe, performs its operation on the image data, and then hands the output to the next module in the pixelpipe.&lt;/p>
&lt;p>Die Ausgabedaten eines Moduls können optional mit den Eingabedaten nochmals verarbeitet (kombiniert) werden bevor diese an das nächste Modul übergeben werden. Diesen zusätzlichen Bearbeitungsschritt nennt man &lt;em>Überblendung&lt;/em>: Eingabe- und Ausgabedaten werden mit Algorithmen, sogenannten Überblendoperatoren bzw.
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/blend-modes/" title="" rel="dofollow" >Überblendmodi&lt;/a>, erneut verarbeitet.&lt;/p></description></item><item><title>Überblendmodi</title><link>https://ansel.photos/de/doc/views/darkroom/masking-and-blending/blend-modes/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>ef5dda38d5617967e94282176cb00c92d4e03f51aad2d1f31cefe8e47640bc0f</guid><description>&lt;p>Blend modes define how the input and output of a module are combined (blended) together before the module&amp;rsquo;s final output is passed to the next module in the pixelpipe.&lt;/p>
&lt;p>Klassische Überblendmodi für anzeigebezogene RGB-Farbräume (beschränkt auf 0 - 100%) definieren implizit einen Stützpunkt bei 50% (grau) oder 100% (weiß) in deren Algorithmen, abhängig vom Modus. Da szenenbezogen diese Einschränkung nicht hat, muss für Überblendungsoperation im Farbraum &amp;ldquo;RGB (Szene)&amp;rdquo; dieser Stützpunkt explizit durch den Nutzer definiert werden. Der zusätzliche &lt;em>Überblendstützpunkt&lt;/em>-Parameter wird dem Nutzer angezeigt, wenn einer dieser Modi in diesem Farbraum verwendet wird. Die Wirkung hängt vom gewählten Operator ab. Zum Beispiel können Werte oberhalb des Stützpunkts aufgehellt und solche unterhalb abgedunkelt werden, oder umgekehrt.&lt;/p></description></item><item><title>Masken</title><link>https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>eded8ed1f84b6373c55e7cec19e93a89cad479e4f6ef8092715fb246b1c0a8fa</guid><description>&lt;p>Masks allow you to limit the effect of a module so that it only applies to certain parts of the image.&lt;/p>
&lt;p>Eine Maske kann als Graustufenbild angesehen werden, bei dem alle Pixel einen Wert zwischen 0 und 1.0 (oder 0 % und 100 %) haben. Dieser Wert ist die &lt;em>Deckkraft&lt;/em> , die bestimmt, wie stark ein Modul jedes einzelne Pixel beeinflusst&lt;/p>
&lt;p>Die folgenden Abschnitte erklären, wie Masken in Ansel konstruiert werden.&lt;/p></description></item><item><title>Gezeichnete Masken</title><link>https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/drawn/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>5c43b145a9a02ee58f6a6af9b2163fdbf1d693a7df87e7aed8083cae01f5129a</guid><description>&lt;p>Mit der Möglichkeit der gezeichneten Maske kannst du eine Maske direkt auf die Bildoberfläche konstruieren. Formen können alleine oder in Kombination gebraucht werden. Wenn eine Form einmal auf ein Bild gezeichnet ist, kann diese angepasst, entfernt oder in anderen Modulen wieder gebraucht werden.&lt;/p>
&lt;p>Shapes are stored internally as vectors and are rendered with the required resolution during pixelpipe processing. Shapes are expressed in the coordinate system of the original image and are transformed along with the rest of the image by any active distorting modules in the pipe (
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/lens-correction/" title="" rel="dofollow" >&lt;em>lens correction&lt;/em>&lt;/a>,
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/rotate-perspective/" title="" rel="dofollow" >&lt;em>rotate and perspective&lt;/em>&lt;/a> for example). This means that a shape will always work on the same image area regardless of any modifications that may be subsequently applied.&lt;/p></description></item><item><title>Parametrische Masken</title><link>https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/parametric/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>606fae16f6f35d5d7d451aba8f3b76b3234ac2f9fc5d7bdde8e8ea49a65ea06c</guid><description>&lt;p>Die parametrische Maskenfunktion bietet eine feinkörnige, selektive Kontrolle darüber, wie einzelne Pixel gemischt werden. Dies geschieht durch die automatische Generierung einer Zwischenmaske aus benutzerdefinierten Parametern. Diese Parameter sind Farbkoordinaten und nicht die geometrischen Koordinaten, die in gezeichneten Masken verwendet werden.&lt;/p>
&lt;p>Für jeden Datenkanal eines Moduls (z.B. Lab, RGB) und für mehrere virtuelle Datenkanäle (z. B. Farbton, Sättigung) wird eine Funktion für die Deckkraft pro Kanal bestimmt. Abhängig vom Wert für ein Pixel in einem bestimmten Datenkanal berechnet diese Funktion einen Überblendwert zwischen 0 und 1 (100 %) für dieses Pixel.&lt;/p></description></item><item><title>Kombinieren von gezeichneten und parametrischen Masken</title><link>https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/drawn-and-parametric/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>9daee2357ad3f5760d39ebf122fb8d5ca17c1a91384098e13a7efd342ed1694a</guid><description>&lt;p>Gezeichnete und parametrische Masken können kombiniert werden und als eine Einzelmaske auf Bilder angewendet werden.&lt;/p>
&lt;p>Es gibt zwei Hauptelemente zur Festlegung, wie die Kombination einzelner Masken erfolgen soll: die &lt;em>Polarität&lt;/em> jeder einzelnen Maske, definiert durch die Plus- oder Minus-Auswahl, und die Einstellung in der Auswahl „kombinieren“.&lt;/p>
&lt;p>Die Auswahl &amp;ldquo;kombinieren&amp;rdquo; ermöglicht folgende Einstellungen, um gezeichnete und parametrische Masken zu kombinieren:&lt;/p>
&lt;dl>
&lt;dt>exclusive&lt;/dt>
&lt;dd>A straightforward method of combining masks, exclusive mode multiplies together the individual pixel values from each of the component masks.&lt;/dd>
&lt;dd>
&lt;p>For a given pixel, the final mask will have value of 0 if &lt;em>any&lt;/em> of the individual masks are 0 at that location and it will only have a value of 1.0 if &lt;em>all&lt;/em> masks have a value of 1.0 at that location.&lt;/p></description></item><item><title>Maskenanpassungen &amp; zusätzliche Steuerelemente</title><link>https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/refinement-controls/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>7c1c406010881e691878cae240947d2bb63ddb8700ccb82c185541263d969886</guid><description>&lt;p>Wenn eine parametrische oder gezeichnete Maske eingeschaltet ist, werden mehrere weitere Regler zur Präzisierung der Maske angezeigt.&lt;/p>
&lt;dl>
&lt;dt>Detail-Schwellwert&lt;/dt>
&lt;dd>Dieser Regler erlaubt die Änderung der Deckkraft einer Maske basierend auf dem Grad an Details im Bild. Der Regler wählt entweder Flächen mit vielen Details (positive Werte) oder flache, wenig detailreiche Flächen (negative Werte) aus. Die Voreinstellung (Null) wirkt sich nicht auf die Detailverfeinerung aus. Der Regler ist nützlich zum Schärfen und Weichzeichnen, das nicht-fokussierte Bereiche (Bokeh) ausschließt, oder zum Schärfen nur dieser unscharfen Bereiche, um ein Überschärfen der fokussierten Bereiche zu vermeiden.&lt;/dd>
&lt;/dl>
&lt;hr />
&lt;p>&lt;strong>Hinweis:&lt;/strong> Daten für die Maskenverfeinerung werden aus dem Entrastern-Modul in der Bearbeitungs-Pipeline genommen und nicht aus der Moduleingabe, die für andere Kriterien von parametrischen Masken verwendet wird. Keines der Bearbeitungsmodule nach dem Entrastern hat eine Auswirkung auf die verfeinerte Maske und sie ist im Moment nur für RAW-Bilder verfügbar.&lt;/p></description></item><item><title>Raster-Masken</title><link>https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/raster/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>cb9bfd2d15edeee2933976fa10b63ad7cb3e1191f8607ae205b17847b5ac7a59</guid><description>&lt;p>Wie in vorherigen Abschnitten beschrieben, ist die kombinierte Maske eines Moduls (die Kombination jeder gezeichneten und parametrischen Maske) ein Graustufen-Rasterbild. Dieses beschreibt die Wirkung des Moduls auf jedes einzelne Pixel. Die Maske wird für aktive Module gespeichert und kann anschließend in anderen Modulen der Pixelpipe wiederverwendet werden.&lt;/p>
&lt;p>Wie mit jeder Maske, wenn der Deckkraft-Wert für ein Pixel in einer Rastermaske null ist, wird die Eingabe in dieses Modul an die Ausgabe ohne Änderung weitergegeben. Wenn der Wert der Deckkraft 1. 0 ist, dann hat es den vollen Effekt. Für alle Werte dazwischen ist der Effekt an dieser Stelle proportional.&lt;/p></description></item><item><title>Dunkelkammer-Module</title><link>https://ansel.photos/de/doc/views/darkroom/modules/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>5d417debffce4b9b506dfd678a13d4c474db472556a223779211c14be78c7d22</guid><description/></item><item><title>final resampling</title><link>https://ansel.photos/de/doc/views/darkroom/modules/finalscale/</link><pubDate>Sat, 21 Jan 2023 00:00:00 +0000</pubDate><updated>Sat, 21 Jan 2023 00:00:00 +0000</updated><guid>aaf19b134678c7bc0cb669f06a98eb7a4d9572012cdaa4e022b1b0091f4144c1</guid><description>&lt;p>This module has always been in the pixel pipeline but was hidden in darktable GUI. Ansel 0.0 exposes it to allow users to fix a mistake in the default pipeline order of darktable.&lt;/p>
&lt;/section>
&lt;section id="action">
&lt;h2 class="text-left heading">
Action
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>When exporting images to save them to a file, the picture is processed at full resolution and then rescaled to the specified output size by this module.&lt;/p>
&lt;p>&lt;em>Final resampling&lt;/em> is never used when producing previews, for the lighttable thumbnails or in the darkroom, because in this case images are resampled earlier in the pipeline, for better rendering speed. It has no effect if the image is exported at its full (original) resolution either.&lt;/p></description></item><item><title>3D LUT</title><link>https://ansel.photos/de/doc/views/darkroom/modules/lut-3d/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>87670bacaf8dc2fe0601f0cae9be1e1ebfa2134138a31fbc80a16c7d9099b24c</guid><description>&lt;p>Transformiere RGB Werte mit einer 3D LUT Datei.&lt;/p>
&lt;p>Eine 3D LUT ist eine dreidimensionale Tabelle, die es ermöglicht, jeden RGB-Wert in einen anderen RGB-Wert zu transformieren. Dieser wird normalerweise für die Filmsimulation und Farbkorrektur verwendet wird.&lt;/p>
&lt;p>Das Modul akzeptiert &lt;code>.cube&lt;/code>, &lt;code>.3dl&lt;/code>, &lt;code>.png&lt;/code> (haldclut) und &lt;code>.gmz&lt;/code>Dateien. Unkomprimierte 3D LUT-Daten werden weder in der Datenbank noch in der XMP-Datei gespeichert, sondern nur der Pfad der 3D LUT-Datei im Wurzel-Ordner. Das bedeutet, dass es wichtig ist, den 3D LUT Ordner zuverlässig zu sichern &amp;ndash; ein Bild mit seinen XMP&amp;rsquo;s zu teilen bringt nichts, solange der Empfänger nicht auch die gleichen 3D LUT Dateien in seinem 3D LUT Ordner hat.&lt;/p></description></item><item><title>Astrofoto Entrauschen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/astrophoto-denoise/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>404f283d706600da377d5cae978ab2a1df061fdca4a04dc561efcf1cd5452e12</guid><description>&lt;p>Remove image noise while preserving structure.&lt;/p>
&lt;p>This is accomplished by averaging each pixel with some surrounding pixels in the image. The weight of such a pixel in the averaging process depends on the similarity of its neighborhood with the neighborhood of the pixel being denoised. A patch with a defined size is used to measure that similarity.&lt;/p>
&lt;p>Entrauschen ist ein ressourcenintensiver Prozess und verlangsamt die Pixelpipe-Verarbeitung beträchtlich. Es sollte also im Arbeitsablauf erst spät eingeschaltet werden.&lt;/p></description></item><item><title>Ausgabe Farbprofil</title><link>https://ansel.photos/de/doc/views/darkroom/modules/output-color-profile/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>f6a419f7b1532e4ba09c4833917a2363aecdafacc8d7314974a30953da363c90</guid><description>&lt;p>Verwaltung des Ausgabeprofils für den Export und des &lt;a href="https://de.wikipedia.org/wiki/Rendering_intent" title="Wikipedia link" target="_blank" rel="noopener noreferrer nofollow" >Rendering Intent&amp;thinsp;&lt;sup class="icon">&lt;i class="fab fa-wikipedia-w">&lt;/i>&lt;/sup>&lt;/a> zur Abbildung zwischen Farbräumen.&lt;/p>
&lt;p>Ansel kommt mit vordefinierten Profilen &lt;em>sRGB&lt;/em>, &lt;em>Adobe RGB&lt;/em>,_ XYZ_ und &lt;em>lineares RGB&lt;/em>, aber Sie können zusätzliche Profile erstellen, indem Sie diese in &lt;code>$Ansel/share/Ansel/color/out&lt;/code> und &lt;code>$HOME/.config/Ansel/color/out&lt;/code> kopieren. &lt;code>$Ansel&lt;/code> wird hier verwendet, um das von Ihnen gewählte Ansel-Installationsverzeichnis und &lt;code>$HOME&lt;/code> Ihr Home-Verzeichnis darzustellen.&lt;/p>
&lt;p>The output color profile may also be defined within the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/export/" title="" rel="dofollow" >export&lt;/a> module.&lt;/p></description></item><item><title>Belichtung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/exposure/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>79951811d6fb95b0b00203aeea1e1b44daac814c84fa8a4d8bb80b31ba2035ee</guid><description>&lt;p>Erhöhe oder verringere die allgemeine Helligkeit des Bildes.&lt;/p>
&lt;p>Dieses Modul hat zwei Arten der Bedienung:&lt;/p>
&lt;dl>
&lt;dt>Manuell&lt;/dt>
&lt;dd>Setze die &lt;em>Belichtung&lt;/em>, &lt;em>Schwarzpunkt&lt;/em> und &lt;em>Abschneidewert&lt;/em> manuell.&lt;/dd>
&lt;dt>Automatisch (nur RAW)&lt;/dt>
&lt;dd>Nutzt eine Analyse des Histogramms, um die Belichtung automatisch zu korrigieren. Ansel wählt automatisch die nötige Belichtungskompensation, um das gewählte &lt;em>Perzentil&lt;/em> auf den &lt;em>Zielwert&lt;/em> zu verschieben (siehe die Definitionen unten). Dieser Modus eignet sich insbesondere, um eine grosse Anzahl Bilder auf die gleiche Belichtung anzupassen. Eine typische Anwendung ist das Deflickering (Entflimmern) von Zeitrafferbildern.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Modus&lt;/dt>
&lt;dd>Wähle den Modus automatisch/manuell.&lt;/dd>
&lt;dt>Belichtungskorrektur kompensieren (manueller Modus)&lt;/dt>
&lt;dd>Entfernt automatisch die Blichtungskorrektur der Kamera (aus den Exif-Daten entnommen).&lt;/dd>
&lt;dt>exposure (manual mode)&lt;/dt>
&lt;dd>Increase (move to the right) or decrease (move to the left) the exposure value (EV). To adjust by more than the default limits shown on the slider, right click and enter the desired value up to +/-18 EV.&lt;/dd>
&lt;dd>The color picker tool on the right sets the exposure such that the average of the selected region matches the target lightness defined in &lt;a href="#spot-exposure-mapping" title="" rel="dofollow" >spot exposure mapping&lt;/a> options.&lt;/dd>
&lt;dt>Abschneide-Schwellwert (manueller Modus)&lt;/dt>
&lt;dd>Definiert den Prozentsatz von hellen Werten, die in die Berechnung der &lt;em>Belichtung&lt;/em> und der &lt;em>Schwarzwertanpassung&lt;/em> eingehen. Der für die Berechnung verwendete Bildbereich wird mit der Pipette ausgewählt.&lt;/dd>
&lt;dt>Perzentil (automatischer Modus)&lt;/dt>
&lt;dd>Definiert eine Stelle im Histogramm, die für eine automatische Belichtungskorrektur genutzt wird. Ein Perzentil von 50 % bezeichnet die Stelle im Histogramm, an der 50 % der Pixelwerte überhalb dieser Belichtung liegen und 50 % unterhalb.&lt;/dd>
&lt;dt>Zielwert (automatischer Modus)&lt;/dt>
&lt;dd>Definiert den Zielwert für eine automatische Belichtungskorrektur (EV) relativ zum Weißpunkt der Kamera.&lt;/dd>
&lt;dt>Schwarzwert-Anpassung (manueller und automatischer Modus)&lt;/dt>
&lt;dd>Anpassung des Schwarzwertes zur Erhaltung negativer RGB-Werte.&lt;/dd>
&lt;/dl>
&lt;hr />
&lt;p>&lt;strong>Note:&lt;/strong> Do not use the black level correction to add more density in blacks as this can clip near-black colors out of gamut by generating negative RGB values. This can cause problems with some modules later in the pixelpipe. Instead, use a tone mapping curve to add density to the blacks. For example, you can use the &lt;em>relative black exposure&lt;/em> slider on the &lt;em>scene&lt;/em> tab of the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/filmic-rgb/#scene" title="" rel="dofollow" >filmic rgb&lt;/a> module.&lt;/p></description></item><item><title>Beschnitt</title><link>https://ansel.photos/de/doc/views/darkroom/modules/crop/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>6d59bfd0c6b9499a84217f61bd00d16aa3424108c49c4685e554817cd4153769</guid><description>&lt;p>Crop an image using on-screen guides.&lt;/p>
&lt;p>This module appears late in the pipeline, meaning that the full image can remain available for source spots in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/retouch/" title="" rel="dofollow" >&lt;em>retouch&lt;/em>&lt;/a> module. For best results, you are advised to use the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/rotate-perspective/" title="" rel="dofollow" >&lt;em>rotate and perspective&lt;/em>&lt;/a> module to perform rotation and perspective correction (if required), and then perform final creative cropping with this module.&lt;/p>
&lt;p>Wenn dieses Moduls im Fokus ist, wird das unbeschnittene Bild angezeigt und Griffpunkte und Hilfslinien zum Beschneiden werden eingeblendet.&lt;/p></description></item><item><title>Chromatische Aberrationen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/chromatic-aberrations/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>99d2cc257de78d15dcf40759ecfb6b923a1342af787fb81694d3daaa5f85c9f8</guid><description>&lt;p>Mit diesem Modul können Sie chromatische Aberration korrigieren.&lt;/p>
&lt;p>Im Kontrast zum Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/raw-chromatic-aberrations/" title="" rel="dofollow" >&lt;em>RAW chromatische Aberrationen&lt;/em>&lt;/a>, verlangt dieses Modul keine RAW Daten als Eingabe.&lt;/p>
&lt;/section>
&lt;section id="arbeitsablauf">
&lt;h2 class="text-left heading">
Arbeitsablauf
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Für optimale Ergebnisse wird folgendes Vorgehen empfohlen:&lt;/p>
&lt;ol>
&lt;li>Chromatische Aberrationen im Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/lens-correction/" title="" rel="dofollow" >&lt;em>Objektivkorrektur&lt;/em>&lt;/a> mit den TCA-Reglern bestmöglich reduzieren.&lt;/li>
&lt;li>Regler &amp;ldquo;Stärke&amp;rdquo; in diesem Modul erhöhen, um die Wirkung besser zu sehen.&lt;/li>
&lt;li>&amp;ldquo;Radius&amp;rdquo; vergrößern bis die chromatischen Aberrationen verschwinden. Falls nicht ausreichend, die Option &amp;ldquo;sehr starke Chromatische Aberration&amp;rdquo; einschalten.&lt;/li>
&lt;li>Den Referenzkanal auswählen, der die besten Resultate hinsichtlich Schärfe und Artefakte liefert.&lt;/li>
&lt;li>Stärke wieder reduzieren, um starke Farbauswaschungen zu vermeiden.&lt;/li>
&lt;/ol>
&lt;p>Für kompliziertere Fälle kannst du folgendes ausprobieren:&lt;/p></description></item><item><title>Diffusion / Schärfen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/diffuse/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>7df724caa43a7d6230e4d06c1e34b3247da78349634079f787687950d6261056</guid><description>&lt;p>Diffusion bezeichnet physikalische Prozesse, die, ausgehend von einer erzeugenden Quelle, Teilchen bewegt und mit der Zeit allmählich verteilt. Bei der Bildverarbeitung tritt Diffusion hauptsächlich an zwei Stellen auf:&lt;/p>
&lt;ul>
&lt;li>diffusion of photons through lens glass (blur) or humid air (hazing),&lt;/li>
&lt;li>diffusion of pigments in wet inks or watercolors.&lt;/li>
&lt;/ul>
&lt;p>In beiden Fällen macht die Diffusion das Bild weniger scharf durch &amp;ldquo;entweichende&amp;rdquo; Partikel und durch Glätten lokaler Variationen.&lt;/p>
&lt;p>Das Modul &lt;em>Diffussion / Schärfen&lt;/em> nutzt zur Beschreibung unterschiedlicher Diffusionsarten ein verallgemeinertes physikalisches Model. Fotographen können es entweder zur Simulierung oder Umkehrung von Diffusionsprozessen nutzen.&lt;/p></description></item><item><title>Dithering</title><link>https://ansel.photos/de/doc/views/darkroom/modules/dithering/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>91ffee2d73cf9d19443b60210a694c060738f2144e59d6fbe23a2c6d27683433</guid><description>&lt;p>Dieses Modul eliminiert einige verbindende Artefakte, die aus der internen 32-bit Gleitkomma resultieren und verschiebt sie ins diskrete 8-bit oder 16-bit Anzeigeformat, um sie am Bildschirm anzuzeigen.&lt;/p>
&lt;p>Although not an inherent problem in any of Ansel&amp;rsquo;s modules, some operations may provoke banding if they produce a lightness gradient in the image. To mitigate possible artifacts you should consider activating dithering when using the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/vignetting/" title="" rel="dofollow" >&lt;em>vignetting&lt;/em>&lt;/a> or
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/graduated-density/" title="" rel="dofollow" >&lt;em>graduated density&lt;/em>&lt;/a> modules. This is especially relevant for images with extended homogeneous areas such as cloudless sky. Also watch out for banding artifacts when using a gradient
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >drawn mask&lt;/a>.&lt;/p></description></item><item><title>Drehen und Perspektive</title><link>https://ansel.photos/de/doc/views/darkroom/modules/rotate-perspective/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>fafd36c61040ac35c7ff0468a79a039c6b494a08881e263e708a1f5c8be54871</guid><description>&lt;p>Dieses Modul korrigiert automatisch konvergierende Linien, eine Form von perspektivischer Verzerrung, die häufig in Architekturfotografien zu sehen ist. Der zugrundeliegende Mechanismus ist inspiriert vom Programm von Markus Hebels &lt;a href="http://www.shiftn.de/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >&lt;em>ShiftN&lt;/em>&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>. Dieses Modul erlaubt auch die Korrektur der Rotation des Bildes.&lt;/p>
&lt;p>Perspektivische Verzerrungen sind ein natürlicher Effekt bei der Projektion einer dreidimensionalen Szene auf eine zweidimensionale Ebene und bewirken, dass Objekte in der Nähe des Betrachters größer erscheinen als Objekte in größerer Entfernung. Konvergierende Linien sind ein Sonderfall von perspektivischen Verzerrungen, wie sie in Architekturfotografien häufig vorkommen: Parallele Linien, wenn sie schräg fotografiert werden, verwandeln sich in konvergierende Linien, die sich an einem Fluchtpunkt innerhalb oder außerhalb des Bildausschnitts treffen.&lt;/p></description></item><item><title>Drehung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/orientation/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>c4f471e8e2bcae1564f82e2a6ed9f619ed5b907a257c5032d8e407b61a2c0eb7</guid><description>&lt;p>Rotate the image 90 degrees at a time or flip the image horizontally and/or vertically.&lt;/p>
&lt;p>Das Modul ist standardmäßig eingeschaltet und die Orientierung (Rotation) wird automatisch anhand der Exif-Daten gewählt.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Transformieren&lt;/dt>
&lt;dd>Mit Doppelklick auf das Label wird die Transformation des Bildes zurückgesetzt.&lt;/dd>
&lt;dt>
&lt;figure class="img-wrapper " id="rotate-counter-clockwisejpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;rotate-counter-clockwisejpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/rotate-counter-clockwise.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;rotate-counter-clockwisejpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/rotate-counter-clockwise.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="31" height="30"/>
&lt;/div>
&lt;/figure>
rotate counter-clockwise&lt;/dt>
&lt;dd>Rotate the image 90 degrees counter-clockwise&lt;/dd>
&lt;dt>
&lt;figure class="img-wrapper " id="rotate-clockwisejpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;rotate-clockwisejpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/rotate-clockwise.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;rotate-clockwisejpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/rotate-clockwise.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="31" height="30"/>
&lt;/div>
&lt;/figure>
rotate clockwise&lt;/dt>
&lt;dd>Rotate the image 90 degrees clockwise&lt;/dd>
&lt;dt>
&lt;figure class="img-wrapper " id="flip-horizontaljpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;flip-horizontaljpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/flip-horizontal.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;flip-horizontaljpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/flip-horizontal.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="41" height="36"/>
&lt;/div>
&lt;/figure>
flip horizontally&lt;/dt>
&lt;dd>Flip the image (mirror) horizontally&lt;/dd>
&lt;dt>
&lt;figure class="img-wrapper " id="flip-verticaljpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;flip-verticaljpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/flip-vertical.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;flip-verticaljpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/flip-vertical.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="37" height="38"/>
&lt;/div>
&lt;/figure>
flip vertically&lt;/dt>
&lt;dd>Flip the image (mirror) vertically&lt;/dd>
&lt;dt>show guides&lt;/dt>
&lt;dd>Tick the box to show guide overlays whenever the module is activated. Click the icon on the right to control the properties of the guides. See
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/guides-overlays/" title="" rel="dofollow" >guides &amp;amp; overlays&lt;/a> for details.&lt;/dd>
&lt;/dl></description></item><item><title>Dunstentfernung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/haze-removal/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>5c315e357993fd51c688a9c38cddf38e87d9922f07e745349c02dc41cbef3e5f</guid><description>&lt;p>Das Dunstentfernungsmodul ist so konzipiert, dass es automatisch die Wirkung von Staub und Dunst in der Luft reduziert. Dieses Modul kann auch eingesetzt werden, um Bilder speziell in kontrastarmen Bildbereichen farbintensiver zu gestalten.&lt;/p>
&lt;p>Der Dunst absorbiert das Licht, welches sich von den Objekten in Richtung Kamera nähert, ist aber auch eine Quelle für diffuses Hintergrundlicht. Das Modul zur Dunstentfernung schätzt für jeden Bildbereich die Dunstmenge der Szene ab und entfernt anschließend das diffuse Hintergrundlicht entsprechend seiner lokalen Stärke und stellt das ursprüngliche Objektlicht wieder her.&lt;/p></description></item><item><title>Eingabefarbprofil</title><link>https://ansel.photos/de/doc/views/darkroom/modules/input-color-profile/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>a4d7cab8eaa8f275301b6889d6286c4311dd3a5220304796ec442f3db1b62678</guid><description>&lt;p>Define how Ansel will interpret the colors of the image.&lt;/p>
&lt;p>Das Modul nimmt den Farbraum der Bildquelle (z.B. Kamera oder Scanner) und konvertiert die Pixelkodierung in einen standardisierten Arbeits-Farbraum. Das bedeutet, dass nachfolgende Module in der Pipeline sich nicht um Spezifika der Eingabe kümmern müssen und mit einem normalen Farbraum arbeiten oder zu/von diesem konvertieren können.&lt;/p>
&lt;p>Wenn ein Bild als RAW aufgenommen wurde, wird das Modul &lt;em>Eingabefarbprofil&lt;/em> normalerweise entweder eine Standard- oder verbesserte Farbmatrix für das spezifische Kameramodell anwenden, um die Farben in den Farbraum des Arbeitsprofils abzubilden. Wenn Information zum Farbraum im Bild einbettet ist, wird das Modul &lt;em>Eingabefarbprofil&lt;/em> diese Information bei der Abbildung der Farben in den Farbraum des Arbeitsprofils verwenden. Der Nutzer kann auch explizit einen Farbraum für das Bild angeben, und sogar ein speziell für das Eingabegerät angepasstes ICC-Farbprofil bereitstellen.&lt;/p></description></item><item><title>Entrastern</title><link>https://ansel.photos/de/doc/views/darkroom/modules/demosaic/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>dd0d5e3376e8e6210cea0bed3846dd87069f1757b627dd2e03b9b8e680ad5da1</guid><description>&lt;p>Mit diesem Modul können Sie die Verarbeitung des Entrastern steuern.&lt;/p>
&lt;/section>
&lt;section id="bayer-filter">
&lt;h2 class="text-left heading">
Bayer Filter
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>The sensor cells of a digital camera are not color-sensitive &amp;ndash; they are only able to record different levels of lightness. In order to obtain a color image, each cell is covered by a color filter (red, green or blue) that primarily passes light of that color. This means that each pixel of the raw image only contains information about a single color channel.&lt;/p></description></item><item><title>Entrauschen (Profil)</title><link>https://ansel.photos/de/doc/views/darkroom/modules/denoise-profiled/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>56b5c71447e5d54424337dceebc83a396c753c793d55c98c4efed059f0172223</guid><description>&lt;p>Dieses Modul wird verwendet, um hochauflösende ISO-Bilder zu entrauschen, angelehnt an individuelle Rausch-Profile einer großen Anzahl Kameras.&lt;/p>
&lt;p>Ein Resultat einer großen Reihe von Entrauschungs-Algorithmen ist es, dass die Abweichung des Rauschens unabhängig der Helligkeit des Signals ist. Beim Erstellen der Rauschcharakteristiken einer Kamera bei unterschiedlichen ISO Werten, kann die Abweichung verschiedener Helligkeiten beurteilt werden und der Entrauschungs-Algorithmus kann so eingestellt werden, dass das Rauschen gleichmäßiger geglättet werden kann.&lt;/p>
&lt;p>Currently, Ansel has sensor noise profiles for over 300 popular camera models from all the major manufacturers. If you generate your own noise profile for a camera that is not yet supported by Ansel, be sure to share it with the Ansel development team so they can include it in the next release! Please see Ansel&amp;rsquo;s &lt;a href="https://github.com/darktable-org/darktable/wiki/Camera-support" title="External link" target="_blank" rel="noopener noreferrer nofollow" >camera support&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> page for more information.&lt;/p></description></item><item><title>Farb Rekonstruktion</title><link>https://ansel.photos/de/doc/views/darkroom/modules/color-reconstruction/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>0407ef7a350993e5873f3a3fef744d78f5b374e9ab97507118c0d17a772e0ed1</guid><description>&lt;p>Das Farbrekonstruktionsmodul ist in der Lage, Farbe in ausgebrannten Spitzlichtern zurückzubringen.&lt;/p>
&lt;p>Aufgrund der Beschaffenheit digitaler Sensoren fehlt es bei überbelichteten Lichtern an validen Farbinformationen. Meistens erscheinen sie neutralweiß oder weisen einen Farbstich auf, je nachdem, welche weiteren Bildverarbeitungsschritte erforderlich sind. Dieses Modul kann benutzt werden, um überbelichtete Lichter zu „heilen“, indem es ihre Farben durch besser passende ersetzt. Das Modul wirkt auf Spitzlicht-Pixel, deren Luminanzwerte einen benutzerdefinierten Schwellenwert überschreiten. Die Ersatzfarben stammen aus der Nachbarschaft. Sowohl der räumliche Abstand als auch der Leuchtdichteabstand (Bereich) werden bei der Farbauswahl berücksichtigt.&lt;/p></description></item><item><title>Farb-Lookup-Tabelle</title><link>https://ansel.photos/de/doc/views/darkroom/modules/color-look-up-table/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>f55b30a90e7ac44736838a3d3279c8fd6f94c5fe4f8e7e82469cd7eaa2ecf593</guid><description>&lt;p>A generic color look up table implemented in Lab space.&lt;/p>
&lt;p>The input to this module is a list of source and target points and the complete mapping is interpolated using splines. The resulting look up tables (LUTs) are editable by hand and can be created using the darktable-chart utility to match given input (such as hald-cluts and RAW/JPEG with in-camera processing pairs).&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>color board&lt;/dt>
&lt;dd>The color board grid shows a list of colored patches. The colors of the patches are the source points. The target color of the selected patch is shown as offsets which are controlled by sliders beneath the color board. An outline is drawn around patches that have been altered (where the source and target colors differ).&lt;/dd>
&lt;dd>
&lt;p>Wähle einen Patch aus, indem du mit der linken Maustaste darauf klickst, das Kombinationsfeld oder die Farbauswahl verwendest. Das ausgewählte Farbmuster wird mit einem weißen Rand markiert und die Nummer wird unten im Kombinationsfeld angezeigt.&lt;/p></description></item><item><title>Farbbalance RGB</title><link>https://ansel.photos/de/doc/views/darkroom/modules/color-balance-rgb/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>35803673f7335e806b93f6047720ff3d7a4386931aa08fa48e81f63fb9a0678b</guid><description>&lt;p>Ein Modul für Fortgeschrittene, das Farbkorrekturwerkzeuge (Color Grading) aus der Kinematografie in die fotografische, in die szenenbezogene Pipeline bringt.&lt;/p>
&lt;p>This module is not suitable for beginners with no prior knowledge of color theory, who might want to stick to the &lt;em>global chroma&lt;/em> and &lt;em>global vibrance&lt;/em> settings until they have a good understanding of the
&lt;a href="https://ansel.photos/de/doc/color-management/color-dimensions/" title="" rel="dofollow" >dimensions of color&lt;/a>.&lt;/p>
&lt;/section>
&lt;section id="einführung">
&lt;h2 class="text-left heading">
Einführung
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Die Farbanpassung ist ein wichtiger Bestandteil der Bildbearbeitung. Sie kann dazu beitragen, unerwünschte Farbstiche zu entfernen oder auch eine kreative Farbänderung bewirken, die den Bildern Atmosphäre verleiht. In den Zeiten der Filmfotografie wurde der größte Teil der Farbwirkung durch die Filmemulsion und die Entwicklungschemikalien erzielt, wobei ein gewisses Farbtuning am Vergrößerungsgerät mit Farbköpfen vorgenommen wurde. Dies benötigte erhebliche Ressourcen und war meist der Filmindustrie vorbehalten, wo diese Aufgabe von einem Koloristen übernommen wurde.&lt;/p></description></item><item><title>Farbbereiche</title><link>https://ansel.photos/de/doc/views/darkroom/modules/color-zones/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>cfe21c073d1c11a8bcc8c0008ce4b213cd6d4428c5a619034db30ff7e10d91c0</guid><description>&lt;p>Dieses Modul modifiziert selektiv die Helligkeit, Sättigung und Farbton von Pixeln, basierend auf deren Helligkeit, Sättigung und Farbton.&lt;/p>
&lt;p>This module works in CIE LCh color space, which separates pixels into &lt;em>lightness&lt;/em>, chroma (&lt;em>saturation&lt;/em>) and &lt;em>hue&lt;/em> components. It allows you to manipulate the lightness, saturation and hue of targeted groups of pixels through the use of curves.&lt;/p>
&lt;p>Du musst zuerst wählen, ob du die Pixel auf der Basis ihrer Helligkeit, Sättigung oder Farbton anpassen (bearbeiten) willst. Du kannst drei Kurven in deren entsprechendem Register nutzen, um die Helligkeits-, Sättigungs- oder Farbtonbereiche mit dieser Methode anzupassen.&lt;/p></description></item><item><title>Farbkalibrierung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/color-calibration/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>1aea90f9fdef21bfa25e31cf2b867802d8dc34da24e9a0e18575acb5e7f7817b</guid><description>&lt;p>Eine umfassende Farbraumkorrektur, Weißabgleichanpassung und Kanalmixer-Modul.&lt;/p>
&lt;p>Dieses einfache, doch mächtige Modul kann auf folgende Arten genutzt werden:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>To adjust the white balance (&lt;a href="#white-balance-in-the-chromatic-adaptation-transformation-cat-tab" title="" rel="dofollow" >chromatic adaptation&lt;/a>), working in tandem with the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/white-balance/" title="" rel="dofollow" >&lt;em>white balance&lt;/em>&lt;/a> module. Here, the &lt;em>white balance&lt;/em> module makes some initial adjustments (required for the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/demosaic/" title="" rel="dofollow" >&lt;em>demosaic&lt;/em>&lt;/a> module to work effectively), and the &lt;em>color calibration&lt;/em> module then calculates a more perceptually-accurate white balance after the input color profile has been applied.&lt;/p></description></item><item><title>Filmic RGB</title><link>https://ansel.photos/de/doc/views/darkroom/modules/filmic-rgb/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>69d3d289e0677af40fb99bc57a92edba980d4c1d7d498893671f823059ad8d6a</guid><description>&lt;p>Erneuere den Tonwertumfang eines HDR Bildes durch Reproduktion der Ton- und Farbe-Ansprechbarkeit von klassischen Filmen.&lt;/p>
&lt;p>Dieses Modul kann verwendet werden, um den Dynamikumfang entweder zu erhöhen oder erniedrigen, um dem Dynamikumfang der Darstellung zu genügen. Es schützt die Farben und Kontraste den Mitteltönen, stellt die Schatten wieder her und komprimiert helle Lichter. Spitzlichter müssen extra behandelt werden, um Details (z.B. Wolken) zu erhalten.&lt;/p>
&lt;p>The module is derived from another module of the same name in &lt;a href="https://www.blender.org/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >Blender 3D modeller&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> by T. J. Sobotka. While it is primarily intended to recover high-dynamic-range images from raw sensor data it can be used with any image. The following video (by the developer of this module) provides a useful introduction: &lt;a href="https://www.youtube.com/watch?v=zbPj_TqTF880" title="External link" target="_blank" rel="noopener noreferrer nofollow" >filmic rgb: remap any dynamic range in darktable 3&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>.&lt;/p></description></item><item><title>Flächenweichzeichner</title><link>https://ansel.photos/de/doc/views/darkroom/modules/surface-blur/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>bee44636898910cf88c3105969edbfdfe0998b266a159fe0eed12d4cee98315b</guid><description>&lt;p>Smooth image surfaces while preserving sharp edges using a bilateral filter.&lt;/p>
&lt;p>This module &lt;em>can&lt;/em> be used to denoise images, however you should be aware that bilateral filters are susceptible to overshoots and Ansel offers much better alternatives. For example, the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/astrophoto-denoise/" title="" rel="dofollow" >&lt;em>astrophoto denoise&lt;/em>&lt;/a> module uses a non-local means denoising algorithm, and the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/denoise-profiled/" title="" rel="dofollow" >&lt;em>denoise (profiled)&lt;/em>&lt;/a> module provides a choice between non-local means and wavelet denoising algorithms.&lt;/p>
&lt;p>The &lt;em>surface blur&lt;/em> module blurs noise within the surfaces of an image by averaging pixels with their neighbors, taking into account not only their geometric distance but also their distance on the range scale (i.e. differences in their RGB values). It can be particularly useful if one RGB channel is more noisy/needs more smoothing than the others. In such a case, use the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/color-calibration/" title="" rel="dofollow" >&lt;em>color calibration&lt;/em>&lt;/a> module to examine the channels one by one, in order to set the blur intensities accordingly.&lt;/p></description></item><item><title>Input Profil brechen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/unbreak-input-profile/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>9736505e06b85615c1282c2311022e7143e4e9bfc32ffcfa481dc92202f62125</guid><description>&lt;p>Füge eine Korrekturkurve den Bilddaten hinzu. Das ist notwendig, wenn du bestimmte Input-Profile im Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/input-color-profile/" title="" rel="dofollow" >&lt;em>Eingabe Farbprofil&lt;/em>&lt;/a> ausgewählt hast.&lt;/p>
&lt;p>If you decide to use an ICC profile from the camera manufacturer in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/input-color-profile/" title="" rel="dofollow" >&lt;em>input color profile&lt;/em>&lt;/a> module, a correction curve frequently needs to be pre-applied to image data to prevent the final output from looking too dark. This extra processing is not required if you use Ansel&amp;rsquo;s standard or enhanced color matrices.&lt;/p></description></item><item><title>Kontrast-Equalizer</title><link>https://ansel.photos/de/doc/views/darkroom/modules/contrast-equalizer/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>0bdaaf0e87f33f0182756085bb1a32ee426b9876b3f46948e39bd2317b8c6fee</guid><description>&lt;p>Anpassung von Luminanz- und Chrominanzkontrast in der Wavelet-Domäne.&lt;/p>
&lt;p>This versatile module can be used to achieve a variety of effects, including bloom, denoise, clarity, and local contrast enhancement.&lt;/p>
&lt;p>It works in the wavelets domain and its parameters can be tuned independently for each wavelet detail scale. The module operates in CIE LCh color space and so is able to treat luminosity and chromaticity independently.&lt;/p>
&lt;p>Mehrere angebotene Voreinstellungen können dabei helfen, ein Verständnis von den Möglichkeiten des Moduls zu bekommen.&lt;/p></description></item><item><title>Körnung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/grain/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>ac8607ce5b974f2f2a6fc5b5bea80f856734b2ba45479148e29d231635713e79</guid><description>&lt;p>Simuliere die Körnung analoger Filme. Das Korn wird im L Kanal des Lab Farbraumes bearbeitet.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Korngröße&lt;/dt>
&lt;dd>Setzt die Korngröße; abgestuft, um eine ISO Zahl zu simulieren.&lt;/dd>
&lt;dt>Stärke&lt;/dt>
&lt;dd>Die Stärke des Effektes.&lt;/dd>
&lt;/dl></description></item><item><title>Lokaler Kontrast</title><link>https://ansel.photos/de/doc/views/darkroom/modules/local-contrast/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>ad10ec42c101203fed40658ecce346f64ffb7922212919070a78cc6756e0607d</guid><description>&lt;p>Erhöhe den lokalen Kontrast des Bildes.&lt;/p>
&lt;p>Dies wird erreicht mit der Nutzung entweder mit der Nutzung eines &lt;em>lokalen Laplace&lt;/em> (Standard) oder &lt;em>nicht normalisierten bilateralen&lt;/em> Filter. Beide arbeiten ausschließlich auf dem L-Kanal vom Lab-Farbraum. Der &lt;em>lokalen Laplace&lt;/em>-Filter wurde erstellt, weil er robust gegen ungewollte Halo-Effekte und Gradienten-Umkehr entlang der Kanten ist.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Modus&lt;/dt>
&lt;dd>Wahlweise &lt;em>lokaler Laplace-Filter&lt;/em> oder &lt;em>bilaterales Gitter&lt;/em>. Die folgenden Abschnitte zeigen die Einstellmöglichkeiten für diese Modi.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="bilaterales-gitter">
&lt;h3 class="text-left heading">
Bilaterales Gitter
&lt;/h3>
&lt;dl>
&lt;dt>Korngröße&lt;/dt>
&lt;dd>Größe der Details, die Sie feiner oder gröber einstellen möchten.&lt;/dd>
&lt;dt>Kontrast&lt;/dt>
&lt;dd>Kontrolliere, wie stark der Algorithmus zwischen Helligkeitsstufen unterscheidet. Erhöhe diesen Parameter für ein kontrastreicheres Erscheinungsbild.&lt;/dd>
&lt;dt>Detail&lt;/dt>
&lt;dd>Hinzufügen oder Entfernen von Details. Höhere Werte erhöhen den lokalen Kontrast.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="lokaler-laplace-filter">
&lt;h3 class="text-left heading">
Lokaler Laplace-Filter
&lt;/h3>
&lt;p>Um die Parameter des lokalen Laplace-Filter zu verstehen, stellt man sich vor, dass dieser eine Kurve auf das Bild anwendet. Diese Kurve entspricht in etwa diesem Bild:&lt;/p></description></item><item><title>Negadoctor</title><link>https://ansel.photos/de/doc/views/darkroom/modules/negadoctor/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>7e244d5a924c97e36601e1945aab2c7260e773ab786c497dfca4f7316dbe3456</guid><description>&lt;p>Process scanned film negatives.&lt;/p>
&lt;p>Negadoctor is a module designed to help you process a scanned film negative. Whether the negative was scanned on a film scanner, held up to a white light source like a computer screen, or back lit with off-camera flash is irrelevant.&lt;/p>
&lt;/section>
&lt;section id="vorbereitung">
&lt;h2 class="text-left heading">
Vorbereitung
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Falls das Negativ durch eine digitale Kamera gemacht wurde, dann musst du folgendes berücksichtigen, um im Bild korrekte Farben zu erhalten:&lt;/p></description></item><item><title>Objektiv-Korrektur</title><link>https://ansel.photos/de/doc/views/darkroom/modules/lens-correction/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>273ccad0552192a6e8019919c7b522735e416b5019557defafc4cab5143a3bdb</guid><description>&lt;p>Korrigiert (und simuliert) automatisch für Objektiv-Verzerrungen, chromatische Abweichungen (TCA) und Vignettierung.&lt;/p>
&lt;p>Die Kameramarke und das Modell werden durch Exif-Daten bestimmt. Sie nutzen die externe &lt;a href="https://lensfun.github.io/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >lensfun library&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>, um die Korrekturparameter vorzusehen.&lt;/p>
&lt;p>If your system&amp;rsquo;s lensfun library has no correction profile for the automatically identified camera/lens combination, the controls for the three photometric parameters (below) are replaced with a warning message. You may try to find the right profile yourself by searching for it in the menu.&lt;/p></description></item><item><title>Pixel Drehung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/rotate-pixels/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>cd95c495376f4d10fa83f0769bec4449a3b291296e60b358d2c19c4e3f2ccb83</guid><description>&lt;p>Die Sensoren einiger Kameras wie der Fujifilm FinePix S2Pro, F700 und E550 haben ein diagonal orientiertes Bayer-Muster anstelle des üblichen orthogonalen Layouts.&lt;/p>
&lt;p>Ohne Korrektur würde dies zu einem gekippten Bild mit schwarzen Ecken führen. Dieses Modul wendet die erforderliche Rotation an.&lt;/p>
&lt;p>Ansel erkennt korrekturbedürftige Bilder anhand ihrer Exif-Daten und aktiviert dieses Modul automatisch. Bei anderen Bildern bleibt das Modul immer deaktiviert.&lt;/p>
&lt;p>Das Modul hat keine Parameter.&lt;/p></description></item><item><title>Pixelskalierung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/scale-pixels/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>e20e509fa1d8f360bcae97e6f6f6cd3cb682a3523e0e32d6fece7f4e21215954</guid><description>&lt;p>Einige Kameras (wie die Nikon D1X) haben rechteckige statt der üblichen quadratischen Sensorzellen. Ohne Korrektur würde dies zu verzerrten Bildern führen. Dieses Modul wendet die erforderliche Skalierung an.&lt;/p>
&lt;p>Ansel erkennt korrekturbedürftige Bilder anhand ihrer Exif-Daten und aktiviert dieses Modul automatisch. Bei anderen Bildern bleibt das Modul immer deaktiviert.&lt;/p>
&lt;p>Das Modul hat keine Parameter.&lt;/p></description></item><item><title>Rahmen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/framing/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>356ce3dac0fa6bec26f9a0a3b464df458693d44537a06688dc69d00f9d6c6398</guid><description>&lt;p>Generate a frame around the image.&lt;/p>
&lt;p>Der Rahmen besteht aus einem Rahmen mit einer benutzerdefinierten Farbe und einer Rahmenlinie innerhalb dieses Rahmens, die eine andere benutzerdefinierte Farbe hat. Es gibt verschiedene Möglichkeiten, wie du die Geometrie und Farbe deines Rahmens steuern kannst.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Rahmengröße&lt;/dt>
&lt;dd>Dieser Schieberegler steuert die Größe des Rahmens in Prozent des zugrunde liegenden Vollbildes.&lt;/dd>
&lt;dt>Abbildung&lt;/dt>
&lt;dd>Das Bildformat für die endgültige Ausgabe dieses Moduls wählen (z.B. darunter liegendes Bild plus Rahmen).&lt;/dd>
&lt;dt>Drehung&lt;/dt>
&lt;dd>Wenn Sie ein nicht-quadratisches Seitenverhältnis wählen, legt diese Auswahlbox die Ausrichtung fest – Hochformat oder Querformat. Setzen Sie auf „auto“, wenn Sie möchten, dass Ansel die sinnvollste Orientierung basierend auf dem zugrunde liegenden Bild wählt.&lt;/dd>
&lt;dt>Horizontale/vertikale Position&lt;/dt>
&lt;dd>Wählen Sie aus einer Reihe von vordefinierten Verhältnissen, um zu kontrollieren, wo das zugrunde liegende Bild auf der horizontalen Achse positioniert werden soll. Sie können auch mit der rechten Maustaste klicken und Ihre eigene Quote als „x/y“ eingeben.&lt;/dd>
&lt;dt>Dicke der Rahmenlinie&lt;/dt>
&lt;dd>Der prozentuale Anteil der Rahmenliniengröße relativ zur Rahmengröße bei ihrer kleinsten Abmessung.&lt;/dd>
&lt;dt>Versatz der Rahmenlinie&lt;/dt>
&lt;dd>Die Position der Rahmenlinie relativ zum darunterliegenden Bild. Wählen Sie einen Wert von 0 % für eine Rahmenlinie, die das Bild berührt, und von 100 % für eine Rahmenlinie, welche die äußeren Begrenzungslinien berührt.&lt;/dd>
&lt;dt>Farbe des Rahmens/Farbe der Linie&lt;/dt>
&lt;dd>Ein Paar von Farbauswahlschaltern, die es erlauben, die Farben für den Rahmen und die Linie zu definieren. Wenn du auf das Farbfeld klickst, öffnet sich ein Farbauswahldialog, der dir eine Auswahl der am häufigsten verwendeten Farben bietet, oder du kannst eine Farbe im RGB-Farbraum definieren. Du kannst auch eine Farbpipette aktivieren und eine Farbprobe aus dem Bild nehmen.&lt;/dd>
&lt;dt>show guides&lt;/dt>
&lt;dd>Tick the box to show guide overlays whenever the module is activated. Click the icon on the right to control the properties of the guides. See
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/guides-overlays/" title="" rel="dofollow" >guides &amp;amp; overlays&lt;/a> for details.&lt;/dd>
&lt;/dl></description></item><item><title>RAW chromatische Aberrationen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/raw-chromatic-aberrations/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>0cc92d7dcaaa241e7e12c8884e4cc6ce41129a8e194c18cbadf13afa1db55088</guid><description>&lt;p>Korrigiere chromatische Aberrationen von RAW Bildern.&lt;/p>
&lt;p>As this module operates on non-demosaiced raw data, the underlying model assumes an uncropped photographic image as input. It is therefore likely to fail when you zoom in, as it is only able to operate on the visible portion of the image. The module will therefore be bypassed at high zoom levels, and a &amp;ldquo;bypassed&amp;rdquo; message will appear at the top of the module. This limitation only applies to interactive work and not to the final export.&lt;/p></description></item><item><title>RAW Entrauschen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/raw-denoise/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>21069934b2dc7dd37a37596622af331fd62066c25112c60abacea62485d6968f</guid><description>&lt;p>Perform denoising on raw image data before it is
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/demosaic/" title="" rel="dofollow" >demosaiced&lt;/a>.&lt;/p>
&lt;p>Dieses Modul wurde von &lt;a href="https://www.dechifro.org/dcraw/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >dcraw&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> portiert.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Rausch-Schwellwert&lt;/dt>
&lt;dd>Stellen Sie den Schwellwert für die Rauscherkennung ein. Höhere Werte führen zu einer stärkeren Rauschunterdrückung und einem höheren Verlust an Bilddetails.&lt;/dd>
&lt;dt>coarse/fine curves&lt;/dt>
&lt;dd>The noise of an image is usually a combination of fine-grained and coarse-grained noise. These curves allow the image to be denoised more or less depending on the coarseness of the visible noise. The left of the curve will act on very coarse grain noise, while the right of the curve will act on very fine grain noise.&lt;/dd>
&lt;dd>
&lt;p>Raising the curve will result in more smoothing, while lowering it will result in less smoothing. As an example, you can preserve very fine-grained noise by pulling down the rightmost point of the curve to the minimum value.&lt;/p></description></item><item><title>RAW Schwarz-/Weißpunkt</title><link>https://ansel.photos/de/doc/views/darkroom/modules/raw-black-white-point/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>5a8b65565965da0a43327dab385a1172e7a7f25b78e339018d26fa7e07ce77ac</guid><description>&lt;p>Define camera-specific black and white points.&lt;/p>
&lt;p>Dieses Modul wird automatisch für alle RAW-Bilder aktiviert. Es gibt Standard-Einstellungen für alle unterstützten Kameras. Veränderungen der Voreinstellungen sind normalerweise nicht notwendig.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Schwarzwert 0 - 3&lt;/dt>
&lt;dd>Die Kamera-spezifischen Schwarzwerte der vier Pixel im RGGB Bayer-Muster. Pixel mit geringerem als diesem Wert werden nicht so angesehen, als dass sie gültige Daten enthalten.&lt;/dd>
&lt;dt>Weißpunkt&lt;/dt>
&lt;dd>Der Kamera-spezifische Weißpunkt. Alle Pixel mit höheren Werten als die definierten werden wahrscheinlich beschnitten und sollten also im Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/highlight-reconstruction/" title="" rel="dofollow" >&lt;em>highlight Spitzlicht-Rekonstruction&lt;/em>&lt;/a> entsprechend behandelt werden.&lt;/dd>
&lt;dt>Flacher Bereich Korrektur&lt;/dt>
&lt;dd>Nutze die Flache Bereich Korrektur, um Schattierungen des Objektives zu kompensieren. Dieses Feld erscheint nur für zutreffende RAW Dateien und wird automatisch jegliche Gainmap nutzen, der im RAW eingebettet ist. Du kannst diese Korrektur ausschalten.&lt;/dd>
&lt;/dl></description></item><item><title>Retusche</title><link>https://ansel.photos/de/doc/views/darkroom/modules/retouch/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>8cad39ea15e4d7176fab46e4513a99bada6749436c2016f5055afc4d7c0b4ba2</guid><description>&lt;p>Retusche ermöglicht es, bestimmte Bereiche des Bildes zu heilen, zu klonen, zu füllen und zu verwischen.&lt;/p>
&lt;p>This module includes a &amp;ldquo;heal&amp;rdquo; tool (based on the heal tool from GIMP), as well as &amp;ldquo;fill&amp;rdquo; and &amp;ldquo;blur&amp;rdquo; modes. It can also take advantage of wavelet decomposition, allowing the image to be separated into layers of varying detail (from coarse to fine) which can be selectively retouched before being recombined to produce the output image.&lt;/p></description></item><item><title>RGB Kurve</title><link>https://ansel.photos/de/doc/views/darkroom/modules/rgb-curve/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>f9f253ffe106f69540c47a416f5d00dec6fdc257450ad71be82e4f754b1ddc4c</guid><description>&lt;p>This module is a classic digital photography tool. Ansel&amp;rsquo;s RGB curve works on RGB color space.&lt;/p>
&lt;p>Aktiviere die Pipette links, um die in der Grafik auswählten Farbwerte anzuzeigen (Strg+Klick oder Rechtsklick aktiviert den Flächenmodus). Die numerischen (Lab-)Werte der Ein- und Ausgabe (siehe unten) des gewählten Punkts oder der Fläche werden oben links im Modul angezeigt.&lt;/p>
&lt;p>Ein zweiter Farbprober rechts kann verwendet werden um automatisch neue Knoten basierend auf der gewählten Fläche. Mit Strg+Klick+ziehen können die erzeugten Knoten für die gewählte Fläche ins Positive geändert werden; mit Umschalt+Klick+ziehen ins Negative.&lt;/p></description></item><item><title>RGB Stufen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/rgb-levels/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>83c7466cef69d9230f0e0cf41cd793734d11318ea4800652a8254aaba84c2b8e</guid><description>&lt;p>Adjust black, white and mid-gray points in RGB color space.&lt;/p>
&lt;p>Das Werkzeug RGB Stufen zeigt ein Histogramm des Bildes und zeigt drei senkrecht weiße Striche mit Anfassern an. Ziehe an den Anfassern, um den Schwarz-, Mittelgrau- und Weißpunkt anzupassen (im &amp;ldquo;RGB verbundene Kanäle&amp;rdquo; Modus) oder unabhängig für jeden Kanal R, G und B (Im Modus &amp;ldquo;RGB unabhängige Kanäle&amp;rdquo;).&lt;/p>
&lt;p>Moving the black and white bars to match the left and right borders of the histogram will make the output image span the full available tonal range. This will increase the image&amp;rsquo;s contrast.&lt;/p></description></item><item><title>Schärfen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/sharpen/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>5f34f799bf9036335e1ac4e05e19989479d73228396a538790e3c48b54d56dc4</guid><description>&lt;p>Sharpen the details in the image using a standard UnSharp Mask (USM).&lt;/p>
&lt;p>Das Modul vergrößert den Kontrast bei den Kanten und bewirkt so eine Zunahme des &lt;em>Eindruckes&lt;/em> von Schärfe eines Bildes. Das Modul wird an den L Kanal im Lab Farbraum angewendet.&lt;/p>
&lt;hr />
&lt;p>_&lt;strong>Hinweis:&lt;/strong>: Der USM-Algorithmus in diesem Modul erzeugt Unschärfe im Lab-Farbraum, was unerwünschte Effekte erzeugt. Empfohlen wird stattdessen im Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/contrast-equalizer/" title="" rel="dofollow" >Kontrast-Equalizer&lt;/a> die Voreinstellungen zum Schärfen zu nutzen, oder das Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/local-contrast/" title="" rel="dofollow" >Lokaler Kontrast&lt;/a> für allgemeine Schärfe.&lt;/p></description></item><item><title>Spitzlicht Rekonstruktion</title><link>https://ansel.photos/de/doc/views/darkroom/modules/highlight-reconstruction/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>168864790530665d55946f2c39ff6bb00c355507db91087740350e76793d7aa2</guid><description>&lt;p>Dieses Modul versucht, Farbinformationen in Pixeln zu rekonstruieren, bei denen Daten in einem oder mehreren RGB Kanälen abgeschnitten wurden.&lt;/p>
&lt;p>Wenn Sie nichts tun, werden Ihre beschnittenen Bereiche oft auf den nicht beschnittenen Kanal getont. Wenn zum Beispiel Ihre grünen und blauen Kanäle beschnitten sind, erscheint Ihr Bild in den betroffenen Bereichen rot.&lt;/p>
&lt;p>Die drei Methoden der Rekonstruktion sind:&lt;/p>
&lt;dl>
&lt;dt>Spitzlichter abschneiden&lt;/dt>
&lt;dd>Setzt einfach alle Pixel auf den Weißwert. Damit werden alle abgeschnittenen Lichter effektiv in neutrale Grautöne umgewandelt. Diese Methode ist vor allem dann nützlich, wenn abgeschnittene Lichter in nicht gefärbten Bereichen wie Wolken liegen.&lt;/dd>
&lt;dt>In LCh rekonstruieren&lt;/dt>
&lt;dd>Analysiert jedes Pixel mit mindestens einem abgeschnittenen Kanal und transformiert die Informationen in den LCh-Farbraum, um das abgeschnittene Pixel mit den Werten der anderen (3 für Bayer oder 8 für X-Trans) Pixel im betroffenen Sensorblock zu korrigieren. Diese Methode ist in der Regel besser als „Spitzlichter abschneiden“, da einige Details in den abgeschnittenen Bereichen erhalten bleiben. Wie mit &lt;em>Spitzlichter abschneiden&lt;/em> ist diese Methode eine gute Option für natürlich entsättigte Objekte.&lt;/dd>
&lt;dt>Farben rekonstruieren&lt;/dt>
&lt;dd>Verwende einen Algorithmus, der Farbinformationen aus der unbeschnittenen Umgebung in die beschnittenen Spitzlichter überträgt. Diese Methode funktioniert sehr gut auf Flächen mit homogenen Farben und ist besonders nützlich bei Hauttönen mit sanft verblassenden Spitzlichtern. Sie scheitert in bestimmten Fällen, wenn sie verwirrende Artefakte an Glanzlichtern hinter kontrastreichen Kanten erzeugt, wie z. B. feine, gut belichtete Strukturen vor überbelichteten Hintergründen (z. B. Schiffsmasten oder Flaggen vor einem ausgefressenen Himmel).&lt;/dd>
&lt;dt>geführtes Laplace&lt;/dt>
&lt;dd>Nutze den Algorithmus (stammend vom Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/diffuse/" title="" rel="dofollow" >&lt;em>Diffusion / Schärfe&lt;/em>&lt;/a>), um die Details von genauen Kanälen zu beschnittenen Kanälen zu vervielfältigen und die Farbgradienten von genauen Umgebungen in beschnittene Teile zu verbreiten. Dies ist eine langsame und rechenintensive Methode, um ein Maximum an Ebenmässigkeit und ein nahtloses Mischen der rekonstruierten Nachbarbereiche, und es wurde hauptsächlich für die Rekonstruktion von Spitzlichtern und spektakulären Reflexionen geschaffen. dieser Modus kann nur für Bayer Sensoren angewendet werden.&lt;/dd>
&lt;/dl>
&lt;hr />
&lt;p>&lt;strong>Hinweis:&lt;/strong> Wenn das Modul Spitzlicht-Rekonstruktion zusammen mit dem Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/filmic-rgb/" title="" rel="dofollow" >&lt;em>Filmic RGB&lt;/em>&lt;/a> gebraucht wird, mag es nötig sein, dieses Modul im Modus &lt;em>beschneide Spitzlichter&lt;/em> zu vermeiden, damit &lt;em>Filmic RGB&lt;/em> mehr Informationen zum Bearbeiten hat.&lt;/p></description></item><item><title>Tonwert-Equalizer</title><link>https://ansel.photos/de/doc/views/darkroom/modules/tone-equalizer/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>428b073160d960ec125ed17011523d9d9e5066051ba26bdf629dde52dd29d9a9</guid><description>&lt;p>Abwedeln und dabei den lokalen Kontrast bewahren.&lt;/p>
&lt;p>It works in linear RGB space and utilizes a user-defined mask to guide the dodging and burning adjustments, helping to preserve local contrast within the image.&lt;/p>
&lt;p>Das folgende Diagramm beschreibt, wie der Ton-Equalizer arbeitet:&lt;/p>
&lt;p>
&lt;figure class="img-wrapper " id="tone-equalizer-overviewjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;tone-equalizer-overviewjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/tone-equalizer-overview.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;tone-equalizer-overviewjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/tone-equalizer-overview.jpg alt="image"
style=" "
decoding="async" loading="lazy"sizes="(max-width: 992px) 100vw, (max-width: 1200px) 66.67vw, 50vw" srcset="https://ansel.photos/tone-equalizer-overview_hu_ab89ab0110bcc971.jpg 140w, https://ansel.photos/tone-equalizer-overview_hu_9cec2f183638bbe1.jpg 264w, https://ansel.photos/tone-equalizer-overview_hu_489df821abe368f4.jpg 331w, https://ansel.photos/tone-equalizer-overview_hu_ac7640396cc352c4.jpg 400w, https://ansel.photos/tone-equalizer-overview_hu_6190711cce08de9f.jpg 496w, https://ansel.photos/tone-equalizer-overview_hu_c4f204dae23e7d6d.jpg 576w, https://ansel.photos/tone-equalizer-overview_hu_d5abe8b5ca281d9b.jpg 600w, https://ansel.photos/tone-equalizer-overview_hu_c4117d387460ee57.jpg 720w, https://ansel.photos/tone-equalizer-overview_hu_d6c4b03b9a9f602f.jpg 800w, https://ansel.photos/tone-equalizer-overview_hu_146300af55b92cf9.jpg 992w, https://ansel.photos/tone-equalizer-overview_hu_4f9577ec98025fa9.jpg 1200w, https://ansel.photos/tone-equalizer-overview_hu_188cc4dda674e670.jpg 1320w"width="1423" height="645"/>
&lt;/div>
&lt;/figure>
&lt;/p></description></item><item><title>Tote Pixel</title><link>https://ansel.photos/de/doc/views/darkroom/modules/hot-pixels/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>a3c73c50d11f168cb87232772bc79d582c125ac2f50e12f177e7d85169a89e48</guid><description>&lt;p>Automatically detect and eliminate hot pixels.&lt;/p>
&lt;p>Tote Pixel sind Pixel, bei denen es nicht gelungen ist, die Helligkeit korrekt zu erfassen. Erkannte tote Pixel werden durch einen Durchschnittswert ihrer Nachbarn ersetzt.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Schwellenwert&lt;/dt>
&lt;dd>Wie stark muss der Wert eines Pixels von seinen Nachbarn abweichen, um als totes Pixel betrachtet zu werden.&lt;/dd>
&lt;dt>Stärke&lt;/dt>
&lt;dd>Die Stärke der Verschmelzung von toten Pixeln mit ihrer Umgebung.&lt;/dd>
&lt;dt>Durch drei Nachbarpixel erkennen&lt;/dt>
&lt;dd>Erweitert die Erkennung von toten Pixeln &amp;ndash; sieht ein Pixel als tot an, wenn mindestens drei (statt vier) Nachbarpixel um mehr als den Schwellenwert abweichen.&lt;/dd>
&lt;dt>Korrigierte Pixel Markieren&lt;/dt>
&lt;dd>Diese Option markiert die korrigierten Pixel visuell. Es zeigt auch die Anzahl der erkannten und fixierten Pixel an.&lt;/dd>
&lt;/dl></description></item><item><title>Verflüssigen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/liquify/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>c866a17c01e4dcd70c44b74a1ebef3a9249ffc4c02c565f96f15a6a8077a2d6e</guid><description>&lt;p>Das Modul Verflüssigen bietet eine vielseitige Möglichkeit, Pixel zu bewegen, indem es freie Stilverzerrungen auf Teile des Bildes anwendet. Dafür gibt es drei Werkzeuge: Punkte, Linien und Kurven.&lt;/p>
&lt;/section>
&lt;section id="knoten">
&lt;h2 class="text-left heading">
Knoten
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Jedes Werkzeug zum Verflüssigen basiert auf Knotenpunkten. Ein Punkt besteht aus einem einzelnen Knoten, eine Linie oder eine Kurve, die aus einer Sequenz von verbundenen Knoten besteht, die einen Pfad definieren.&lt;/p>
&lt;p>Each instance of the liquify module is limited to a maximum of 100 nodes &amp;ndash; for more nodes, use additional instances. However, please note that the liquify module consumes a lot of system resources.&lt;/p></description></item><item><title>Verlaufsfilter</title><link>https://ansel.photos/de/doc/views/darkroom/modules/graduated-density/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>a59b04854223ae1602539d5e3412ff647541fd99970995affa75c7524ab3e3db</guid><description>&lt;p>Simuliert einen Verlaufsfilter, um Belichtung und Farben abgestuft zu korrigieren.&lt;/p>
&lt;p>Eine Linie wird am Bildschirm angezeigt, mit welcher die Position und die Drehung des Verlaufes mit der Maus eingestellt werden kann.&lt;/p>
&lt;p>Dieses Modul kann unter bestimmten Bedingungen Banding-Artefakte erzeugen, die wiederum mit dem Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/dithering/" title="" rel="dofollow" >&lt;em>Dithering&lt;/em>&lt;/a> abgeschwächt werden können.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Dichte&lt;/dt>
&lt;dd>Stellt die Stärke des Filters in EV ein. Ein kleiner Wert unterbelichtet geringfügig, während ein großer Wert einen starken Filter erzeugt.&lt;/dd>
&lt;dt>Härte&lt;/dt>
&lt;dd>Progressivität des Gradienten: Ein kleiner Wert erzeugt einen weichen Übergang, während ein großer Wert einen harten Übergang erzeugt.&lt;/dd>
&lt;dt>Drehung&lt;/dt>
&lt;dd>Die Drehung des Filters. Negative Werte drehen im Uhrzeigersinn. Die Drehung kann auch durch Ziehen am Ende der Verlaufslinie mit der Maus eingestellt werden.&lt;/dd>
&lt;dt>Farbton&lt;/dt>
&lt;dd>Stellt den Farbton für einen Farbverlauf ein.&lt;/dd>
&lt;dt>Sättigung&lt;/dt>
&lt;dd>Die Sättigung des Farbverlaufs; voreingestellt ist neutral (grau) mit Wert 0.&lt;/dd>
&lt;/dl></description></item><item><title>Verpixelung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/censorize/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>4172d363bae5d36a354fd844909fbdf1bbf0d2c3d0b8769c3a6253bf28c50f58</guid><description>&lt;p>Degradiert Teile des Bildes in einer ästhetischen gefälligen Art, um Leute/Objekte zu anonymisieren, oder um Körperteile zu verstecken.&lt;/p>
&lt;p>Verpixelung arbeitet im linearen RGB-Farbraum zur Anwendung eines physikalisch-korrekten Gaußschen Weichzeichners und Gaußschen Luminanzrauschens.&lt;/p>
&lt;p>Neben der Anonymisierung kann dieses Modul für eine breite Palette kreativer Zwecke verwendet werden, z.B.:&lt;/p>
&lt;ul>
&lt;li>Combine a simple blur with a multiply
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/blend-modes/" title="" rel="dofollow" >blend mode&lt;/a> to create a realistic bloom (Orton effect).&lt;/li>
&lt;li>Combine a simple blur with a subtract blending mode and low opacity to create an &lt;a href="https://en.wikipedia.org/wiki/Unsharp_masking" title="Wikipedia link" target="_blank" rel="noopener noreferrer nofollow" >unsharp mask&amp;thinsp;&lt;sup class="icon">&lt;i class="fab fa-wikipedia-w">&lt;/i>&lt;/sup>&lt;/a>, similar to the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/sharpen/" title="" rel="dofollow" >sharpen&lt;/a> module but in an RGB scene-referred space.&lt;/li>
&lt;li>Add noise to create artificial grain.&lt;/li>
&lt;/ul>
&lt;hr />
&lt;p>&lt;strong>Hinweis:&lt;/strong> Die in diesem Modul angewendeten Anonymisierungsmethoden sind nicht forensisch sicher und bevorzugen die Ästhetik. Einige forensische Techniken können immer noch den verpixelten Inhalt anhand seiner Struktur rekonstruieren, speziell einfache Formen und Text, wie KFZ-Kennzeichen und Hausnummern.&lt;/p></description></item><item><title>Vignettierung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/vignetting/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>5df7b0ea982c540628eab187247e6c1bc61ecea4b7027bfdcdda838ed99be648</guid><description>&lt;p>Apply a vignetting effect to the image.&lt;/p>
&lt;p>Die Vignettierung ist eine Modifizierung der Helligkeit und Sättigung an den Rändern eines Bildes in einer spezifizierten Form. Das Modul verfügt über einen umfangreichen Satz von Parametern, mit denen die Wirkung präzise eingestellt werden kann.&lt;/p>
&lt;hr />
&lt;p>&lt;strong>Hinweis:&lt;/strong> Dieses Modul ist dafür bekannt, dass es unter bestimmten Bedingungen Banding-Artefakte hervorruft; Sie sollten in Betracht ziehen, das Modul
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/dithering/" title="" rel="dofollow" >&lt;em>Dithering&lt;/em>&lt;/a> zu aktivieren, um das abzuschwächen.&lt;/p>
&lt;hr />
&lt;p>&lt;em>&lt;strong>Also note:&lt;/strong> This module can produce unnatural-looking results and should be used with care. Instead, use the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/exposure/" title="" rel="dofollow" >exposure&lt;/a> module with an
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >elliptical mask&lt;/a> with a large transition area and, if necessary, use the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/color-balance-rgb/" title="" rel="dofollow" >color balance rgb&lt;/a> module with the same mask to reduce saturation at the edges.&lt;/em>&lt;/p></description></item><item><title>Wasserzeichen</title><link>https://ansel.photos/de/doc/views/darkroom/modules/watermark/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>e648e9a55884e40242bcb61042987b0f357d755293985685709af2849d1fcabb</guid><description>&lt;p>Mit dem Wasserzeichenmodul wird ein vektorbasiertes Überlagerungsbild auf Ihr Bild gerendert. Wasserzeichen sind übliche SVG-Dokumente und können z. B. mithilfe von &lt;a href="http://www.inkscape.org/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >Inkscape&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> erstellt werden.&lt;/p>
&lt;p>Sie können auch ein Bitmap-Bild (PNG) verwenden.&lt;/p>
&lt;p>Der SVG-Prozessor in Ansel ersetzt auch Zeichenketten innerhalb eines SVG-Dokuments. Dies ermöglicht, bildabhängige Informationen (wie Blende, Belichtungszeit und andere Metadaten) in das Wasserzeichen einzubetten.&lt;/p>
&lt;p>Benutzerdefinierte Wasserzeichen werden in das Verzeichnis &lt;code>$HOME/.config/Ansel/watermarks&lt;/code> gestellt. Wenn Sie die Liste der verfügbaren Wasserzeichen aktualisiert haben, klicken Sie auf die Schaltfläche &amp;ldquo;Reload&amp;rdquo; rechts neben dem Dateinamen des Wasserzeichens.&lt;/p></description></item><item><title>Weichzeichnung</title><link>https://ansel.photos/de/doc/views/darkroom/modules/blurs/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>0894f91b73adaaa9231132f4d8f4e6251e110bfe64274b74a67523d4dda5f39f</guid><description>&lt;p>Simuliert eine physikalisch-korrekte Weichzeichnung in szenenbezogenem RGB-Farbraum.&lt;/p>
&lt;/section>
&lt;section id="typen-der-weichzeichnung">
&lt;h2 class="text-left heading">
Typen der Weichzeichnung
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Drei Typen an Weichzeichnung werden angeboten:&lt;/p>
&lt;ol>
&lt;li>&lt;em>lens blur&lt;/em>: Simulates a lens diaphragm with a configurable number of blades and blade curvature to create synthetic bokeh.&lt;/li>
&lt;li>&lt;em>motion blur&lt;/em>: Simulates the effect of camera motion with a configurable path.&lt;/li>
&lt;li>&lt;em>gaussian blur&lt;/em>: This is not really an optical blur but can be used for denoising or for creative effects using
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/blend-modes/" title="" rel="dofollow" >blend modes&lt;/a>&lt;/li>
&lt;/ol>
&lt;p>Ein Diagramm oben im Modul zeigt die Form des Weichzeichners, bekannt als &lt;a href="https://de.wikipedia.org/wiki/Punktspreizfunktion" title="Wikipedia link" target="_blank" rel="noopener noreferrer nofollow" >&lt;em>Punktspreizfunktion&lt;/em>&amp;thinsp;&lt;sup class="icon">&lt;i class="fab fa-wikipedia-w">&lt;/i>&lt;/sup>&lt;/a>, an. Das Modul verrauscht jeden Lichtpunkt im Bild in einen &amp;ldquo;Flecken&amp;rdquo; in der Form des Weichzeichners, wobei die Größe des Flecks durch den &lt;em>Weichzeichnungsradius&lt;/em> eingestellt wird.&lt;/p></description></item><item><title>Weißabgleich</title><link>https://ansel.photos/de/doc/views/darkroom/modules/white-balance/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>7b0a628ceaa27b6104b67d2c72d13de363ffafd1a124e964bb36fccd214ad0ca</guid><description>&lt;p>Stelle den Weißabgleich des Bildes durch Verändern von Temperatur und Farbton, und so einen Koeffizienten für jeden RGB-Kanal definieren, oder von einer Liste mit vordefinierten Weißabgleichs auszuwählen,&lt;/p>
&lt;p>Der Standardwert für dieses Modul wird aus den Exifdaten der Kamera gelesen.&lt;/p>
&lt;p>Der Weissabgleich ist nicht wirklich als &amp;ldquo;kreatives&amp;rdquo; Modul gedacht &amp;ndash; das primäre Ziel ist es, den Weißabgleich des Bildes technisch so zu korrigieren, dass neutrale Objekte im Bild mit neutralen Farben dargestellt werden. Für kreative Farb-Operationen, ist es normalerweise besser, andere Module, wie
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/color-calibration/" title="" rel="dofollow" >&lt;em>Farbkalibrierung&lt;/em>&lt;/a> oder
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/color-balance-rgb/" title="" rel="dofollow" >&lt;em>Farbbalance RGB&lt;/em>&lt;/a> zu nutzen.&lt;/p></description></item><item><title>Karte</title><link>https://ansel.photos/de/doc/views/map/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 11 Oct 2023 00:00:00 +0000</updated><guid>7dd9fa46797520e2706fa9c7176f82953f2d83c7d385ed6c40b21ff846a13fea</guid><description>&lt;p>The Map view is optional and needs to be activated in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/other-views/" title="" rel="dofollow" >Preferences &amp;gt; Other views&lt;/a>. It allows you to see where your geo-tagged images were taken, and to add location information to non-geo-tagged images.&lt;/p>
&lt;p>The Map view shows a world map with the images in the current
&lt;a href="https://ansel.photos/de/doc/getting-started/library/" title="" rel="dofollow" >collection&lt;/a> pinned to their geo-tagged location (if available). This requires that images are tagged with location information. Some newer cameras, including smartphones, are already equipped with GPS receivers. Other cameras may need additional GPS hardware to do this.&lt;/p></description></item><item><title>Diaschau</title><link>https://ansel.photos/de/doc/views/slideshow/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 11 Oct 2023 00:00:00 +0000</updated><guid>d8df7c361ef98b5ee2ba3d84f57ffb85b9a6e1f3768bdb4f98ddfa070806f22a</guid><description>&lt;p>The Slideshow view is optional and needs to be activated in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/other-views/" title="" rel="dofollow" >Preferences &amp;gt; Other views&lt;/a>. It allows you to watch a slideshow of your current collection with the associated filtering rules and sort order applied.&lt;/p>
&lt;p>To learn more about how to define the collection and filtering rules, see the section on
&lt;a href="https://ansel.photos/de/doc/getting-started/library/" title="" rel="dofollow" >collections&lt;/a>.&lt;/p>
&lt;p>The next section provides more details on the
&lt;a href="https://ansel.photos/de/doc/views/slideshow/usage/" title="" rel="dofollow" >usage&lt;/a> of the Slideshow view.&lt;/p></description></item><item><title>Nutzung</title><link>https://ansel.photos/de/doc/views/slideshow/usage/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>5349b849551a7c97f0336cc207af1868504933fa4280b520d7c35fe8d4f6dc28</guid><description>&lt;p>Die Diashow ist immer noch in einem frühen Stadium der Entwicklung mit nur einfachen Möglichkeiten.&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1"> 1&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-2"> 2&lt;/a>&lt;/span>&lt;span>spacebar start and stop auto-advance mode which automatically switches
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-3"> 3&lt;/a>&lt;/span>&lt;span> to the next images every five seconds by default.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-4">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-4"> 4&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-5">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-5"> 5&lt;/a>&lt;/span>&lt;span>ESC leave slideshow mode and return to lighttable view.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-6">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-6"> 6&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-7">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-7"> 7&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-8">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-8"> 8&lt;/a>&lt;/span>&lt;span>+ or increase delay between each image.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-9">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-9"> 9&lt;/a>&lt;/span>&lt;span>up arrow
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-10">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-10">10&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-11">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-11">11&lt;/a>&lt;/span>&lt;span>- or decrease delay between each image.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-12">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-12">12&lt;/a>&lt;/span>&lt;span>down arrow
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-13">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-13">13&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-14">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-14">14&lt;/a>&lt;/span>&lt;span>left-click or
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-15">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-15">15&lt;/a>&lt;/span>&lt;span>right arrow or switch to the next image of the collection.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-16">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-16">16&lt;/a>&lt;/span>&lt;span>right shift-key
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-17">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-17">17&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-18">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-18">18&lt;/a>&lt;/span>&lt;span>right-click or
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-19">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-19">19&lt;/a>&lt;/span>&lt;span>left arrow or switch to the previous image of the collection.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-20">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-20">20&lt;/a>&lt;/span>&lt;span>left shift-key&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;hr />
&lt;p>&lt;strong>Hinweis:&lt;/strong> Um Bilder in voller Größe auf den Bildschirm anzuzeigen, mit F11 in den Vollbildschirm-Modus einschalten und mit der &amp;ldquo;B&amp;rdquo;-Taste die seitlichen Steuerelemente ausblenden.&lt;/p></description></item><item><title>Drucken</title><link>https://ansel.photos/de/doc/views/print/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 11 Oct 2023 00:00:00 +0000</updated><guid>1a2cc4270ab1f041f9fb5fadc6a01a6da9bc48ec070931de6d0409179f453e51</guid><description>&lt;p>The Print view is optional and needs to be activated in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/other-views/" title="" rel="dofollow" >Preferences &amp;gt; Other views&lt;/a>. This view allows you to print your images. Because printing is not easy, there are many technical aspects to be taken into account.&lt;/p>
&lt;p>After selecting an image in the
&lt;a href="https://ansel.photos/de/doc/views/lighttable/" title="" rel="dofollow" >Lighttable view&lt;/a> you can enter the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/print-settings/" title="" rel="dofollow" >Print settings&lt;/a> module to adjust printer settings and initiate printing.&lt;/p>
&lt;p>Dieses Modul unterstützt das ICC-Profil des Druckers, was eigentlich zwingend ist, wenn du einen hochqualitativen Druck nahe dem Monitorbild erreichen willst.&lt;/p></description></item><item><title>Gestaltung des Druckfensters</title><link>https://ansel.photos/de/doc/views/print/print-view-layout/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>74d3e717c35ef1171d4f84d499aa9100e531176a7bd691f77e471536430f14a7</guid><description>&lt;p>Die zentrale Fläche zeigt das Bild auf dem Druckpapier (weiße Fläche). Es können graue Ränder um das Bild angezeigt werden, um die mögliche bedruckbare Fläche anzuzeigen (die Seite ohne die Ränder), die nicht durch das Bild abgedeckt werden.&lt;/p>
&lt;p>The
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/filmstrip/" title="" rel="dofollow" >filmstrip&lt;/a> below the image allows you to select more images.&lt;/p>
&lt;/section>
&lt;section id="überlagerungen">
&lt;h3 class="text-left heading">
Überlagerungen
&lt;/h3>
&lt;p>Wenn die Maus über dem Begrenzungsrahmen eines Bildes ist, werden dessen Breite und Höhe oben und links angezeigt. Ränder zwischen den Begrenzungslinien und dem Seitenrand des Blattes sind bei den gestrichelten Linien auf allen Seiten des Begrenzungsrahmens. Alle Angaben werden in den Einheiten gezeigt, die im Modul der Druckeinstellungen gewählt wurden.&lt;/p></description></item><item><title>GUI toolboxes</title><link>https://ansel.photos/de/doc/views/toolboxes/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>d2798a67df319f9f30bd1e71c02f6515be53379fc15ec76a7ff6aeda10bf81af</guid><description/></item><item><title>Anzeige der Über-/Unterbelichtungen der RAW Werte</title><link>https://ansel.photos/de/doc/views/toolboxes/raw-overexposed/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>b73ef6bdce77a62934dc924b67fbce9b9fd42db478c96eefa8ab2a852f0689c3</guid><description>&lt;p>Highlight areas of the image where color channels of the raw input file are clipped.&lt;/p>
&lt;p>Clipped color channels imply an overexposed image with loss of information in the affected areas. Some of this information may be recoverable using the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/highlight-reconstruction/" title="" rel="dofollow" >&lt;em>highlight reconstruction&lt;/em>&lt;/a>,
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/color-reconstruction/" title="" rel="dofollow" >&lt;em>color reconstruction&lt;/em>&lt;/a> or
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/filmic-rgb/" title="" rel="dofollow" >&lt;em>filmic rgb&lt;/em>&lt;/a> modules.&lt;/p>
&lt;p>Click on the
&lt;figure class="img-wrapper " id="raw-overexposed-iconjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;raw-overexposed-iconjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/raw-overexposed-icon.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;raw-overexposed-iconjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/raw-overexposed-icon.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="59" height="62"/>
&lt;/div>
&lt;/figure>
icon to show/hide the warning overlay. Right-click on the icon to open a dialog containing the following configuration parameters.&lt;/p></description></item><item><title>Bereiche</title><link>https://ansel.photos/de/doc/views/toolboxes/scopes/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>f85eecc550575b43f5b242659fb1b6e1512b7b8fdd510cd919183a25605656d2</guid><description>&lt;p>This module provides various graphical depictions of the developed image&amp;rsquo;s light levels or
&lt;a href="https://ansel.photos/de/doc/color-management/color-dimensions/#definitions" title="" rel="dofollow" >chromaticity&lt;/a>.&lt;/p>
&lt;p>
&lt;figure class="img-wrapper " id="scopesjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;scopesjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/scopes.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;scopesjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/scopes.jpg alt="image"
style=" "
decoding="async" loading="lazy"sizes="(max-width: 992px) 100vw, (max-width: 1200px) 66.67vw, 50vw" srcset="https://ansel.photos/scopes_hu_ad70ff30e514c84e.jpg 140w, https://ansel.photos/scopes_hu_93dbf0bf5a1ad583.jpg 264w, https://ansel.photos/scopes_hu_2a7e27f2d7751834.jpg 331w, https://ansel.photos/scopes_hu_f7dedc32b4edbb69.jpg 400w"width="452" height="217"/>
&lt;/div>
&lt;/figure>
&lt;/p>
&lt;p>Mausbewegungen im Anzeigebereich lassen Schaltflächen erscheinen, mit denen die Anzeige angepasst werden kann. Die Schaltfläche ganz links wechselt die Darstellungen zwischen Histogramm, Wellenform-Histogramm, getrennten RGB-Kanälen und Vektorscope. Die weiteren Schaltflächen kontrollieren, wie die Grafik in der ausgewählten Darstellung angezeigt wird.&lt;/p></description></item><item><title>Display metadata</title><link>https://ansel.photos/de/doc/views/toolboxes/image-information/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>41ee6cf85005ab7606c28e875e77bc4925c71f507040c2cc99d58b944c94ffea</guid><description>&lt;p>Zeigt Informationen an, die in den Exifdaten des Bildes eingebettet sind plus zusätzlich einige zusätzliche Datenfelder von Ansel vorgesehen.&lt;/p>
&lt;p>Wenn mit der Maus über die Miniaturbilder gefahren wird, werden die gezeigten Informationen des eben überfahrenen Bildes automatisch aufdatiert.&lt;/p>
&lt;p>Wenn mehrere Bilder angewählt sind und der Fokus nicht auf einem einzelnen Bild ist, zeigt das Modul nur jene Informationen, die für alle Bilder gleich ist. Falls irgendwelche Felder zwischen den angewählten Bildern differieren, wird stattdessen der Text &amp;ldquo;&lt;em>&amp;lt;verschiedene Werte&amp;gt;&lt;/em>&amp;rdquo; eingeblendet.&lt;/p></description></item><item><title>Druckeinstellungen</title><link>https://ansel.photos/de/doc/views/toolboxes/print-settings/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>37a04131082d79bfa5b08c102358dd6c9cfabbc1a52f6aac4083b0846ab08ec5</guid><description>&lt;p>Manage settings for the
&lt;a href="https://ansel.photos/de/doc/views/print/" title="" rel="dofollow" >print view&lt;/a> and initiate printing.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;/section>
&lt;section id="drucker">
&lt;h3 class="text-left heading">
Drucker
&lt;/h3>
&lt;dl>
&lt;dt>Drucker&lt;/dt>
&lt;dd>Wähle einen der installierten Drucker aus.&lt;/dd>
&lt;dt>Medium&lt;/dt>
&lt;dd>Typ des Papiers im Drucker (Normalpapier, Hochglanz-Fotopapier, usw.)&lt;/dd>
&lt;dt>Profil&lt;/dt>
&lt;dd>Das ICC Profil des Druckers für das gewählte Papier. Das ist das spezifische Profil für den Drucker und das Papier. Dieses Profil gibt die letzte Farbraum-Information für das Bild mit dem Ziel eine hohe Druckqualität zu erzeugen.&lt;/dd>
&lt;dt>intent&lt;/dt>
&lt;dd>The print rendering intent (“perceptual”, “relative colorimetric”, “saturation” or “absolute colorimetric”). See
&lt;a href="https://ansel.photos/de/doc/color-management/rendering-intent/" title="" rel="dofollow" >rendering intent&lt;/a> for more details.&lt;/dd>
&lt;dt>Tiefenkompensation&lt;/dt>
&lt;dd>Schwarzpunkt des Ausgabeprofils anpassen, was oft einfacher ist als das Eingabeprofil. Das Häkchen setzen, wenn &lt;em>Vorsatz&lt;/em> auf &amp;ldquo;relativ farbmetrisch&amp;rdquo; eingestellt ist.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="seite">
&lt;h3 class="text-left heading">
Seite
&lt;/h3>
&lt;dl>
&lt;dt>Papierformat&lt;/dt>
&lt;dd>Die Größe des Papiers wählen auf dem gedruckt werden soll.&lt;/dd>
&lt;dt>orientation&lt;/dt>
&lt;dd>Portrait or landscape (note that darktable chooses the best fit by default).&lt;/dd>
&lt;dt>Einheiten&lt;/dt>
&lt;dd>Die Einheit zum Wählen der Ränder: &amp;ldquo;mm&amp;rdquo;,&amp;ldquo;cm&amp;rdquo;, oder &amp;ldquo;inch&amp;rdquo;.&lt;/dd>
&lt;dt>Ränder&lt;/dt>
&lt;dd>Wähle jede Randbreite einzeln, oder alle einheitlich durch Klicken auf die mittlere &amp;ldquo;Sperren&amp;rdquo; Schaltfläche.&lt;/dd>
&lt;dt>Zeige das Gitter an&lt;/dt>
&lt;dd>Wähle im Eingabefeld die Größe des Gitters an (ausgedrückt in den gegenwärtig angewählten Einheiten). Kreuze die Option, um das Gitter auf der Bildfläche anzuzeigen.&lt;/dd>
&lt;dt>Fange das Gitter&lt;/dt>
&lt;dd>Hilft die Bildbereiche auszurichten, indem es diese ans Gitter fängt, für eine gute Ausrichtung.&lt;/dd>
&lt;dt>Ohne Rand Modus verlangt&lt;/dt>
&lt;dd>Zeigt an, ob im Drucker der Modus &amp;ldquo;ohne Rand&amp;rdquo; angewählt werden soll. Diese Möglichkeit wird angezeigt, wenn die Ränder des Nutzers kleiner sind als die möglichen Ränder der Hardware. Beachte, das ist nur eine Anzeige, es aktiviert den Modus &amp;ldquo;ohne Rand&amp;rdquo; nicht automatisch.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="bild-layout">
&lt;h3 class="text-left heading">
Bild-Layout
&lt;/h3>
&lt;dl>
&lt;dt>Bildbreite/-höhe&lt;/dt>
&lt;dd>Hier wird die Größe des gewählten Bildes auf dem Papier mit Breite und Höhe angezeigt (in der gewählten Einheit).&lt;/dd>
&lt;dt>Skalierungsfaktor&lt;/dt>
&lt;dd>Anzeige der Skalierung des Bildes, so dass dieses auf das Papier passt. Ist dieser Wert kleiner als 1, wird das Bild verkleinert, sonst wird es vergrößert. Dieser Wert sollte beachtet werden: Ein zu großer Wert (Vergrößerung) kann zu einem Druck mit niedriger Qualität führen. Die zugehörige Auflösung in DPI (dots per inch) wird auch angezeigt.&lt;/dd>
&lt;dt>Position&lt;/dt>
&lt;dd>Wähle hier die Platzierung des Bildes auf seiner Fläche.&lt;/dd>
&lt;dt>Schaltfläche neuer Bildbereich&lt;/dt>
&lt;dd>Kreiere einen neuen Bildbereich. Ziehe und setze ihn ein zum Platzieren. Falls die Option Fange das Gitter aktiviert ist, dann kann der Bereich leicht an die Gitterlinien ausgerichtet werden. Ein Bild kann mit Ziehen vom Filmstreifen gezogen und in diesen neuen Bereich platziert werden.&lt;/dd>
&lt;dt>Schaltfläche Bild löschen&lt;/dt>
&lt;dd>Entferne das aktuell angewählte Bild von der Komposition.&lt;/dd>
&lt;dt>Schaltfläche Lösche das Layout&lt;/dt>
&lt;dd>Entfernt alle Bildbereiche und lässt die Fläche leer.&lt;/dd>
&lt;/dl>
&lt;p>Die folgenden vier Felder repräsentieren die Position der gegenwärtig angewählten Bereiche auf der Seite &amp;ndash; die Ecke oben/links auf der ersten Linie und die Breite/Höhe des Bereiches auf der zweiten Linie.&lt;/p></description></item><item><title>Duplikat-Manager</title><link>https://ansel.photos/de/doc/views/toolboxes/duplicate-manager/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>f5cb375eab4b82b0e48bcffbfbf41d6f354465e73884af0765951ebe81bc39ea</guid><description>&lt;p>View and create multiple versions of the current image. Each version can be edited independently without affecting other versions &amp;ndash; all versions use the same underlying image file, but the editing history of each version is stored in its own independent XMP sidecar file.&lt;/p>
&lt;p>The duplicate manager lists each version of the current darkroom image along with its preview thumbnail. Hold down the left mouse button on a thumbnail to temporarily show that version in the center view. Double-click to switch to that version and edit it.&lt;/p></description></item><item><title>Exportieren</title><link>https://ansel.photos/de/doc/views/toolboxes/export/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>0d7b490e0ac5aba79df7f602182770190033fc11fbbc956c1e2fe2904f41a8db</guid><description>&lt;p>Ausgewählte Bilder exportieren.&lt;/p>
&lt;p>Files can be exported to a file on disk, email, various online storage locations, a web album, or a book template.&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;/section>
&lt;section id="speicherziel-optionen">
&lt;h3 class="text-left heading">
Speicherziel Optionen
&lt;/h3>
&lt;dl>
&lt;dt>Speicherziel&lt;/dt>
&lt;dd>der Typ des Ortes, wo die gewählten Bilder gespeichert werden sollen. Eine Reihe unterschiedlicher Speicherorte sind vorgesehen, wie Verzeichnis auf Speicherplatten, LaTeX Fotobuch-Vorlage und verschiedene Webseitengalerien. Je nach gewähltem Speicherziel wirst du aufgefordert zusätzliche Informationen anzugeben, wie Dateinamen oder Name des Kontos und Passwort.&lt;/dd>
&lt;dt>filename template&lt;/dt>
&lt;dd>Define the folder and file to which the image will be exported. This can be automatically generated using several pre-defined variables. See the
&lt;a href="https://ansel.photos/de/doc/variables/" title="" rel="dofollow" >variables&lt;/a> section for details.&lt;/dd>
&lt;dt>Verzeichnis wählen&lt;/dt>
&lt;dd>Die Schaltfläche neben dem Dateinamen öffnet einen Dialog, um das Hauptverzeichnis für den Export auszuwählen.&lt;/dd>
&lt;dt>Bei Konflikten&lt;/dt>
&lt;dd>Wähle, was zu tun ist, wenn der generierte Name mit einem bestehenden File in Konflikt steht.&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>wähle einen eindeutigen Dateinamen&lt;/em>: Wählt automatisch einen eindeutigen neuen Dateinamen durch Hinzufügen einer Ganzzahl zum Dateinamen mit Konflikt.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>overwrite&lt;/em>: Automatically overwrite existing files. This option will present you with a confirmation dialog in order to protect you from accidental data loss &amp;ndash; you can disable this in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/security/" title="" rel="dofollow" >preferences &amp;gt; security &amp;gt; ask before exporting in overwrite mode&lt;/a>. &lt;em>&lt;strong>Note:&lt;/strong> This dialog is not presented per-file but as a one-off confirmation before the export job starts.&lt;/em>&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>Überspringen&lt;/em>: Exportiere Dateien nicht, falls der Dateiname im gewählten Ort schon existiert.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="dateiformat-optionen">
&lt;h3 class="text-left heading">
Dateiformat Optionen
&lt;/h3>
&lt;dl>
&lt;dt>Dateiformat&lt;/dt>
&lt;dd>Wähle das Dateiformat für das zu exportierende Bild. Zusätzliche Optionen werden eingeblendet, abhängig vom gewählten Format.&lt;/dd>
&lt;dt>Qualität&lt;/dt>
&lt;dd>Die Qualität die zu exportierende Datei. Größere Werte haben größere Dateigrößen zur Folge. Die Normalqualität (95) ist ein guter Wert für hochqualitative Exporte z.B. zur Archivierung oder für den Druck. Falls du einen guten Kompromiss zwischen Dateigröße und Qualität, z.B. für Online Bilder oder zum Hochladen, dann solltest du eher den Wert &amp;ldquo;90&amp;rdquo; wählen.&lt;/dd>
&lt;dt>Bit-Tiefe&lt;/dt>
&lt;dd>Die Anzahl nötige Bits für jeden Farbkanal. Mehr Bits bedeutet weniger Tontrennung und Color-Banding.&lt;/dd>
&lt;dt>Kompression&lt;/dt>
&lt;dd>Die Art der Kompression, die angewendet werden soll.&lt;/dd>
&lt;dt>Kompressions-Stufe&lt;/dt>
&lt;dd>Für Exportformate, bei welchen die &lt;em>Kompression&lt;/em> angegeben werden kann, gibt die &lt;em>Kompressions-Stufe&lt;/em> an, wie viel Kompression anzuwenden ist. Je höher die Stufe, umso mehr Daten werden komprimiert, auf Kosten von mehr CPU Verarbeitungsschritten.&lt;/dd>
&lt;dt>SW Bilder&lt;/dt>
&lt;dd>Für das TIFF Exportformat kann ein monochromes Bild gespeichert werden. Diese Wahl gibt an, ob die resultierende Datei die Graustufen als separate RGB Kanäle kodiert oder als einen Grauskala-Kanal. Die zweite Option ergibt kleinere Dateien.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="globale-optionen">
&lt;h3 class="text-left heading">
Globale Optionen
&lt;/h3>
&lt;dl>
&lt;dt>Setze die Größe&lt;/dt>
&lt;dd>Wähle die Einheiten für die maximale Größe des zu exportierenden Bildes.&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>in pixels (for file)&lt;/em>: Enter the maximum width and height in pixels.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>in cm (für Druck)&lt;/em>: Wähle die maximale Breite und Höhe in cm vor und definiere die dpi für das Bild. Der zugehörige wert in Pixeln wird automatisch berechnet.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>in Zoll (für Druck)&lt;/em>: Wähle die maximale Breite und Höhe in Zoll vor und definiere die dpi für das Bild. Der zugehörige wert in Pixeln wird automatisch berechnet.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>Skalierung (für Datei)&lt;/em>: Wähle einen Multiplikator, um festzulegen, um wie viel das exportierte Bild im Vergleich zum Eingabebild skaliert werden soll. Zum Beispiel wird die Eingabe eines Wertes von 0,5 wird ein Ausgabebild in der Hälfte der Breite und Höhe (in Pixeln) des Eingabebildes ergeben.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dt>Pixel&lt;/dt>
&lt;dd>Wenn cm als Einheit gesetzt ist, wähle die Pixeldichte für das Ausgabebild. Diese wird auch in den Exifdaten des zu exportierenden Bildes gespeichert. Es wird automatisch auf einen Wert von 300 gesetzt, wenn &amp;ldquo;Pixel&amp;rdquo; oder &amp;ldquo;Skaliert&amp;rdquo; gesetzt war.&lt;/dd>
&lt;dt>Maximale Größe&lt;/dt>
&lt;dd>Setze die maximale Breite und Höhe des zu exportierenden Bildes in Pixeln, cm oder Zoll (je nach gewählter Einheit) &amp;ndash; Null bedeutet keine Restriktionen bei dieser Dimension. Die exportierten Bilder werden so beschränkt, dass keiner dieser Werte überschritten wird, aber das Verhältnis Breite/Höhe wird beibehalten. Setze beide auf null um das Bild in den Ursprungsdimensionen (nach Beschneiden) zu exportieren. Falls die eingegebenen Werte die Originalgröße überschreiten wird Ansel entweder das Bild in den Originaldimensionen exportieren oder das Bild vergrößern, falls der Parameter &amp;ldquo;Vergrößern zulassen&amp;rdquo; angewählt ist.&lt;/dd>
&lt;dt>Vergrößern erlauben&lt;/dt>
&lt;dd>Setze auf &amp;ldquo;ja&amp;rdquo;, um eine Vergrößerung zu erlauben, falls die definierten Werte der maximalen Breite und Höhe die Werte des Originalbildes überschreiten. Falls auf &amp;ldquo;nein&amp;rdquo; gesetzt werden die Werte der Größe des exportierten Bildes die Dimensionen des Originalbildes (nach Beschneiden) nicht übersteigen.&lt;/dd>
&lt;dt>Hochqualitatives Resampling&lt;/dt>
&lt;dd>Setze auf &amp;ldquo;ja&amp;rdquo;, um hochqualitatives Resampling des Bildes zu erreichen. Das Bild wird mit der vollen Auflösung bearbeitet und erst zuletzt herunterskaliert. Dadurch können bessere Resultate erreicht werden, aber es wird den Prozess verlangsamen.&lt;/dd>
&lt;dt>Raster-Maske speichern&lt;/dt>
&lt;dd>Speicht Masken als Ebenen in exportierten Bildern. Dies wird nur für bestimmte Ausgabeformate unterstützt (aktuell TIFF and XCF).&lt;/dd>
&lt;dt>profile&lt;/dt>
&lt;dd>The output color profile. Select “image settings” if you want the settings in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/output-color-profile/" title="" rel="dofollow" >&lt;em>output color profile&lt;/em>&lt;/a> module of the individual images to be respected.&lt;/dd>
&lt;dt>intent&lt;/dt>
&lt;dd>This option lets you define the intent &amp;ndash; the way in which Ansel will handle out-of-gamut colors. See
&lt;a href="https://ansel.photos/de/doc/color-management/rendering-intent/" title="" rel="dofollow" >rendering intent&lt;/a> for a more detailed description of the available options.&lt;/dd>
&lt;dt>style&lt;/dt>
&lt;dd>Choose a
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/styles/" title="" rel="dofollow" >style&lt;/a> which Ansel will combine with the existing history stack to generate the output image. These history items are only added temporarily &amp;ndash; the original history stack is not overwritten. You can use this feature to add processing steps and parameters that you want to be applied specifically to images before export. For example you may define a style that adds a stronger level of sharpening when you produce scaled-down JPEG files for the internet or add a certain level of exposure compensation to all of your output images.&lt;/dd>
&lt;dt>mode&lt;/dt>
&lt;dd>When applying a style during export this option defines whether the history stack items of that style replace the original history stack of the image or are appended to it. Technically speaking, in append mode history stack items of the style will constitute separate instances of the respective modules on top of any existing ones. As a consequence the original history stack will remain in effect with the new items being applied in addition. This way you can apply an overall adjustment (e.g. exposure) to a number of exported images while respecting the settings of each individual image.&lt;/dd>
&lt;dt>export&lt;/dt>
&lt;dd>Press this button to start a background job to export all selected images. A bar at the bottom of the left hand panel displays the progress of the export job. Furthermore a notification message pops up reporting the completion of each individual export. You may click on the pop-up to make it disappear. You may abort the export job by clicking on the &amp;ldquo;x&amp;rdquo; icon located close to the progress bar.&lt;/dd>
&lt;/dl>
&lt;hr />
&lt;p>&lt;strong>Hinweis:&lt;/strong> Bilder, die zwar angewählt, aber gegenwärtig versteckt sind (weil sie Teil einer eingeklappten Gruppe sind) werden nicht exportiert.&lt;/p></description></item><item><title>Farbbeurteilung nach ISO 12646</title><link>https://ansel.photos/de/doc/views/toolboxes/color-assessment/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>8545442e891b1ddab3797cb27fc6c556e7e623b9094b815b6cacc39ba67b74b1</guid><description>&lt;p>Beurteile die Farben und Helligkeit in deinem Bild nach ISO 12646:2008 vorgeschlagene Bedingungen für die Betrachtung.&lt;/p>
&lt;p>Während des Entwickelns eines Bildes wird die Art, wie wir Helligkeit, Kontrast und Sättigung durch die Umgebungsverhältnisse beeinflusst. Falls ein Bild mit einem dunkeln Hintergrund gezeigt wird, kann dies eine Anzahl nachteilige Effekte auf die Wahrnehmung dieses Bildes haben:&lt;/p>
&lt;ul>
&lt;li>Exaggeration of the perceived exposure makes the image seems brighter than it really is. This is nicely illustrated by the &lt;a href="https://en.wikipedia.org/wiki/Checker_shadow_illusion" title="Wikipedia link" target="_blank" rel="noopener noreferrer nofollow" >Adelson checkerboard shadow effect&amp;thinsp;&lt;sup class="icon">&lt;i class="fab fa-wikipedia-w">&lt;/i>&lt;/sup>&lt;/a>.&lt;/li>
&lt;li>A decrease in the perceived saturation in the image makes the colors seem less rich than they really are (the Hunt effect).&lt;/li>
&lt;li>A decrease in the perceived contrast in the image makes the tones seem flatter than they really are (Bartleson-Breneman effect 3)&lt;/li>
&lt;/ul>
&lt;p>Das Endresultat wird dann sein, dass das endgültige Bild zu dunkel und überbearbeitet erscheint in Bezug auf Kontrast und Farbsättigung. Um das zu verhindern, macht die Norm &amp;ldquo;ISO 12646:2008&amp;rdquo; Empfehlungen über die Bedingungen unter welchen die Farben eines Bildes beurteilt werden soll. Das Modul _Farbbeurteilung _ in der Dunkelkammer schafft einen Rahmen um das Bild, um dem Nutzer zu helfen, die Farben des Bildes mit diesen Empfehlungen zu beurteilen.&lt;/p></description></item><item><title>Filmstreifen</title><link>https://ansel.photos/de/doc/views/toolboxes/filmstrip/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>702aeec9c31553187ea3afddabd9da4e6a7028f1ceabf8146735d1bef33181c5</guid><description>&lt;p>Der Filmstreifen kann genutzt werden, um schnell zwischen Bildern wechseln. Die gezeigten Bilder sind die gleichen, wie jene, die im Leuchttisch angezeigt werden aus der gerade angewählten Sammlung.&lt;/p>
&lt;p>
&lt;figure class="img-wrapper " id="filmstripjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;filmstripjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/filmstrip.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;filmstripjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/filmstrip.jpg alt="image"
style=" "
decoding="async" loading="lazy"sizes="(max-width: 992px) 100vw, (max-width: 1200px) 66.67vw, 50vw" srcset="https://ansel.photos/filmstrip_hu_81dc5f36b818fe14.jpg 140w, https://ansel.photos/filmstrip_hu_d08d46fdb82e23c.jpg 264w, https://ansel.photos/filmstrip_hu_8b85a6bea4d76301.jpg 331w, https://ansel.photos/filmstrip_hu_8cdfce18ca4f498f.jpg 400w, https://ansel.photos/filmstrip_hu_f04a87da522ff0cd.jpg 496w, https://ansel.photos/filmstrip_hu_af04695c6ad5b038.jpg 576w, https://ansel.photos/filmstrip_hu_7f3835eb4b9e9b1f.jpg 600w, https://ansel.photos/filmstrip_hu_d30da616426d93b.jpg 720w, https://ansel.photos/filmstrip_hu_19ed2c142a970f94.jpg 800w, https://ansel.photos/filmstrip_hu_befd11fd7e6f0cc3.jpg 992w, https://ansel.photos/filmstrip_hu_b1dc15fa639539dd.jpg 1200w, https://ansel.photos/filmstrip_hu_6cdb25051f35d56c.jpg 1320w, https://ansel.photos/filmstrip_hu_2fd350e40f17c743.jpg 1440w, https://ansel.photos/filmstrip_hu_6d6539591f82361c.jpg 1600w"width="1894" height="242"/>
&lt;/div>
&lt;/figure>
&lt;/p></description></item><item><title>Fokus-Peaking</title><link>https://ansel.photos/de/doc/views/toolboxes/focus-peaking/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>6459564fa598357bfae05117172846eff603165831a22b2fa6dd485942bc4156</guid><description>&lt;p>Identify which parts of the image contain high-contrast details, like edges and textures, which usually indicates that those areas are in focus.&lt;/p>
&lt;p>Activate the module by clicking on the
&lt;figure class="img-wrapper " id="focus-peaking-iconjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;focus-peaking-iconjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/focus-peaking-icon.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;focus-peaking-iconjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/focus-peaking-icon.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="70" height="62"/>
&lt;/div>
&lt;/figure>
icon. The sharp parts of the image will be highlighted with a yellow, green and blue overlay:&lt;/p>
&lt;p>Focus peaking works by filtering out most of the image noise, measuring the intensity gradients in the image and calculating average and standard deviation statistics. When the gradient of an edge differs significantly from the mean, the associated pixels are marked with a &amp;ldquo;heat map&amp;rdquo; indicating how sharp the edge is.&lt;/p></description></item><item><title>Gamutüberprüfung</title><link>https://ansel.photos/de/doc/views/toolboxes/gamut/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>ce0715a07f3a7405224c9956d7b35ccd2c7575d086a9c01a929fd7979e6f1c9d</guid><description>&lt;p>Hervorgehobene Teile des Bildes können auf Gamut-Beschnitt hinweisen.&lt;/p>
&lt;p>Click the
&lt;figure class="img-wrapper " id="gamut-iconjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;gamut-iconjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/gamut-icon.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;gamut-iconjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/gamut-icon.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="60" height="53"/>
&lt;/div>
&lt;/figure>
are mutually exclusive modes.&lt;/p>
&lt;p>Mit Rechtsklick auf das Icon öffnet einen Dialog mit Konfigurations-Parametern &amp;ndash; es sind dies die gleichen wie für die Option
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/soft-proof/" title="" rel="dofollow" >Softproof&lt;/a>.&lt;/p>
&lt;p>Du kannst auch in Betracht ziehen das
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/clipping/" title="" rel="dofollow" >clipping warning&lt;/a> zu nutzen, die auch auf Warnungen von Unter- und Überbelichtungen, sowie auch einen Gamut-Check durchführt, ähnlich dem, den das Modul bereithält.&lt;/p></description></item><item><title>Geotagging</title><link>https://ansel.photos/de/doc/views/toolboxes/geotagging/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>2d59c2cb956318aa6a57bc336bd1b124fe5b836c193b0a661f599cae6da46212</guid><description>&lt;p>Importieren und eintragen der GPX Track Daten von Bildern.&lt;/p>
&lt;p>This module is common to the
&lt;a href="https://ansel.photos/de/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a> and
&lt;a href="https://ansel.photos/de/doc/views/map/" title="" rel="dofollow" >map&lt;/a> views. The map view provides an enhanced mode that allows you to preview the position of the images along the GPS tracks while adjusting the images&amp;rsquo; date/time offset and time zone.&lt;/p>
&lt;/section>
&lt;section id="arbeitsablauf-übersicht">
&lt;h2 class="text-left heading">
Arbeitsablauf Übersicht
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Ein GPS-Empfänger berechnet seine jeweilige Position anhand von Sateliteninformationen und zeichnet diese zusammen mit Datum und Uhrzeit in einer GPX-Datei auf. Die Exif-Daten von Bildern enthalten auch einen Zeitstempel, der durch Kameraeinstellungen definiert ist. Das Modul &lt;em>Geotagging&lt;/em> nimmt den Zeitstempel eines Bildes und ermittelt die Position in der GPX-Datei zu diesem Zeitpunkt. Die zugehörigen Koordinaten (Längengrad/Breitengrad/Höhe) werden in der Datenbank und der XMP-Begleitdatei des Bildes abgespeichert.&lt;/p></description></item><item><title>Hilfslinien &amp; Überlagerungen</title><link>https://ansel.photos/de/doc/views/toolboxes/guides-overlays/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>d7ea3e3fc295a0325cfc0fe78bc36602ff238e44a9a0379a4010fba4201d3434</guid><description>&lt;p>Eine Anzahl von Kompositions-Gestaltungslinien des normalen Gebrauchs können während der Bearbeitung über dein Bild gelagert werden. Diese können allgemein (ständig da) oder lokal (nur bei gewissen Modulen aktiv) angewählt werden.&lt;/p>
&lt;p>Andere Dunkelkammer-Funktionen zeichnen auch farbige überlagerte Linien auf das Bild (zum Beispiel gezeichnete Masken). Es gibt auch eine Option, die Farbe dieser Überlagerungen zu ändern (siehe unten).&lt;/p>
&lt;/section>
&lt;section id="globale-hilfslinien">
&lt;h2 class="text-left heading">
Globale Hilfslinien
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Left-click the
&lt;figure class="img-wrapper " id="guides-overlays-iconjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;guides-overlays-iconjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/guides-overlays-icon.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;guides-overlays-iconjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/guides-overlays-icon.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="57" height="57"/>
&lt;/div>
&lt;/figure>
icon in the bottom bar to globally display guide overlays. The overlays will remain switched on until you click the button a second time to switch them off.&lt;/p></description></item><item><title>Karteneinstellungen</title><link>https://ansel.photos/de/doc/views/toolboxes/map-settings/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>cac24f7014134471a57a10316091a08e21c40afe04aff0919b9ecdf2b89c1824</guid><description>&lt;p>Wähle die bevorzugte Karte von diversen Anbietern. Einige werden unterschiedliche Ebenen (Satellitenansicht usw.) zeigen, zwischen denen du wählen kannst&lt;/p>
&lt;/section>
&lt;section id="moduleinstellungen">
&lt;h2 class="text-left heading">
Moduleinstellungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Quelle der Karte&lt;/dt>
&lt;dd>Wähle hier den Anbieter der Quelle der Karte.&lt;/dd>
&lt;dt>Maximale Anzahl Polygon-Punkte&lt;/dt>
&lt;dd>Das Modul
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/find-location/" title="" rel="dofollow" >Finde den Ort&lt;/a> zeigt keine Polygone an mit mehr Polygon-Punkten, aus Gründen der Performance. Normalerweise hat ein Landes-Polygon zwischen 50'000 und 150'000 Punkte.&lt;/dd>
&lt;dt>OSD anzeigen&lt;/dt>
&lt;dd>Wähle, ob die OSD Kontrollen oben links im Fenster angezeigt werden sollen.&lt;/dd>
&lt;dt>Ausgewählte Bilder&lt;/dt>
&lt;dd>Kreuze diese Box an, um nur die Bilder der gegenwärtig geöffneten Sammlung (jene vom Filmstreifen) in der Hauptansicht. Entferne das Kreuz, um alle Bilder in der gegenwärtigen Bibliothek anzuzeigen, wo diese Bilder mit GPS Daten assoziiert sind. Du kannst mit dieser Option um schalten mit Strg+S.&lt;/dd>
&lt;dt>Max Bilder&lt;/dt>
&lt;dd>Die maximale Anzahl Bilder, die als Miniaturansichten auf der Karte angezeigt werden.&lt;/dd>
&lt;dt>Faktor Gruppengröße&lt;/dt>
&lt;dd>Vergrößert oder verkleinert den Bereich, der die Gruppierung von Bildern auslöst.&lt;/dd>
&lt;dt>Minimale Anzahl Bilder in der Gruppe&lt;/dt>
&lt;dd>Die kleinste Anzahl muss hier platziert werden, um automatisch eine Bildergruppe dafür zu kreieren.&lt;/dd>
&lt;dt>Miniaturbilder-Anzeige&lt;/dt>
&lt;dd>Definiere, welche Informationen auf der Karte angezeigt werden.&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>Vorschaubilder: Zeige Vorschaubilder an mit einem Zähler.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>Anzahl&lt;/em>: Zeige die Anzahl der Bilder an (um auf der Karte Platz zu schaffen). Beim Überfahren über die Anzahl der Bilder werden die entsprechenden Miniaturbilder angezeigt. Ein Nur-Anzahl Merker verhält sich gleich wie ein normales Miniaturbild, z.B. für Farbmarkierung, scrollen oder Drag-and-drop usw.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>keine&lt;/em>: Zeige nichts.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>Du kannst durch diese Optionen wechseln mit Shift+S.&lt;/dd>
&lt;/dl></description></item><item><title>Library</title><link>https://ansel.photos/de/doc/views/toolboxes/collections/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>476e1e2a6ebafbd8827fc41a072a38b29aab6dd1b027b1540000933c6dfb4cd1</guid><description>&lt;p>Wähle die Bilder in der Ansicht Leuchttisch und im Filmstreifen aus, mit Verwenden von Bilder-Merkmalen. So ausgewählte Bilder werden als eine &lt;em>Sammlung&lt;/em> bezeichnet.&lt;/p>
&lt;p>Importieren von Bilder in Ansel speichert Informationen von diesen (Dateinamen, Pfad, Exif-Daten, Daten aus den XMP Seitenwagendateien etc.) in der Datenbank der Library von Ansel. Eine Sammlung kann definiert werden durch die Anwendung von Auslesekriterien zu diesen Merkmalen, so wird eine Unterkategorie geschaffen, die in der Ansicht Leuchttisch und Filmstreifen angezeigt werden kann.&lt;/p></description></item><item><title>Lokation finden</title><link>https://ansel.photos/de/doc/views/toolboxes/find-location/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>3b5caf5fa13c581f5c2df42a650b09d29c4fb6cde2b4eca425cc0d79f9a106a4</guid><description>&lt;p>Suche eine Position auf der Karte, dafür musst du mit dem Internet verbunden sein.&lt;/p>
&lt;p>Um dieses Modul zu brauchen, schreibe den Namen einer Ortschaft oder Adresse, dann drücke Enter und eine Liste mit Ergebnissen wird angezeigt. Klicke auf eines der angezeigten Resultate, dann wird die Karte dahin zoomen. Ein Umriss dieses Ortes oder ein Pin, der auf den Ort zeigt, wird angezeigt.&lt;/p>
&lt;p>Ein Umriss (Polygon) kann dazu benutzt werden einen Nutzer-Ort zu kreieren. Prüfe die Parameter &lt;em>max polygon points&lt;/em> im Modul
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/map-settings/" title="" rel="dofollow" >Einstellungen Karte&lt;/a>, um sicher zu sein, dass genügend Punkte vorhanden sind, um ein Polygon anzuzeigen.&lt;/p></description></item><item><title>Lua Skript Installation</title><link>https://ansel.photos/de/doc/views/toolboxes/lua-scripts-installer/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>66b258f4bba86f06e4deba9c77a5b9e06c662f55088f7a2d96573398014e0b8b</guid><description>&lt;p>This module provides an interface for installing darktable
&lt;a href="https://ansel.photos/de/doc/lua/" title="" rel="dofollow" >lua scripts&lt;/a>. The first time it is run, instructions are displayed in the module.&lt;/p>
&lt;p>It can be disabled with an option in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/lua-options/" title="" rel="dofollow" >preferences &amp;gt; lua options&lt;/a>.&lt;/p></description></item><item><title>Maskenverwaltung</title><link>https://ansel.photos/de/doc/views/toolboxes/mask-manager/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>8cb567d3b3dbf324a7394cc240cd788fe2543a787794c9c68ec2c0f2b3d12e60</guid><description>&lt;p>Manage all masks and shapes for the current image.&lt;/p>
&lt;p>
&lt;figure class="img-wrapper " id="mask-managerjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;mask-managerjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/mask-manager.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;mask-managerjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/mask-manager.jpg alt="image"
style=" "
decoding="async" loading="lazy"sizes="(max-width: 992px) 100vw, (max-width: 1200px) 66.67vw, 50vw" srcset="https://ansel.photos/mask-manager_hu_a14892d4970acf97.jpg 84w, https://ansel.photos/mask-manager_hu_2e575583c4c85c70.jpg 159w"width="278" height="462"/>
&lt;/div>
&lt;/figure>
&lt;/p>
&lt;p>This module can be used to create, rename, edit and delete shapes. You can add shapes to and remove shapes from a mask, group shapes together, and combine them using set operators.&lt;/p>
&lt;p>The top line of the mask manager panel contains buttons that can be used to create new shapes. These are the same as in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >drawn mask&lt;/a> interface of in processing modules.&lt;/p></description></item><item><title>Metadaten-Editor</title><link>https://ansel.photos/de/doc/views/toolboxes/metadata-editor/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>b050b26bdf77d66fa2dd56db8d40683c5dcc80f906bec0093562c8f6dcce4c2d</guid><description>&lt;p>Bearbeite Metadaten von ausgewählten Bildern.&lt;/p>
&lt;p>Metadaten sind Freiform-Text (Titel, Beschreibung, Urheber, Herausgeber, Rechte usw.), die deine Bilder beschreiben.&lt;/p>
&lt;p>Falls mehrere Bilder ausgewählt sind, die für ein bestimmtes Metadatenfeld unterschiedliche Werte haben, dann zeigt das Modul &lt;em>&amp;lt;belasse das unverändert&amp;gt;&lt;/em> für dieses Feld &amp;ndash; falls du trotzdem versuchst zu ändern, dann werden die Änderungen für dieses Feld nicht angewendet. Wenn du das Feld mit unterschiedlichen Werten mit Rechtsklick anwählst, werden die Werte dargestellt am Ende des Kontextmenüs. Wähle dann einen dieser Werte an, um diesen Wert an alle ausgewählten Bilder angewendet, wenn du die Schaltfläche &amp;ldquo;anwenden&amp;rdquo; oder die Enter/Tab Taste drückst.&lt;/p></description></item><item><title>Modul Reihenfolge</title><link>https://ansel.photos/de/doc/views/toolboxes/module-order/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>07ee71c84feb15c22b938ae4920e5b7cec1a207c518e744d7ed80a6d288a6dac</guid><description>&lt;p>Change the order of the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/" title="" rel="dofollow" >processing modules&lt;/a> in the darkroom using presets.&lt;/p>
&lt;p>When processing an image, the active modules are applied in a specific order, which is shown in the right-hand panel of the darkroom view. This module provides information about the current ordering of the processing modules in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/pixelpipe/the-pixelpipe-and-module-order/" title="" rel="dofollow" >pixelpipe&lt;/a>. The name of the currently-selected preset is shown in the module header (or &amp;ldquo;custom&amp;rdquo; if the user has manually modified the order). The following presets are available for selection.&lt;/p></description></item><item><title>Navigation</title><link>https://ansel.photos/de/doc/views/toolboxes/navigation/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>187b9e9c457dc247cbd991971146cac62d560c90c1906191e891a86a271391e2</guid><description>&lt;p>Zoome und schwenke das geöffnete Bild.&lt;/p>
&lt;p>Oben links zeigt die Navigation eine vollständige Vorschau des aktuellen Bildes mit einem Rechteck, das den aktuell sichtbaren Bereich im Hauptfenster anzeigt. Ein Ziehen des Rechtecks im Vorschaubild verschiebt die vergrößerte Ansicht. Der aktuelle Vergrößerungsfaktor wird rechts neben dem Vorschaubild angezeigt. Ein Klick darauf ermöglicht einen schnellen Zugriff auf einige vordefinierte Vergrößerungsstufen.&lt;/p>
&lt;p>Die Navigation kann mit einem Kurzbefehl ein- und ausgeblendet werden (standardmäßig Strg+Umschalt+N).&lt;/p></description></item><item><title>Orte</title><link>https://ansel.photos/de/doc/views/toolboxes/locations/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>7c20877e5f0a94cef0b54d7dc7bd42b56ebdd9df07e7281f46a93dc0aabdd859</guid><description>&lt;p>Create areas or locations and organize them as hierarchical tags.&lt;/p>
&lt;p>Ein Ort wird, sobald er ausgewählt ist, als Form auf der Karte angezeigt. Anfänglich wird jeder Ort als Quadrat oder Kreis angezeigt was jedoch mittels Anpassung der Höhe und/oder Breite der Form in ein Rechteck oder Ellipse geändert werden kann.&lt;/p>
&lt;p>Ein Ort kann auch von einem OpenStreetMap Region Polygon kreiert werden (Stadt/Land). Um das zu erreichen, stelle zuerst sicher, dass der Parameter &lt;em>maximale Anzahl Polygon-Punkte&lt;/em> ausreichend groß ist (gewisse Länder-Polygone brauchen mehr als 150'000 Punkte). Dann wähle den gewünschten Ort im Modul
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/find-location/" title="" rel="dofollow" >Finde den Ort&lt;/a>. Wenn die entsprechende Region-Form angezeigt wird, dann wird ein Polygon-Symbol im Schaltfeld &amp;ldquo;Form&amp;rdquo; sichtbar. Wähle dieses an, um den neuen Ort zu kreieren.&lt;/p></description></item><item><title>Pipette</title><link>https://ansel.photos/de/doc/views/toolboxes/global-color-picker/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>8090ad6e0c80d13d95ac4eb80fff95acc696968e3e94a3515e5d1311c7f0283b</guid><description>&lt;p>Take color samples from the current darkroom image, display their values in multiple ways and compare colors from different locations.&lt;/p>
&lt;p>Die Pipette wird aktiviert mit Anklicken des Pipetten-Symbols. Die Parameter des Moduls bleiben angeschaltet, solange du im Dunkelkammer-Modus bleibst.&lt;/p>
&lt;p>Besides the global color picker described here, many Ansel modules (e.g.
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/rgb-curve/" title="" rel="dofollow" >&lt;em>RGB curve&lt;/em>&lt;/a>) also contain local color pickers which are used to set individual module parameters. You should be aware that these two forms of color picker do not always work in the same color space. The global color picker works in the histogram color space and takes its samples after the complete pixelpipe has been processed. Local color pickers run in the color space of the module in which they are activated and reflect the input or output data of that module within the pixelpipe.&lt;/p></description></item><item><title>Snapshots</title><link>https://ansel.photos/de/doc/views/toolboxes/snapshots/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>848a73c1f59f084c8ef285372feb78537bb808327ddad2bb748565b4071b857d</guid><description>&lt;p>Sichere Bearbeitungs-Snapshots und vergleiche diese mit der gegenwärtigen Bearbeitung.&lt;/p>
&lt;p>A snapshot is a stored bitmap of the center image in the darkroom view. Snapshots can be taken at any point in the development process and later overlaid onto the current center view. This allows you to undertake a side by side comparison (by default left=snapshot, right=active edit) while you are tuning parameters of a module. This can also be combined with the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/history-stack/" title="" rel="dofollow" >history stack&lt;/a> module to compare a snapshot against different stages of development.&lt;/p></description></item><item><title>Softproof</title><link>https://ansel.photos/de/doc/views/toolboxes/soft-proof/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>1867a65649a85dec879e6cdf78d4b4f687decea026f44f8c4e73e4a5855686a7</guid><description>&lt;p>Betrachte dein Bild mit einem ausgewählten Farbprofil gerendert.&lt;/p>
&lt;p>Click the
&lt;figure class="img-wrapper " id="soft-proof-iconjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;soft-proof-iconjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/soft-proof-icon.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;soft-proof-iconjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/soft-proof-icon.jpg alt="image"
style=" "
decoding="async" loading="lazy"width="61" height="58"/>
&lt;/div>
&lt;/figure>
icon to activate the soft proof display mode on your image. This allows you to preview your image rendered using a printer profile to see how colors will end up on the final print. You can also activate soft proof with the keyboard shortcut Ctrl+S. A message “soft proof&amp;quot; on the bottom left of your image tells you that you are in soft proof display mode.&lt;/p></description></item><item><title>Stile</title><link>https://ansel.photos/de/doc/views/toolboxes/styles/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>d436f7b83ebf9f9bba113acd7f3365c5651e68da569f2ac191ee7cf66d94f5fb</guid><description>&lt;p>Create named styles from selected images&amp;rsquo;
&lt;a href="https://ansel.photos/de/doc/views/darkroom/pixelpipe/history-stack/" title="" rel="dofollow" >history stacks&lt;/a> and apply styles to selected images.&lt;/p>
&lt;p>Styles can either be created within this panel or in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/pixelpipe/history-stack/" title="" rel="dofollow" >history stack&lt;/a> module in the darkroom.&lt;/p>
&lt;p>Eine Liste aller vorhandenen Stile wird im Modul angezeigt. Ein Suchfeld über der Liste dient für die Suche mit Namen oder Beschreibung. Das Modul erlaubt es auch Stile zu bearbeiten oder zu löschen.&lt;/p>
&lt;p>Double-click on a style name to apply that style to all selected images. A style may also be applied to all selected images by pressing a shortcut key assigned to it (see
&lt;a href="https://ansel.photos/de/doc/preferences-settings/shortcuts/" title="" rel="dofollow" >preferences &amp;gt; shortcuts&lt;/a>) while in the lighttable or darkroom view.&lt;/p></description></item><item><title>Verlauf</title><link>https://ansel.photos/de/doc/views/toolboxes/history-stack/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>71a119e32b02e7539fd067bd4558942933c7504b8ec905a2c64f6d6b8d983e9c</guid><description>&lt;p>View and modify the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/pixelpipe/history-stack/" title="" rel="dofollow" >history stack&lt;/a> of the current darkroom image.&lt;/p>
&lt;p>Dieses Modul zeigt jede Änderung des Status (aktivieren/deaktivieren/ändern von Parametern) aller Dunkelkammer-Module, die für das aktuelle Bild geändert wurden. Wähle einen Punkt im Verlauf an, um zu diesem Punkt der Bearbeitung des Bildes zurückkehren. Umschalt+Klick auf ein Element im Verlauf öffnet dieses Modul im rechten Bedienfeld, ohne die aktuelle Bearbeitung zu verändern.&lt;/p>
&lt;hr />
&lt;p>&lt;strong>Vorsicht:&lt;/strong> Wenn ein Modul im Verlaufsstapel ausgewählt ist und weitere Änderungen am Bild erfolgen, werden alle Bearbeitungen oberhalb der Auswahl verworfen. So kann leicht Entwicklungsarbeit verloren gehen! Mit Strg+Z können solche Änderungen rückgängig gemacht werden.&lt;/p></description></item><item><title>Verschlagwortung</title><link>https://ansel.photos/de/doc/views/toolboxes/tagging/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>8a9cfa70b00d2398757543475be492a9a95ab2fa87ca1030db12d6a0f8889a0e</guid><description>&lt;p>Verwalte Schlagworte (Tags) zu Bildern.&lt;/p>
&lt;p>Tags sind eine Art, einem Bild Informationen hinzuzufügen mittels eines Schlagwortverzeichnisses. Du kannst Tags als hierarchischen Baum organisieren, was sich als vorteilhaft erweist, wenn die Anzahl groß wird.&lt;/p>
&lt;p>Tags are physically stored in
&lt;a href="https://ansel.photos/de/doc/views/lighttable/digital-asset-management/sidecar/" title="" rel="dofollow" >XMP sidecar files&lt;/a> as well as in Ansel&amp;rsquo;s library database and can be included in
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/export/" title="" rel="dofollow" >exported&lt;/a> images.&lt;/p>
&lt;/section>
&lt;section id="definitionen">
&lt;h2 class="text-left heading">
Definitionen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Die folgenden Definitionen setzen voraus, dass du einen einzelnen Tag mit Namen &amp;ldquo;&lt;code>places|France|Nord|Lille&lt;/code>&amp;rdquo; aufgesetzt hast.&lt;/p></description></item><item><title>Warnung Beschneidung</title><link>https://ansel.photos/de/doc/views/toolboxes/clipping/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>0f297043fbff9fc4b8f6cda75039fa2372887053532f15d23a66e654b76288f9</guid><description>&lt;p>Hervorgehobene Teile des Bildes können Leuchtstärke oder Gamut-Beschnitt anzeigen.&lt;/p>
&lt;p>Wenn ein Bild an einem Bildschirm dargestellt wird, dann wird normalerweise jedes Pixel als Summe von drei Zahlen dargestellt, die eine Aussage machen über die Intensität der Primärfarben rot, grün und blau im Darstellungs-Farbraum. Weil dieser normalerweise eng verknüpft ist mit der Hardware mit deren physikalischen Grenzen, so gibt es einen Maximalwert für die [R,G,B] Kanäle, der die maximale Intensität für diesen Farbraum repräsentiert. Ähnlich gibt es auch einen Minimalwert, unter dem die Pixel auf null gesetzt werden. Wenn wir versuchen von einem größeren Farbraum zum Farbraum des Bildschirmes zu konvertieren, dann werden Werte, welche dieses Maximum übersteigen, auf das Maximum zurück beschnitten und Werte unter dem Minimum werden auf null gesetzt. Diesen Prozess nennt man &amp;ldquo;beschneiden&amp;rdquo; und er wird zu Informationsverlust führen, oder &amp;ldquo;falschen&amp;rdquo; Farben von beschnittenen Pixeln.&lt;/p></description></item><item><title>Variablen</title><link>https://ansel.photos/de/doc/variables/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>b21a02d15ab7607e64e30e7508e4f994178be27fda560ee88cebcc74f9bce8d1</guid><description>&lt;p>Ansel unterstützt Variablen Substitution in einer Anzahl von Modulen und Voreinstellungen. Zum Beispiel:&lt;/p>
&lt;ul>
&lt;li>Defining file names in the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/export/" title="" rel="dofollow" >export&lt;/a> module and
&lt;a href="https://ansel.photos/de/doc/getting-started/import/" title="" rel="dofollow" >import tool&lt;/a>,&lt;/li>
&lt;li>Displaying image information in the darkroom&amp;rsquo;s image information line,&lt;/li>
&lt;li>Displaying image information in the lighttable&amp;rsquo;s overlays and tooltips (see
&lt;a href="https://ansel.photos/de/doc/preferences-settings/lighttable/" title="" rel="dofollow" >preferences &amp;gt; lighttable&lt;/a>)&lt;/li>
&lt;li>Placing text on an image in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/watermark/" title="" rel="dofollow" >&lt;em>watermark&lt;/em>&lt;/a> processing module.&lt;/li>
&lt;/ul>
&lt;p>Most, if not all text entries that use variables implement auto-completion as soon as you start typing &lt;code>$(&lt;/code>.&lt;/p></description></item><item><title>Benutzereinstellungen und Einstellungen</title><link>https://ansel.photos/de/doc/preferences-settings/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>dc83b85ead296eddd1f52eb1afc94ab1c08170e366d72bca8eb0f77a1080901a</guid><description>&lt;p>Ansel comes with a number of user-configurable preferences. These can be adjusted in the preferences dialog, which can be reached via &lt;em>Edit &amp;gt; Preferences&lt;/em> in the global menu. Preferences are separated into tabs, each of which is described in more detail in the following sections.&lt;/p>
&lt;p>Jede geänderte Einstellung (z.B. jene die vom Standard abweichen) werden mit einem Aufzählungszeichen angezeigt. Falls du eine Einstellung änderst, die einen Neustart erfordert, wird eine Notiz als Erinnerung eingeblendet, nachdem du den Dialog Ansel-Voreinstellungen verlässt.&lt;/p></description></item><item><title>Allgemeines</title><link>https://ansel.photos/de/doc/preferences-settings/general/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>12e1b11baf92ae825f655da7e30a6f366902c145d615cce2a76d0a0382fb17b5</guid><description>&lt;p>Kontrolliere den Gesamtlook und Gesamt-Feeling von Ansel.&lt;/p>
&lt;dl>
&lt;dt>Sprache der Oberfläche&lt;/dt>
&lt;dd>Bestimme die Sprache der Benutzeroberfläche. Der Systemstandard ist mit einem * bezeichnet (erfordert einen Neustart)&lt;/dd>
&lt;dt>theme&lt;/dt>
&lt;dd>Set the theme for the user interface. Aside from any aesthetic considerations, the recommended interface color for color evaluation is middle gray. Visual perception is affected by ambient brightness, and a low user interface brightness causes all kinds of illusions. Using a dark interface to retouch photos can therefore lead to excessive retouching (abuse of contrast and saturation) and to a photo that is too dark when printed. It is therefore highly recommended that you use one of the &amp;ldquo;grey&amp;rdquo; themes for retouching work as these are designed so that the user interface approximates middle gray (default &amp;ldquo;Ansel&amp;rdquo;).&lt;/dd>
&lt;dt>System-Schriftgröße der Anzeige&lt;/dt>
&lt;dd>Wähle diese Möglichkeit an, um die Schriftgröße des Systems anders zu definieren. Wenn es nicht angekreuzt ist, kannst du eine Schriftgröße in das Feld darunter eintragen (Standard ein)&lt;/dd>
&lt;dt>Schriftgröße in Punkten&lt;/dt>
&lt;dd>Wenn &amp;ldquo;brauche System Schriftgröße&amp;quot;nicht angekreuzt ist, kannst du eine Schriftgröße (in Punkten) in das Feld darunter eintragen für Ansel. Die Schriftgröße ändert sich sofort.&lt;/dd>
&lt;dt>GUI Einstellungen und Text DPI&lt;/dt>
&lt;dd>Stelle hier die Auflösung des GUI (Grafische Benutzerschnittstelle), um Kontrollkästchen, Knöpfe Labels etc. anders zu skalieren, verkleinern, um mehr Platz zu schaffen. Setze es auf -1, um die systemdefinierte globale Auflösung zu nutzen. Der Standard ist bei den meisten Systemen 96 DPI (benötigt einen Neustart).&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="css-themes-änderungen">
&lt;h2 class="text-left heading">
CSS Themes Änderungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Zusätzlich zur möglichen Auswahl eines voreingestellten Themes, kannst du zusätzlich CSS Anpassungen einbringen, um den Look und das Feeling von Ansel.&lt;/p></description></item><item><title>Leuchttisch</title><link>https://ansel.photos/de/doc/preferences-settings/lighttable/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>4be993df92e66f964c8bb6e4023feb8baf8b5b3171d89cdbc6d5f906603702fb</guid><description>&lt;p>Control functionality in the
&lt;a href="https://ansel.photos/de/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a> view and modules.&lt;/p>
&lt;/section>
&lt;section id="allgemeines">
&lt;h2 class="text-left heading">
Allgemeines
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Voreinstellung für Leuchttisch-Module ausblenden&lt;/dt>
&lt;dd>Bei Aktivierung werden nur nutzerdefinierte Voreinstellungen in den Hilfsmodulen angezeigt, d.h. System-Voreinstellungen werden ausgeblendet (standardmaßig ausgeschaltet).&lt;/dd>
&lt;dt>show image time with milliseconds&lt;/dt>
&lt;dd>Choose whether to include milliseconds when displaying time values (default off). If set, milliseconds are shown in the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/image-information/" title="" rel="dofollow" >image information&lt;/a> module and can also be used in the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/geotagging/" title="" rel="dofollow" >geotagging&lt;/a> module.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="vorschaubilder">
&lt;h2 class="text-left heading">
Vorschaubilder
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>use raw file instead of embedded JPEG from size&lt;/dt>
&lt;dd>When generating thumbnails for images that have not yet been processed in the darkroom, if the thumbnail size is greater than this value, generate it by processing the raw image data. If the thumbnail is below this size, use the JPEG preview image embedded in the raw file. Once an image has been processed in the darkroom, thumbnails will always be generated from raw data (you can revert back to the JPEG preview by discarding history). To render thumbnails with the best quality choose &amp;ldquo;always&amp;rdquo;.&lt;/dd>
&lt;dt>high quality processing from size&lt;/dt>
&lt;dd>If the thumbnail size is greater than this value and is being generated from raw data, it will be processed using the full quality rendering path, which is better but slower (default 720p). To render thumbnails with the best quality, choose &amp;ldquo;always&amp;rdquo;.&lt;/dd>
&lt;dt>delimiters for size categories&lt;/dt>
&lt;dd>Size categories are used to allow different thumbnail overlays to be shown depending on the thumbnail size. A pipe delimited set of values defines at what image sizes the category changes. The default value of &amp;ldquo;120|400&amp;rdquo; means that there will be 3 categories of thumbnail: 0-120px, 120-400px and &amp;gt;400px.&lt;/dd>
&lt;/dl></description></item><item><title>Dunkelkammer</title><link>https://ansel.photos/de/doc/preferences-settings/darkroom/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>d77325fbbedc695f7f4b10804576eaa2c219c27b846eaf1e4de745d88291b937</guid><description>&lt;p>Control functionality in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/" title="" rel="dofollow" >darkroom&lt;/a> view and associated modules.&lt;/p>
&lt;/section>
&lt;section id="allgemeines">
&lt;h2 class="text-left heading">
Allgemeines
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>pen pressure control for brush masks&lt;/dt>
&lt;dd>Controls how the pressure reading of a graphics tablet impacts newly generated
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >drawn mask&lt;/a> brush strokes. You can control the brush width, hardness and opacity. “Absolute” control means that the pressure reading directly defines the attribute with a value between 0% and 100%. “Relative” means that the pressure reading adjusts the attribute between zero and the pre-defined default value (default off).&lt;/dd>
&lt;dt>smoothing of brush strokes&lt;/dt>
&lt;dd>Sets the level for smoothing of
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >drawn mask&lt;/a> brush strokes. Stronger smoothing leads to fewer nodes and easier editing at the expense of lower accuracy.&lt;/dd>
&lt;dt>scroll down to increase mask parameters&lt;/dt>
&lt;dd>By default, scrolling your mouse up increases the value of the relevant shape parameters in
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >drawn masks&lt;/a>. Set this preference to reverse the behavior (default off).&lt;/dd>
&lt;dt>pattern for the image information line&lt;/dt>
&lt;dd>Set the information to be displayed in the image information line, at the right of the top-most toolbar. You can use any variables in the
&lt;a href="https://ansel.photos/de/doc/variables/" title="" rel="dofollow" >variables&lt;/a> section as well as &lt;code>$(NL)&lt;/code> for a new line. You can also include
&lt;a href="https://ansel.photos/de/doc/variables/#formatting" title="" rel="dofollow" >formatting&lt;/a> (bold, italic, colors etc).&lt;/dd>
&lt;dt>border around image in darkroom mode&lt;/dt>
&lt;dd>Display the center image in darkroom mode with an outside border of the given number of pixels (default 20).&lt;/dd>
&lt;dt>Zeige den Lade-Bildschirm zwischen den Bildern&lt;/dt>
&lt;dd>Zeige den Lade-Bildschirm beim Navigieren zwischen den Bildern in der Dunkelkammer. Schalte diese Option aus, um nur eine einfache Desktop-Anzeige und belasse das vorherige Bild am Platz, bis das nächste Bild geladen ist. Wisse, dass ein Ausschalten sehr nützlich sein kann, um duplizierte Bilder zu vergleichen, aber, es kann Fälle geben mit langen Ladezeiten (dass du denkst, das nächste Bild sei schon geladen) und du wirst visuelle Artefakte beobachten, während das nächste Bild lädt (Standard ein).&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="module">
&lt;h2 class="text-left heading">
Module
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>display of individual color channels&lt;/dt>
&lt;dd>Control how individual color channels are displayed when activated in the
&lt;a href="https://ansel.photos/de/doc/views/darkroom/masking-and-blending/masks/parametric/" title="" rel="dofollow" >parametric masks&lt;/a> feature. You can choose between “false color” and “gray scale” (default &amp;ldquo;false color&amp;rdquo;).&lt;/dd>
&lt;dt>Voreinstellung für Dunkelkammer-Module ausblenden&lt;/dt>
&lt;dd>Falls eingeschaltet, werden nur benutzerdefinierte Voreinstellungen in den Voreinstellungsmenüs der Bearbeitungsmodule angezeigt, d.h. System-Voreinstellungen werden unterdrückt (standardmäßig ausgeschaltet).&lt;/dd>
&lt;dt>show the guides widget in modules UI&lt;/dt>
&lt;dd>Enable this to show the local
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/guides-overlays/#local-guides" title="" rel="dofollow" >guides &amp;amp; overlays&lt;/a> interface directly within the UI of the modules that support it (default on).&lt;/dd>
&lt;dt>show right-side buttons in processing module headers&lt;/dt>
&lt;dd>Choose whether to show the four buttons (mask indicator, multi-instance menu, reset, presets menu) on the right-hand-side of the module header for processing modules. These buttons will always appear when the mouse is over the module. At other times they will be shown or hidden according to this preference selection:&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>always&lt;/em>: always show all buttons&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>active&lt;/em>: only show the buttons when the mouse is over the module&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>dim&lt;/em>: buttons are dimmed when mouse is not over the module&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>auto&lt;/em>: hide the buttons when the panel is narrow&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>fade&lt;/em>: fade out all buttons when the panel narrows&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>fit&lt;/em>: hide all the buttons if the module name doesn&amp;rsquo;t fit&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>smooth&lt;/em>: fade out all buttons in one header simultaneously&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>glide&lt;/em>: gradually hide individual buttons as needed&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>(default &lt;em>always&lt;/em>)&lt;/dd>
&lt;dt>prompt for name on addition of new instance&lt;/dt>
&lt;dd>If enabled, when creating a new instance of a processing module, a prompt will be immediately displayed allowing you to set a name for the new instance (default on).&lt;/dd>
&lt;/dl></description></item><item><title>Other views</title><link>https://ansel.photos/de/doc/preferences-settings/other-views/</link><pubDate>Sat, 21 Jan 2023 00:00:00 +0000</pubDate><updated>Wed, 11 Oct 2023 00:00:00 +0000</updated><guid>fd9ed5bc05877526c645740a4555c8b5bc9c8bc97c27cfa82ee2b87aec31754e</guid><description>&lt;p>Enable optional views:&lt;/p>
&lt;ul>
&lt;li>
&lt;a href="https://ansel.photos/de/doc/views/map/" title="" rel="dofollow" >map&lt;/a>&lt;/li>
&lt;li>
&lt;a href="https://ansel.photos/de/doc/views/slideshow/" title="" rel="dofollow" >slideshow&lt;/a>&lt;/li>
&lt;li>
&lt;a href="https://ansel.photos/de/doc/views/print/" title="" rel="dofollow" >print&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>Once you restart Ansel the enabled view(s) will be available in the &lt;em>Ateliers&lt;/em> menu.&lt;/p>
&lt;p>These views are all hidden by default to spare some computing resources.&lt;/p></description></item><item><title>Bearbeitung</title><link>https://ansel.photos/de/doc/preferences-settings/processing/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Thu, 12 Oct 2023 00:00:00 +0000</updated><guid>910f78e9fa210538d348538008936f76a56ce8a777b5de91bf02c9ac31f15b3d</guid><description>&lt;p>Kontrolliere wie Bilder bearbeitet werden.&lt;/p>
&lt;/section>
&lt;section id="bildverarbeitung">
&lt;h2 class="text-left heading">
Bildverarbeitung
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>always use LittleCMS 2 to apply output color profile&lt;/dt>
&lt;dd>If this option is activated, Ansel will use the LittleCMS 2 system library to apply the output color profile instead of its own internal routines. This is significantly slower than the default but might give more accurate results in some cases.&lt;/dd>
&lt;dd>
&lt;p>Falls das gegebene ICC-Profil LUT-basiert ist oder eine LUT und eine Matrix enthält, dann wird Ansel LittleCMS 2 nutzen, um die Farben zu rendern, unabhängig von den Werten dieses Parameters (Standard ausgeschaltet).&lt;/p></description></item><item><title>Sicherheit</title><link>https://ansel.photos/de/doc/preferences-settings/security/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>11010ec375e74d7490a5bb96e6a69f5a6e0598471ad05a63891a270ae35248a5</guid><description>&lt;p>Kontrolliere, ob Warnungs-Hinweise angezeigt werden, bevor gewisse Aktivitäten angegangen werden.&lt;/p>
&lt;/section>
&lt;section id="allgemeines">
&lt;h2 class="text-left heading">
Allgemeines
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>fragen, bevor Bilder aus der Bibliothek entfernt werden&lt;/dt>
&lt;dd>Immer Nachfragen vor der Entfernung eines Bilds aus der Bibliotheksdatenbank von Ansel, wobei die Bild- und XMP-Dateien immer erhalten bleiben (Standard: eingeschaltet).&lt;/dd>
&lt;dt>Vor dem Löschen von Bildern von der Festplatte&lt;/dt>
&lt;dd>Immer fragen vor ein Bild entfernt wird (Standard ein).&lt;/dd>
&lt;dt>fragen, bevor Verlaufsstapel von Bildern gelöscht werden&lt;/dt>
&lt;dd>Immer fragen, bevor der Verlaufsstapel eines Bildes gelöscht wird (standardmäßig eingeschaltet).&lt;/dd>
&lt;dt>Versuche beim Löschen von Bildern, diese in den Papierkorb verschieben&lt;/dt>
&lt;dd>Anstatt Bilder physisch von der Festplatte zu löschen, diese in den Papierkorb des Systems verschieben (standardmäßig aktiviert).&lt;/dd>
&lt;dt>Fragen bevor Bilder aus dem Filmrollenordner verschoben werden&lt;/dt>
&lt;dd>Immer fragen bevor ein Bild verschoben wird (Standard an).&lt;/dd>
&lt;dt>Fragen bevor ein Bild in eine neue Filmrolle kopiert wird&lt;/dt>
&lt;dd>Immer fragen bevor ein Bild an einen neuen Ort kopiert wird (Standard an).&lt;/dd>
&lt;dt>Fragen vor dem Löschen von leeren Verzeichnissen&lt;/dt>
&lt;dd>immer fragen vor dem Löschen eines leeren Verzeichnisses. Dies kann nach dem Verschieben oder Löschen von Bildern geschehen (Standard aus).&lt;/dd>
&lt;dt>Vor dem Löschen eines Tags fragen&lt;/dt>
&lt;dd>Immer fragen vor ein Tag aus einem Bild entfernt wird (Standard ein).&lt;/dd>
&lt;dt>ask before deleting a style&lt;/dt>
&lt;dd>Always ask before deleting a style (default on).&lt;/dd>
&lt;dt>ask before deleting a preset&lt;/dt>
&lt;dd>Always ask before deleting a preset (default on).&lt;/dd>
&lt;dt>ask before exporting in overwrite mode&lt;/dt>
&lt;dd>Always ask before
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/export/" title="" rel="dofollow" >exporting&lt;/a> images in overwrite mode.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="andere">
&lt;h2 class="text-left heading">
Andere
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>password storage backend to use&lt;/dt>
&lt;dd>The backend to use for password storage. Options: “auto” (default), “none”, “libsecret”, “kwallet”.&lt;/dd>
&lt;dt>executable for playing audio files&lt;/dt>
&lt;dd>Define an external program which is used in the lighttable view to play audio files that some cameras record to keep notes for images (default “aplay”).&lt;/dd>
&lt;/dl></description></item><item><title>Performance</title><link>https://ansel.photos/de/doc/preferences-settings/performance/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>a58c029880fdbda13d1b93637299b711be751d4589c0412ab2ae7bffdf5c9c19</guid><description/></item><item><title>OpenCl</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>170786ccaf2daebca46b8c4229161021b5c15060e8b6d900c0783023123ef9ea</guid><description/></item><item><title>Der Hintergrund</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/background/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>662153647b15c254337efee28137a0ca123147676f88bb238b045e021b8b4234</guid><description>&lt;p>Die Verarbeitung von hochauflösenden Bildern ist eine herausfordernde Aufgabe, die moderne Rechner erfordert. Hinsichtlich Speicherbedarf und Prozessorleistung kann bereits die optimale Bearbeitung eines typischen 15, 20 oder 25 Megapixel Bilds einen Rechner schnell an seine Grenzen bringen.&lt;/p>
&lt;p>Die Anforderungen von Ansel sind da keine Ausnahme. Alle Berechnungen werden in 4 x 32-Bit Gleitkommazahlen ausgeführt. Das ist langsamer als die &amp;ldquo;gewöhnliche&amp;rdquo; 8- oder 16-Bit Integer-Algebra, aber alle Probleme mit Tonwertabbrüchen oder Informationsverlust werden beseitigt.&lt;/p></description></item><item><title>Wie OpenCl funktioniert</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/how-opencl-works/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>596b88e246604f797a312b0f262fec1e047fc14495325c14978e20dc2cf6ebea</guid><description>&lt;p>Wie du dir vorstellen kannst, kann die Architektur von Grafikprozessoren deutlich variieren. Es gibt unterschiedliche Hersteller und sogar unterschiedliche Generationen von GPUs des gleichen Herstellers können nicht vergleichbar sein. Gleichzeitig legen die Grafikprozessorhersteller normalerweise nicht alle Hardwaredetails gegenüber der Öffentlichkeit offen. Eine dieser Konsequenzen ist, die Notwendigkeit proprietäre Treiber unter Linux zu benutzen, wenn du deine Grafikkarte voll ausnutzen willst.&lt;/p>
&lt;p>Fortunately an industry consortium lead by The Khronos Group has developed an open, standardized interface called OpenCL, which allows your GPU to be used as a numerical processing device. OpenCL offers a C99-like programming language with a strong focus on parallel computing. An application that wants to use OpenCL will need OpenCL source code that it hands over to a hardware-specific compiler at run-time. This way applications can use OpenCL on different GPU architectures (even at the same time). All of the hardware “secrets” are hidden in this compiler and are normally not visible to the user (or the application). The compiled OpenCL code is loaded onto your GPU and &amp;ndash; with certain API calls &amp;ndash; it is ready to perform calculations for you.&lt;/p></description></item><item><title>Aktivierung von OpenCL in Ansel</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/activate-opencl/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>98a1e168f158066106432ced3ba2349b0cb1af023b73c08ceadcc5059c7ba25e</guid><description>&lt;p>Das Brauchen von OpenCL in Ansel erfordert es, dass dein Computer mit einer geeigneten Grafikkarte mit den erforderlichen Libraries ausgerüstet ist. Die meisten modernen Grafikkarten von NIVIDIA und AMD kommen mit vollem Support für OpenCL. Der Compiler für OpenCL wird normalerweise als Teil des proprietären Grafik-Treibers und wird als dynamische Library mit Namen &lt;code>libOpenCL.so&lt;/code> gebraucht. Diese Library muss in einem Ordner sein, wo diese vom System-Linker deines Systems gefunden werden kann.&lt;/p></description></item><item><title>OpenCL konfigurieren</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/setting-up/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>8bf6719ac049bcd8edd4c9caf5ea90709e8a6544fe0162210792a621f87b129a</guid><description>&lt;p>Die riesige Vielfalt der Systeme und deutliche Unterschiede zwischen OpenCL-Anbietern und Treiberversionen macht es unmöglich einen umfassenden Überblick darüber zu geben, wie man OpenCL konfiguriert. Wir können dir nur ein Beispiel geben, in diesem Fall für den NVIDIA-Treiber 331.89 für Ubuntu 14.04. Wir hoffen, dass dies als eine grundlegende Anleitung dienen kann und dir helfen wird, spezifische Probleme für dein Setup zu lösen.&lt;/p>
&lt;p>Der prinzipielle OpenCL-Funktionsablauf sieht so aus:&lt;/p>
&lt;p>&lt;code>Ansel &amp;gt; libOpenCL.so &amp;gt; libnvidia-opencl.so.1 &amp;gt; kernel-Treibermodul(e)&amp;gt; GPU&lt;/code>&lt;/p></description></item><item><title>Mögliche Probleme und Lösungen</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/problems-solutions/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>298ad98c1f37fced776f9bf2a320f0c1ad3ec85d1f0d2cfc39f45d2f6313b3ac</guid><description>&lt;p>Ansel entdeckt OpenCL-Laufzeitfehler automatisch. Nach einem Fehler wird alles erneut über die CPU berechnet. Das verringert zwar die Verarbeitungsgeschwindigkeit, sollte aber nicht das Endergebnis ändern.&lt;/p>
&lt;p>Es gibt unterschiedliche Gründe, warum OpenCL während der Initialisierung fehlschlägt. OpenCL hängt von den Hardware-Anforderungen ab und von gewissen Treibern und Bibliotheken. Zusätzlich müssen alle diese hinsichtlich Hersteller, Modell und Revisionsnummer zusammenpassen. Falls etwas nicht stimmt (z.B. der Grafiktreiber, als Kernel Modul geladen, passt nicht zur Version der &lt;code>libOpenCL.so&lt;/code>), wird eine OpenCL-Unterstützung wohl nicht verfügbar sein.&lt;/p></description></item><item><title>Scheduling-Profil</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/scheduling-profile/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>baee0a92efdfc49ee6ce957a5f00ae36e96ec2cd444ac84a352274f6fd9a2fb4</guid><description>&lt;p>Ansel can use the CPU and one or several OpenCL capable GPUs. Depending on the relative performance of these devices, users can choose among certain scheduling profiles to optimize performance. This is achieved by setting the configuration parameter
&lt;a href="https://ansel.photos/de/doc/preferences-settings/processing/#cpu-gpu-memory" title="" rel="dofollow" >Preferences &amp;gt; Processing &amp;gt; CPU, GPU, Memory &amp;gt; OpenCL scheduling profile&lt;/a>, which offers the following choices:&lt;/p>
&lt;dl>
&lt;dt>default&lt;/dt>
&lt;dd>If an OpenCL-capable GPU is found Ansel uses it for processing the center image view while the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/navigation/" title="" rel="dofollow" >navigation preview window&lt;/a> is processed on the CPU in parallel. This is the preferred setting for systems with a reasonably fast CPU and a moderately fast GPU. The exact allocation of devices to the various pixelpipe types can be finetuned with the “opencl_device_priority” configuration parameter (see
&lt;a href="https://ansel.photos/de/doc/preferences-settings/performance/opencl/multiple-devices/" title="" rel="dofollow" >multiple devices&lt;/a>).&lt;/dd>
&lt;dt>Sehr schnelle GPU&lt;/dt>
&lt;dd>Mit diesem Scheduling-Profil verarbeitet Ansel das Hauptbildfenster und Vorschaufenster auf dem Grafikprozessor sequentiell. Dies ist die bevorzugte Einstellung für Systeme, bei denen die GPU die CPU leistungsmäßig deutlich übertrifft.&lt;/dd>
&lt;dt>Mehrere GPUs&lt;/dt>
&lt;dd>Diese Einstellung betrifft Systeme mit mehreren Grafikprozessoren, deren Performance sich nicht deutlich voneinander unterscheidet. Immer wenn ein Verarbeitungsjob gestartet wird, benutzt Ansel eine zum jeweiligen Zeitpunkt gerade unbeschäftigte GPU, aber nicht die CPU. Benutzer mit verschiedenen GPUs brauchen eine bessere Kontrolle hinsichtlich der relativen Priorität der GPUs. Sie werden besser mit der Auswahl &amp;ldquo;Standard&amp;rdquo; Profil zurechtkommen und dann über den &amp;ldquo;opencl_device_priority&amp;rdquo; Konfigurationsparameter (siehe
&lt;a href="https://ansel.photos/de/doc/preferences-settings/performance/opencl/multiple-devices/" title="" rel="dofollow" >mehrere GPUs&lt;/a>) ihr System feineinstellen.&lt;/dd>
&lt;/dl>
&lt;p>On first start-up or after any detected change in the GPU configuration of your system Ansel tries to identify the best suited profile for you. You can change it at any time in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/processing/#cpu-gpu-memory" title="" rel="dofollow" >Preferences &amp;gt; Processing &amp;gt; CPU, GPU, Memory&lt;/a>.&lt;/p></description></item><item><title>Mehrere Einheiten</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/multiple-devices/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>f39b2ba566478b12daa1e8697ca4349ffc98d83635c514f1ec2459f7a58082d3</guid><description>&lt;p>Die Disposition von OpenCL-Einheiten kann auf den meisten Systemen mit den Einstellungen von &amp;ldquo;OpenCL scheduling profile&amp;rdquo; optimiert werden. Wenn aber dein System mit mehr als einer GPU ausgestattet ist, solltest du die entsprechenden Prioritäten der Einheiten manuell setzen. Um das zu tun, musst du das &amp;ldquo;Standard&amp;rdquo; Disposition-Profil setzen und die Einstellungen in den Konfigurations-Parametern der &amp;ldquo;opencl_device_priority&amp;rdquo; ändern.&lt;/p>
&lt;p>Es ist wichtig zu verstehen, wie Ansel die OpenCL-Geräte nutzt. Jede Bearbeitungsfolge für ein Bildes, d.h. die Umwandlung einer Eingabe mit einem Verlaufsstapel in die abschließende Ausgabe, wird in einer Pixelpipe durchgeführt. Es gibt vier verschiedenen Arten von Pixelpipes in Ansel. Ein Typ ist verantwortlich für die Erzeugung der zentralen Großansicht des Bildes, ein weiterer erzeugt das Vorschaubild (in der Navigation). Eine dieser Pixelpipes kann jederzeit laufen, und die Pixelpipes für die Großansicht und das Vorschaubild gleichzeitig. Zusätzlich können gleichzeitig mehrere Pixelpipes Dateiexporte oder Vorschaubilder erzeugen. Falls ein OpenCL-Gerät vorhanden ist, wird Ansel dieses dynamisch einer spezifische Pixelpipe für eine Berechnungn zuweisen und nachher wieder freigeben.&lt;/p></description></item><item><title>OpenCL funktioniert bei mir immer noch nicht</title><link>https://ansel.photos/de/doc/preferences-settings/performance/opencl/still-doesnt-work/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>90f303f34f5f0e15c0e1ef5e763d71730488d0aed5dc9ae47a6b51093838b9dd</guid><description>&lt;p>As has been mentioned, OpenCL systems come with a huge variety of setups: different GPU manufacturers and models, varying amounts of GPU memory, different drivers, different distributions etc..&lt;/p>
&lt;p>Viele der möglichen Probleme treten nur bei bestimmten Kombinationen dieser Faktoren auf. Wir bitten um Verständnis, dass Ansel-Entwickler nur ein kleiner Teil dieser Varianten zur Verfügung steht und daher möglicherweise ein spezifisches Problem nicht gelöst werden kann. Es ist uns nicht möglich ein Problem zu beheben, das wir nicht reproduzieren können.&lt;/p></description></item><item><title>Memory und Leistungs-Optimierung</title><link>https://ansel.photos/de/doc/preferences-settings/performance/mem-performance/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>0a827997a0218ebe7b197bb54b4eda58385fd157380c0178929b044e44160fec</guid><description>&lt;/section>
&lt;section id="memory-anforderungen">
&lt;h2 class="text-left heading">
Memory Anforderungen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Processing a raw image in Ansel requires a great deal of system memory. A simple calculation makes this clear: For a 20 megapixel image, Ansel requires a 4x32-bit floating point cell to store each pixel, meaning that each full image of this size will require approximately 300MB of memory just to store the image data. In order to actually process this image through a given module, Ansel needs at least two buffers (input and output) of this size, with more complex modules potentially requiring several additional buffers for intermediate data. Without further optimization, anything between 600MB and 3GB of memory might be required to store and process image data as the pixelpipe executes. On top of this is Ansel&amp;rsquo;s code segment, the code and data of any dynamically-linked system libraries, as well as further buffers that Ansel uses to store intermediate states (cache) for quick access during interactive work.&lt;/p></description></item><item><title>Sichern</title><link>https://ansel.photos/de/doc/preferences-settings/storage/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>fc560c285ea5f2160e949cb1876e9b7c541242602f850f75230e069e6dfdc640</guid><description>&lt;/section>
&lt;section id="datenbank">
&lt;h2 class="text-left heading">
Datenbank
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>check for database maintenance&lt;/dt>
&lt;dd>Indicates when darktable should check for database fragmentation and perform maintenance. Options are &amp;ldquo;never&amp;rdquo;, &amp;ldquo;on startup&amp;rdquo;, &amp;ldquo;on close&amp;rdquo; and &amp;ldquo;on both&amp;rdquo;. Each of these is also available with an additional &amp;ldquo;(don&amp;rsquo;t ask)&amp;rdquo; option to perform the checks automatically without prompting (default &amp;ldquo;on close&amp;rdquo;).&lt;/dd>
&lt;dt>Datenbankfragmentierung Schwellwert-Verhältnis&lt;/dt>
&lt;dd>Das Schwellwert-Verhältnis (in Prozent), über der die Datenbank_Unterhalt eingeleitet werden soll (Standard 25), ist aber abhängig von den vorangegangenen Einstellungen.&lt;/dd>
&lt;dt>Datenbankabzug erstellen&lt;/dt>
&lt;dd>Definiert, wie oft Ansel einen Abzug der Datenbank anfertigen soll. Die Optionen sind &amp;ldquo;nie&amp;rdquo;, &amp;ldquo;monatlich&amp;rdquo;, &amp;ldquo;wöchentlich&amp;rdquo;, &amp;ldquo;täglich&amp;rdquo; und &amp;ldquo;beim Beenden&amp;rdquo; (standardmäßig &amp;ldquo;wöchentlich&amp;rdquo;).&lt;/dd>
&lt;dt>Anzahl der aufbewahrten Datenbankabzüge&lt;/dt>
&lt;dd>Legt die Anzahl der aufbewahrten Datenbankabzüge fest. Datenbanksicherungen beim Wechsel von Ansel-Versionen werden nicht mitgezählt. Bei &amp;ldquo;-1&amp;rdquo; wird die Anzahl nicht eingeschränkt (Voreinstellung: 10).&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="xmp">
&lt;h2 class="text-left heading">
XMP
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>für jedes Bild Begleitdatei schreiben&lt;/dt>
&lt;dd>Die XMP-Dateien stellen, zusätzlich zu den gespeicherten Änderungen in der Datenbank von Ansel, eine redundante Methode dar, Änderungen an einem Bild zu sichern. Diese Option erlaubt wie folgt auszuwählen, wann diese Dateien geschrieben werden:&lt;/dd>
&lt;dd>
&lt;p>&lt;em>nie&lt;/em>: Schreibe keine XMP-Dateien. Das mag nützliche sein, wenn du mehrere Versionen von Ansel betreibst für Entwicklungs/Test-Zwecke, aber diese wird normalerweise nicht empfohlen&lt;/p></description></item><item><title>Allgemeines</title><link>https://ansel.photos/de/doc/preferences-settings/miscellaneous/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>ffcf63f97fc3b14ae058fab93b149795b4d9d330e806bdde25bcf35aad4a8033</guid><description>&lt;/section>
&lt;section id="schnittstellen">
&lt;h2 class="text-left heading">
Schnittstellen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Lade die Standard-Kurzbefehle beim Aufstarten&lt;/dt>
&lt;dd>Wenn die Applikation aufgestartet wird, ladet Ansel die Standard-Kurzbefehle, und dann zusätzliche die Benutzer-definierten. Das erlaubt es, die Standard-Kurzbefehle mit einer neuen Aktion zu übersteuern, aber es bewahrt diese vor dem Löschen (der abgewählte Kurzbefehl wird beim nächsten Aufstarten wieder neu geladen). Deaktivieren dieser Einstellung wird ein neues Aufstarten der Standard-Kurzbefehle verhindern &amp;ndash; und starte nur die Benutzer-definierten (plus solche, die nicht nachträglich gelöscht oder überschrieben wurden). Das macht das Löschen leichter, es heisst aber auch, dass du nicht von Kurzbefehlen profitierst, die eventuell in zukünftigen Versionen dazu kommen, ohne dass du vorher die Einstellung wieder anschaltest (Standard ein).&lt;/dd>
&lt;dt>Skalenschieber Schrittlänge min/max&lt;/dt>
&lt;dd>Wenn das aktiviert ist, wird die Standard-Schrittlänge beim Ändern der von den minimalen und maximalen Werten für diesesn Schieber abhängen (Standard ein)&lt;/dd>
&lt;dt>Zeige die eingebauten Voreinstellungen als erste&lt;/dt>
&lt;dd>Wähle hier, wie das Menü mit den Voreinstellungen sortiert wird. Wenn diese Option angewählt ist, dann werden eingebaute Voreinstellungen als erste angezeigt (standard ein).&lt;/dd>
&lt;dt>always show panels&amp;rsquo; scrollbars&lt;/dt>
&lt;dd>Defines whether the panel scrollbars should be always visible or activated only depending on the panel content (default on). (needs a restart)&lt;/dd>
&lt;dt>position of the scopes module&lt;/dt>
&lt;dd>Choose whether to show the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/scopes/" title="" rel="dofollow" >scopes&lt;/a> module in the left or right panel (default right). (needs a restart)&lt;/dd>
&lt;dt>method to use for getting the display profile&lt;/dt>
&lt;dd>This option allows the user to force Ansel to use a specific method to obtain the current display profile for
&lt;a href="https://ansel.photos/de/doc/color-management/" title="" rel="dofollow" >color management&lt;/a>. In the default setting “all”, Ansel will choose to query the X display server&amp;rsquo;s xatom or the colord system service. You can set this option to “xatom” or “colord” to enforce a specific method if the two methods give different results. You can run the
&lt;a href="https://ansel.photos/de/doc/cli/ansel-cmstest/" title="" rel="dofollow" >Ansel-cmstest&lt;/a> binary to examine your color management subsystem.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="tags">
&lt;h2 class="text-left heading">
Tags
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>omit hierarchy in simple tag lists&lt;/dt>
&lt;dd>When exporting images any hierarchical tags are also added as a simple list of non-hierarchical tags to make them visible to some other programs. When this option is checked Ansel will only include the last part of the hierarchy and ignore the rest. So &lt;code>foo|bar|baz&lt;/code> will only add &lt;code>baz&lt;/code>.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="kurzbefehle-mit-mehreren-instanzen">
&lt;h2 class="text-left heading">
Kurzbefehle mit mehreren Instanzen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Von vielen Bearbeitungsmodulen können mehrere Instanzen erzeugt werden. In einem solchen Szenario ist es nicht immer offensichtlich, auf welche Instanz sich Kurzbefehle auswirken sollen. Die folgenden Optionen bestimmen Regeln, die &amp;ndash; der Reihe nach angewandt &amp;ndash; entscheiden, auf welche Modulinstanz Kurzbefehle angewendet werden sollen.&lt;/p></description></item><item><title>Kurzbefehle</title><link>https://ansel.photos/de/doc/preferences-settings/shortcuts/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>a97dcdaf22e078ba017f90e640f009ff11545427dca11bf919a5702d8df3bc57</guid><description>&lt;p>Some actions in Ansel can be performed with a keyboard shortcut. A table of key shortcuts is available in &lt;em>Help &amp;gt; Table of key shortcuts&lt;/em>.&lt;/p>
&lt;p>&lt;strong>Note:&lt;/strong> The table shows different key shortcuts for different Views.&lt;/p>
&lt;/section>
&lt;section id="assigning-key-shortcuts">
&lt;h2 class="text-left heading">
Assigning key shortcuts
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>For the time being shortcuts can only be defined or changed by editing your &lt;code>$HOME/.config/Ansel/shortcutsrc&lt;/code> file. There is no support for MIDI-devices in Ansel.&lt;/p>
&lt;/section>
&lt;section id="deleting-default-shortcuts">
&lt;h3 class="text-left heading">
Deleting default shortcuts
&lt;/h3>
&lt;p>When launching the application, Ansel loads default shortcuts first, and then loads user-defined shortcuts on top. This allows default shortcuts to be overridden with a new action but prevents them from being deleted (since the deleted shortcut will be automatically reloaded on the next restart).&lt;/p></description></item><item><title>Voreinstellungen</title><link>https://ansel.photos/de/doc/preferences-settings/presets/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>e5f76cad991c5d66c81849db83d124271943244ba2297df94d5b396bf5784828</guid><description>&lt;p>This menu provides an overview of the presets that are defined for Ansel&amp;rsquo;s modules, and allows you to modify some of their properties.&lt;/p>
&lt;p>Vordefinierte, standardmäßig in Ansel enthaltene Einstellungen sind mit einem Schlosssymbol versehen. Deren Eigenschaften können nicht verändert werden.&lt;/p>
&lt;p>Benutzerdefinierte Voreinstellungen können aus exportierten &lt;code>.dtpreset&lt;/code>-Dateien über die Schaltfläche &amp;ldquo;Import&amp;rdquo; am unteren Bildschirmrand geladen werden. Mit der Schaltfläche &amp;ldquo;Export&amp;rdquo; können &lt;em>alle&lt;/em> benutzerdefinierten Voreinstellungen in einem Verzeichnis gespeichert werden.&lt;/p>
&lt;p>Um eine benutzerdefinierte Voreinstellung zu löschen, diese auswählen und die Entf-Taste drücken.&lt;/p></description></item><item><title>Lua-Optionen</title><link>https://ansel.photos/de/doc/preferences-settings/lua-options/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>bd956a503e7dcf929a927e8e8380a97d854e5589704cd0e25596ec41f1d71136</guid><description>&lt;dl>
&lt;dt>lua scripts installer don&amp;rsquo;t show again&lt;/dt>
&lt;dd>Check this box to hide the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/lua-scripts-installer/" title="" rel="dofollow" >lua scripts installer&lt;/a> in the lighttable if no lua scripts are installed.&lt;/dd>
&lt;/dl></description></item><item><title>Farbverwaltung</title><link>https://ansel.photos/de/doc/color-management/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>122fa4c8ee278b86405fe42512275053d5d9ddf824ad62366a8062b4da1f23ad</guid><description>&lt;p>Ansel employs a fully color managed workflow:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Input color specifications are taken from embedded or user-supplied ICC profiles or (in the case of raw files) from a library of camera-specific color matrices.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Ansel automatically reads the display profile of your monitor (if properly configured) for accurate on-screen color rendition. Multiple-screen setups are fully supported as long as a system service like colord is in place and properly configured to inform Ansel of the correct monitor profile.&lt;/p></description></item><item><title>Bildschirm Profil</title><link>https://ansel.photos/de/doc/color-management/display-profile/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>05a860864ed0b217ae85c63730504e9a59b665302dac37803134dea5fad0b406</guid><description>&lt;p>For darktable to faithfully render colors on screen it needs to find the correct display profile for your monitor. In general this requires your monitor to be properly calibrated and profiled, and it needs the profile to be correctly installed on your system. darktable queries your X display server&amp;rsquo;s xatom as well as the system service colord (if available) for the right profile. If required you can enforce a specific method in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/miscellaneous/" title="" rel="dofollow" >preferences &amp;gt; miscellaneous&lt;/a>.&lt;/p></description></item><item><title>Rendering Methode</title><link>https://ansel.photos/de/doc/color-management/rendering-method/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>e56aa2ae7eda483c66c91968e886c17841da39f9b6d5d0b373ebc03b5830f89b</guid><description>&lt;p>Ansel kann entweder mit seinen eigenen internen Algorithmen oder mit der externen Library LittleCMS2 Farben rendern. Die interne Methode von Ansel ist im Hinblick auf das Ausmaß, schneller als die externe. Die esxterne Option gibt dir die Möglichkeit den Rendering-Vorsatz zu wählen und es mag sein, dass diese in einigen Fällen bessere Resultate ergibt.&lt;/p>
&lt;p>You can change the default method in
&lt;a href="https://ansel.photos/de/doc/preferences-settings/processing/" title="" rel="dofollow" >preferences &amp;gt; processing &amp;gt; always use LittleCMS 2 to apply output color profile&lt;/a>&lt;/p></description></item><item><title>Rendering Vorsatz</title><link>https://ansel.photos/de/doc/color-management/rendering-intent/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>302c7bf6450f5c858ab6c15a351dd4c21f44a84dcd82a8d57e23aac0a942a907</guid><description>&lt;p>If rendering with LittleCMS2 is activated (see
&lt;a href="https://ansel.photos/de/doc/color-management/rendering-method/" title="" rel="dofollow" >rendering method&lt;/a>) you can define how to handle out-of-gamut colors when converting between color spaces. A selection box in the
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/export/" title="" rel="dofollow" >export&lt;/a>,
&lt;a href="https://ansel.photos/de/doc/views/darkroom/modules/output-color-profile/" title="" rel="dofollow" >&lt;em>output color profile&lt;/em>&lt;/a>, and
&lt;a href="https://ansel.photos/de/doc/views/toolboxes/soft-proof/" title="" rel="dofollow" >soft proof&lt;/a> modules gives you a choice of the following rendering intents:&lt;/p>
&lt;dl>
&lt;dt>perceptual&lt;/dt>
&lt;dd>Best suited to photographs as it maintains the relative position of colors. This is usually the best choice.&lt;/dd>
&lt;dt>relative colorimetric&lt;/dt>
&lt;dd>Out-of-gamut colors are converted to colors having the same lightness, but different saturation. Other colors remain unmodified.&lt;/dd>
&lt;dt>saturation&lt;/dt>
&lt;dd>Saturation is retained but lightness is slightly changed.&lt;/dd>
&lt;dt>absolute colorimetric&lt;/dt>
&lt;dd>Keep the white point.&lt;/dd>
&lt;/dl></description></item><item><title>Die Farbräume von Ansel</title><link>https://ansel.photos/de/doc/color-management/color-spaces/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>d735b31207d4a0c64b2789dda685bc305a3945ddfaca00c2baeef21e7b48da6e</guid><description>&lt;p>Eingabe-Bilder sind entweder RGB-Dateien (wie JPEGs oder TIFFs) oder Kamera-RAWs. Beide speichern visuelle Informationen als Kombinationen der Primärfarben (z.B. rot, grün und blau) welche zusammen eine Licht-Emission beschreiben, die vom Bildschirm wiedergegeben werden.&lt;/p>
&lt;p>Das folgende Bild illustriert dieses Konzept.&lt;/p>
&lt;p>
&lt;figure class="img-wrapper " id="spectral-decompositionjpg">
&lt;button class="open-lightbox-button" onclick="lightbox(&amp;#34;spectral-decompositionjpg&amp;#34;)">
&lt;i class="fa fa-expand-alt open-lightbox-icon fa-fw">&lt;/i>
&lt;/button>
&lt;button class="open-link-button" onclick="window.open('https:\/\/ansel.photos\/spectral-decomposition.jpg', '_blank');">
&lt;i class="fa fa-external-link-alt open-link-icon fa-fw">&lt;/i>
&lt;/button>
&lt;div class="img-container" onclick="lightbox(&amp;#34;spectral-decompositionjpg&amp;#34;)" style="cursor: pointer;" >
&lt;img src=https://ansel.photos/spectral-decomposition.jpg alt="image"
style=" "
decoding="async" loading="lazy"sizes="(max-width: 992px) 100vw, (max-width: 1200px) 66.67vw, 50vw" srcset="https://ansel.photos/spectral-decomposition_hu_8ef6e6e3597df9bb.jpg 140w, https://ansel.photos/spectral-decomposition_hu_1982bc01916d4fc9.jpg 264w, https://ansel.photos/spectral-decomposition_hu_ad4351bc3747fe4d.jpg 331w, https://ansel.photos/spectral-decomposition_hu_952676c986a671a8.jpg 400w, https://ansel.photos/spectral-decomposition_hu_b86250695d637e15.jpg 496w, https://ansel.photos/spectral-decomposition_hu_f714fe1bbb47acd4.jpg 576w, https://ansel.photos/spectral-decomposition_hu_daa42674dc2421ac.jpg 600w, https://ansel.photos/spectral-decomposition_hu_334d6fd696f71f5d.jpg 720w, https://ansel.photos/spectral-decomposition_hu_f8ebb567d2e0b1db.jpg 800w, https://ansel.photos/spectral-decomposition_hu_f9312463d354753.jpg 992w"width="1131" height="600"/>
&lt;/div>
&lt;/figure>
&lt;/p></description></item><item><title>Grenzenlose Farben</title><link>https://ansel.photos/de/doc/color-management/unbounded-colors/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>8c03c6c521e90ec91a46cfcea32c3d7a63127b7d0f72877c69a040b42217e930</guid><description>&lt;p>Bildschirme und die meisten Dateiformate können nur RGB-Intensitäten in einem bestimmten Bereich kodieren. Zum Beispiel können 8-Bit-kodierte Bilder nur Werte zwischen 0 und 255 enthalten, Bilder mit 10-Bit zwischen 0 und 1023, und so weiter. Grafikstandards setzen voraus, dass das Maximum dieses Bereiches, unabhängig vom aktuellen Wert, immer die maximale Helligkeit darstellt, die das Anzeigemedium imstande ist zu rendern, abhängig vom aktuellen Standard normalerweise zwischen 100 und 160 Cd/m² (oder nits). Wir nennen das generell &amp;ldquo;100 % anzeigebezogen&amp;rdquo;. Der minimale Bereich kodiert als 0, unabhängig von der Bit-Tiefe, wird dann &amp;ldquo;0 % anzeigebezogen&amp;rdquo;. 100 % bedeutet reines Weiß, 0 % reines Schwarz.&lt;/p></description></item><item><title>Mögliche Farbartefakte</title><link>https://ansel.photos/de/doc/color-management/color-artifacts/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>d1574151471dd43bf534135ac06f87675af21ffe1d3db4438ccb65432cf19179</guid><description>&lt;p>There are some infrequent situations that still can lead to problematic results unless the user takes some action. Some modules in Lab color space rely on the fact that the L channels carries all lightness information, with the a and b channels purely representing chroma and hue. Unbounded colors with negative L values are especially problematic to these modules and can lead to black pixel artifacts.&lt;/p>
&lt;p>Es ist bekannt, dass hochgesättigte blaue Lichtquellen im Bildausschnitt potenzielle Kandidaten für Pixel mit negativen L-Werte sind. Beispielsweise bei Bühnenaufnahmen sollten solche Lichter in Bildern vermieden werden.&lt;/p></description></item><item><title>Farbdimensionen von Ansel</title><link>https://ansel.photos/de/doc/color-management/color-dimensions/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>2b37bf2404d4b6fe90b61e1d6f2b37e8269a0adf8cf7e151e67f48c40da0775b</guid><description>&lt;p>Dieser Abschnitt definiert konzeptionell wie auch quantitativ die wahrnehmbare Eigenschaften von Farben, um kreative und korrigierende Anpassungen an Farben in Ansel zu beschreiben und zu quantifizieren.&lt;/p>
&lt;/section>
&lt;section id="definitionen">
&lt;h2 class="text-left heading">
Definitionen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Farbeigenschaften, wie &amp;ldquo;Sättigung&amp;rdquo;, &amp;ldquo;Leuchtkraft&amp;rdquo; oder Helligkeit, sind in den normalen Gebrauch übernommen worden, sie werden aber Großteils falsch verwendet und häufig genutzt, um andere Dinge auszudrücken. In der Farblehre hat jeder dieser Ausdrücke eine genaue Bedeutung.&lt;/p>
&lt;p>Es gibt zwei Bezugssysteme, innerhalb derer Farbeigenschaften analysiert und beschrieben werden können:&lt;/p></description></item><item><title>Command Line Interface</title><link>https://ansel.photos/de/doc/cli/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>a5d2fb88d8671d9703e4bb1f92bfe0647549a804e6a2dd8f5dbe9c02faead352</guid><description/></item><item><title>Ansel</title><link>https://ansel.photos/de/doc/cli/ansel/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>86764f8a1a89681e9826d2f5a2c19221a670cd4f3116eddaecfefa1766ab7a3d</guid><description>&lt;p>Das &lt;code>Ansel&lt;/code> Programm startet Ansel mit dessen GUI und der vollen Funktionalität. Das ist die Standard-Weg Ansel zu nutzen.&lt;/p>
&lt;p>&lt;code>Ansel&lt;/code> kann mit folgenden Kommando-Linien Parametern gestartet werden:&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-gdscript3" data-lang="gdscript3">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1"> 1&lt;/a>&lt;/span>&lt;span>Ansel [&lt;span style="color:#f92672">-&lt;/span>d {all,act_on,cache,camctl,camsupport,control,demosaic,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-2"> 2&lt;/a>&lt;/span>&lt;span> dev,fswatch,imageio,input,ioporder,lighttable,lua,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-3"> 3&lt;/a>&lt;/span>&lt;span> masks,memory,nan,opencl,params,perf,print,pwstorage,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-4">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-4"> 4&lt;/a>&lt;/span>&lt;span> &lt;span style="color:#66d9ef">signal&lt;/span>,sql,tiling,undo,verbose}]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-5">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-5"> 5&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">&amp;lt;&lt;/span>input file&lt;span style="color:#f92672">&amp;gt;|&amp;lt;&lt;/span>image folder&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-6">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-6"> 6&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>version]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-7">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-7"> 7&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>disable&lt;span style="color:#f92672">-&lt;/span>opencl]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-8">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-8"> 8&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>library &lt;span style="color:#f92672">&amp;lt;&lt;/span>library file&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-9">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-9"> 9&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>datadir &lt;span style="color:#f92672">&amp;lt;&lt;/span>data directory&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-10">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-10">10&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>moduledir &lt;span style="color:#f92672">&amp;lt;&lt;/span>module directory&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-11">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-11">11&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>tmpdir &lt;span style="color:#f92672">&amp;lt;&lt;/span>tmp directory&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-12">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-12">12&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>configdir &lt;span style="color:#f92672">&amp;lt;&lt;/span>user config directory&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-13">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-13">13&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>cachedir &lt;span style="color:#f92672">&amp;lt;&lt;/span>user cache directory&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-14">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-14">14&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>localedir &lt;span style="color:#f92672">&amp;lt;&lt;/span>locale directory&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-15">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-15">15&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>luacmd &lt;span style="color:#f92672">&amp;lt;&lt;/span>lua command&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-16">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-16">16&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>noiseprofiles &lt;span style="color:#f92672">&amp;lt;&lt;/span>noiseprofiles json file&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-17">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-17">17&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>d&lt;span style="color:#f92672">-&lt;/span>&lt;span style="color:#66d9ef">signal&lt;/span> &lt;span style="color:#f92672">&amp;lt;&lt;/span>&lt;span style="color:#66d9ef">signal&lt;/span>&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-18">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-18">18&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>d&lt;span style="color:#f92672">-&lt;/span>&lt;span style="color:#66d9ef">signal&lt;/span>&lt;span style="color:#f92672">-&lt;/span>act &lt;span style="color:#f92672">&amp;lt;&lt;/span>all,raise,connect,disconnect,print&lt;span style="color:#f92672">-&lt;/span>trace&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-19">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-19">19&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">--&lt;/span>conf &lt;span style="color:#f92672">&amp;lt;&lt;/span>key&lt;span style="color:#f92672">&amp;gt;=&amp;lt;&lt;/span>value&lt;span style="color:#f92672">&amp;gt;&lt;/span>]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-20">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-20">20&lt;/a>&lt;/span>&lt;span> [&lt;span style="color:#f92672">-&lt;/span>t &lt;span style="color:#f92672">&amp;lt;&lt;/span>num openmp threads&lt;span style="color:#f92672">&amp;gt;&lt;/span>]&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;p>Alle Parameter sind optional. In den meisten Fällen sollte Ansel ohne weitere Parameter gestartet werden, in diesen Fällen nutzt Ansel passende Standards.&lt;/p></description></item><item><title>Ansel-cli</title><link>https://ansel.photos/de/doc/cli/ansel-cli/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>29f86fac6eb6c0021ef1b5e8e1204659dc685e16ef0f841cab16487208a630fe</guid><description>&lt;p>The &lt;code>ansel-cli&lt;/code> binary starts the command line interface variant of Ansel which allows images to be exported.&lt;/p>
&lt;p>Diese Variante öffnet keine Anzeige &amp;ndash; sie arbeitet im reinen Konsolen-Modus, ohne ein GUI zu lancieren. Dieser Modus ist speziell geeignet für Server, die Hintergrund-Jobs abarbeiten.&lt;/p>
&lt;p>&lt;code>ansel-cli&lt;/code> can be called with the following command line parameters:&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1"> 1&lt;/a>&lt;/span>&lt;span>ansel-cli [&amp;lt;input file or folder&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-2"> 2&lt;/a>&lt;/span>&lt;span> [&amp;lt;xmp file&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-3"> 3&lt;/a>&lt;/span>&lt;span> &amp;lt;output file or folder&amp;gt;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-4">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-4"> 4&lt;/a>&lt;/span>&lt;span> [--width &amp;lt;max width&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-5">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-5"> 5&lt;/a>&lt;/span>&lt;span> [--height &amp;lt;max height&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-6">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-6"> 6&lt;/a>&lt;/span>&lt;span> [--hq &amp;lt;0|1|true|false&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-7">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-7"> 7&lt;/a>&lt;/span>&lt;span> [--upscale &amp;lt;0|1|true|false&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-8">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-8"> 8&lt;/a>&lt;/span>&lt;span> [--style &amp;lt;style name&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-9">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-9"> 9&lt;/a>&lt;/span>&lt;span> [--style-overwrite]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-10">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-10">10&lt;/a>&lt;/span>&lt;span> [--apply-custom-presets &amp;lt;0|1|false|true&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-11">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-11">11&lt;/a>&lt;/span>&lt;span> [--out-ext &amp;lt;extension&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-12">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-12">12&lt;/a>&lt;/span>&lt;span> [--import &amp;lt;file or dir&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-13">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-13">13&lt;/a>&lt;/span>&lt;span> [--icc-type &amp;lt;type&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-14">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-14">14&lt;/a>&lt;/span>&lt;span> [--icc-file &amp;lt;file&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-15">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-15">15&lt;/a>&lt;/span>&lt;span> [--icc-intent &amp;lt;intent&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-16">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-16">16&lt;/a>&lt;/span>&lt;span> [--verbose]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-17">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-17">17&lt;/a>&lt;/span>&lt;span> [--help [option]]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-18">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-18">18&lt;/a>&lt;/span>&lt;span> [--core &amp;lt;Ansel options&amp;gt;]&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;p>Der Nutzer muss einen Eingabe-Dateinamen und einen Ausgabe-Dateinamen eingeben. Alle anderen Parameter sind optional.&lt;/p></description></item><item><title>ansel-generate-cache</title><link>https://ansel.photos/de/doc/cli/ansel-generate-cache/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>441ff57ece7ac1adbc55e39056f2a3849f341720379e1ba40b4bc0f502561a0e</guid><description>&lt;p>The &lt;code>ansel-generate-cache&lt;/code> binary updates Ansel&amp;rsquo;s thumbnail cache. Invoke this program to generate all missing thumbnails in the background when your computer is idle.&lt;/p>
&lt;p>&lt;code>ansel-generate-cache&lt;/code> can be called with the following command line parameters:&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1">1&lt;/a>&lt;/span>&lt;span>ansel-generate-cache
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-2">2&lt;/a>&lt;/span>&lt;span> [-h, --help]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-3">3&lt;/a>&lt;/span>&lt;span> [--version]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-4">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-4">4&lt;/a>&lt;/span>&lt;span> [--min-mip &amp;lt;0-8&amp;gt;] [-m, --max-mip &amp;lt;0-8&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-5">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-5">5&lt;/a>&lt;/span>&lt;span> [--min-imgid &amp;lt;N&amp;gt;] [--max-imgid &amp;lt;N&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-6">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-6">6&lt;/a>&lt;/span>&lt;span> [--core &amp;lt;Ansel options&amp;gt;]&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;p>All parameters are optional. If started without parameters &lt;code>ansel-generate-cache&lt;/code> uses reasonable defaults.&lt;/p></description></item><item><title>Ansel-cltest</title><link>https://ansel.photos/de/doc/cli/ansel-cltest/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>acc1d090f2cdd0b85fefafcda74ffec19ee01c8572c7c84fba0d5cfa6c9c32a4</guid><description>&lt;p>Das &lt;code>Ansel-cltest&lt;/code> Programm überprüft, ob es eine nutzbare OpenCL-Umgebung auf deinem System gibt, die Ansel nutzen kann. Es sendet einige Überprüfungs-Outputs, die äquivalent zum Aufruf von &lt;code>Ansel-d opencl&lt;/code> sind und schließt dann.&lt;/p>
&lt;p>&lt;code>Ansel-cltest&lt;/code> wird ohne Kommandolinien-Parameter aufgerufen.&lt;/p></description></item><item><title>Ansel-cmstest</title><link>https://ansel.photos/de/doc/cli/ansel-cmstest/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>1439f612a91fc38461be0cca1b502716e985b6715b033a8b6c093de6a920c971</guid><description>&lt;p>Das &lt;code>Ansel-cmstest&lt;/code> Programm (nur für Linux) überprüft, ob das Farbmamagement deines Computers korrekt konfiguriert wurde und vernünftige Informationen über die installierten Monitor-Profile vorsieht.&lt;/p>
&lt;p>&lt;code>Ansel-cmstest&lt;/code> wird ohne Kommandolinien Parameter aufgerufen.&lt;/p></description></item><item><title>Säubere _nicht_existierende_Bilder.sh</title><link>https://ansel.photos/de/doc/cli/purge_non_existing_images_sh/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>dc67b1d984128cf5dba726dd856ad7173870001384bc7ab3a73e3f6991bdde5f</guid><description>&lt;p>Finde und entferne Einträge aus der Library Datenbank, die auf Bilder zeigen, die nicht länger im Dateisystem existieren. Du musst Ansel schließen vor du dieses Skript anwendest.&lt;/p>
&lt;p>Das Skript kann mit den folgenden Kommando-Zeilen-Parametern aufgerufen werden:&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1">1&lt;/a>&lt;/span>&lt;span>purge_non_existing_images.sh [-c|--configdir &amp;lt;path&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-2">2&lt;/a>&lt;/span>&lt;span> [-l|--library &amp;lt;path&amp;gt;]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-3">3&lt;/a>&lt;/span>&lt;span>[-p|--purge]&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;p>Lasse das Skript ohne Optionen laufen, um einen &amp;ldquo;dry run&amp;rdquo;, der einen Report der fehlenden Dateien generiert, ohne irgendwelche Änderungen an der Datenbank hinzuzufügen.&lt;/p></description></item><item><title>Skripten mit Lua</title><link>https://ansel.photos/de/doc/lua/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>81ac337a31a0c4856c07a365a949aa32e656f5666faf21955918777b3719fb80</guid><description>&lt;p>Ansel hat eine vielseitige Skript-Sprache, um Funktionalitäten zu fördern.&lt;/p>
&lt;p>Lua Skripte können auch Aktionen für Ansel definieren, die im Falle eines Vorkommnisses ausgelöst werden. Ein Beispiel dafür könnte sein ein externes Programm aufzurufen, um zusätzliche Bearbeitungsschritte außerhalb von Ansel anzuwenden.&lt;/p>
&lt;p>&lt;a href="http://www.lua.org/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >Lua&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> ist ein unabhängiges Projekt, das 1993 gegründet wurde, und ist eine mächtige, schnelle und leichtgewichtige, einsetzbare Skript-Sprache. Lua wird in vielen Open Source Anwendungen, in kommerziellen Programmen und auch für Spiele-Programmierung gebraucht&lt;/p></description></item><item><title>Grundsätzliche Prinzipien: luarc Dateien</title><link>https://ansel.photos/de/doc/lua/basic-principles/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>649d2ad0dc42ff74637400b0f6e90a34225a76f43e439ffe58925f61ef1e3f06</guid><description>&lt;p>Beim Starten wird Ansel automatisch die Lua Skripte &lt;code>$Ansel/share/Ansel/luarc&lt;/code> und &lt;code>$HOME/.config/Ansel/luarc&lt;/code> ausführen (in welchen &lt;code>$Ansel&lt;/code> das Ansel Installations-Verzeichnis repräsentiert und &lt;code>$HOME&lt;/code> dein User-Verzeichnis).&lt;/p>
&lt;p>Das ist die einzige Zeit, in denen in Ansel ein Lua Skript von selbst abläuft. Diese Skripte können Aufrufe sein, die Aktionen ausführen in diversen Ansel Fällen. Dieser Aufruf-Mechanismus ist die Hauptmethode um Lua Aktionen auszulösen.&lt;/p></description></item><item><title>Ein einfaches lua Beispiel</title><link>https://ansel.photos/de/doc/lua/a-simple-example/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>5ed32ad9d872b98f2f211cc1bf56fe96db0c4e04152f930bd316486053b895c2</guid><description>&lt;p>Starten wir mit einem einfachen Beispiel, das einen gewissen Code auf deinem Gerät druckt. Kreiere eine Datei mit Namen &lt;code>luarc&lt;/code> in den Konfigurations-Ordner von Ansel (normalerweise &lt;code>$HOME/.config/Ansel/&lt;/code>) und füge die folgende Linie hinzu:&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1">1&lt;/a>&lt;/span>&lt;span>print(&amp;#34;Hello World !&amp;#34;)&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;p>Starte Ansel und du wirst den Satz &amp;ldquo;&lt;code>Hello World !&lt;/code>&amp;rdquo; auf deinem Gerät. Nichts Wahnsinniges, aber es ist ein Start.&lt;/p>
&lt;p>An dieser Stelle gibt es im Skript nichts Spezifisches zu Ansel. Wir verwenden einfach die Standardfunktion print, um einen String auszugeben. Das ist schön und gut, aber wir können es noch besser machen. Um auf die Ansel-API zuzugreifen, müssen Sie zuerst &lt;code>require&lt;/code> und das zurückgegebene Objekt in einer Variablen speichern. Sobald dies geschehen ist, können Sie auf die Ansel-API als Unterfelder des zurückgegebenen Objekts zugreifen. All dies ist im Lua API Referenzhandbuch von Ansel dokumentiert
&lt;a href="https://ansel.photos/de/doc/lua/api/" title="" rel="dofollow" >Lua API&lt;/a>.&lt;/p></description></item><item><title>Markierte Bilder drucken</title><link>https://ansel.photos/de/doc/lua/printing-labeled-images/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>8961a579a7174bd7543ad38e7530a2c2086ceb3054164aab1e7603a3eebe4f8c</guid><description>&lt;p>Das erste Beispiel zeigte uns die Grundlagen von Lua und erlaubte uns zu überprüfen, ob alles richtig funktioniert. Lass uns nun etwas Komplizierteres machen. Versuchen wir, eine Liste der Bilder auszudrucken, die mit einem roten Etikett versehen sind. Aber zunächst einmal, was ist ein Bild?&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1">1&lt;/a>&lt;/span>&lt;span>local Ansel = require &amp;#34;Ansel&amp;#34;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-2">2&lt;/a>&lt;/span>&lt;span>local debug = require &amp;#34;Ansel.debug&amp;#34;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-3">3&lt;/a>&lt;/span>&lt;span>print(Ansel.debug.dump(Ansel.database[1]))&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;p>Das Ausführen des obigen Codes erzeugt eine Menge Output. Wir werden es uns gleich anschauen, aber zuerst schauen wir uns den Code selbst an.&lt;/p></description></item><item><title>Einfachen Kurzbefehl hinzufügen</title><link>https://ansel.photos/de/doc/lua/simple-shortcut/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>6d2abb504970437903294fec1cb90d246192ab7f14f844cfe3705ad00fb91003</guid><description>&lt;p>Bisher haben alle Skripte irgendwelche Dinge beim Start ausgeführt. Das ist von begrenztem Nutzen und erlaubt es nicht, auf Nutzeraktionen zu reagieren. Um anspruchsvollere Sachen zu tun, benötigen wir Funktionen, die auf ein bestimmtes Ereignis reagieren. Und das üblichste Ereignis ist ein Kurzbefehl.&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1">1&lt;/a>&lt;/span>&lt;span>Ansel = require &amp;#34;Ansel&amp;#34;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-2">2&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-3">3&lt;/a>&lt;/span>&lt;span>local function hello_shortcut(event, shortcut)
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-4">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-4">4&lt;/a>&lt;/span>&lt;span>Ansel.print(&amp;#34;Hallo, habe &amp;#39;&amp;#34;..event..
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-5">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-5">5&lt;/a>&lt;/span>&lt;span> &amp;#34;&amp;#39; empfangen mit Parameter &amp;#39;&amp;#34;..shortcut..&amp;#34;&amp;#39;&amp;#34;)
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-6">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-6">6&lt;/a>&lt;/span>&lt;span>end
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-7">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-7">7&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-8">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-8">8&lt;/a>&lt;/span>&lt;span>Ansel.register_event(&amp;#34;shortcut&amp;#34;,hello_shortcut,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-9">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-9">9&lt;/a>&lt;/span>&lt;span> &amp;#34;Kurzbefehl, der seine Parameter druckt&amp;#34;)&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;p>Nun starte Ansel, gehe zu &amp;ldquo;Ansel-Voreinstellungen &amp;gt; Kurzbefehle &amp;gt; lua &amp;gt; Kurzbefehl, der seine Parameter druckt&amp;rdquo;, weise einen Kurzbefehl zu und probiere ihn aus. Eine schöne Meldung sollte auf dem Bildschirm erscheinen.&lt;/p></description></item><item><title>Bilder mit Lua exportieren</title><link>https://ansel.photos/de/doc/lua/exporting-images/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>56b4124766126c98d6dd4d85a3e8eb303476a2843f8984b863c6fb2024d9779e</guid><description>&lt;p>Bis jetzt haben wir gelernt Lua dazu zu nutzen, um Ansel an unseren Arbeitsablauf anzupassen. Nun möchten wir schauen, wie wir Lua dazu nutzen, um Bilder einfach an einen Online Service zu exportieren. Wenn du Bilder via die Kommandozeile an einen Bilder-Service hochladen kannst, dann kannst Lua dazu nutzen, um das in die Schnittstelle von Ansel zu integrieren.&lt;/p>
&lt;p>In diesem nächsten Beispiel verwenden wir Lua, um über &lt;code>scp&lt;/code> zu exportieren. Ein neuer Speicher erscheint in der Benutzeroberfläche von Ansel, welcher Bilder über den Kopiermechanismus von &lt;code>ssh&lt;/code> an ein entferntes Ziel exportiert.&lt;/p></description></item><item><title>Der Bau von Schnittstellen Elementen</title><link>https://ansel.photos/de/doc/lua/building-ui-elements/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>2a76919677a0023906ed7d29efc82e9a7fa84b95061a5126aaccee7ecf85e943</guid><description>&lt;p>Unser voriges Beispiel war etwas limitiert. Insbesondere der Gebrauch einer Präferenz für den Export-Pfad war nicht wirklich sehr gut. Das können wir besser mit dem Hinzufügen von Schnittstellenelementen im Export-Dialog.&lt;/p>
&lt;p>UI Elemente werden mit der &lt;code>Ansel_new_widget&lt;/code> Funktion kreiert. Diese Funktion nimmt einen Typ von Grafikobjekt als Parameter und gibt ein neues Objekt zurück, das mit diesem Grafikobjekt korrespondiert. Du kannst dann verschiedene Felder in dieses Grafikobjekt setzen, um dessen Parameter zu setzen. Dann wirst du dieses Objekt als Parameter zu verschiedenen Funktionen zuweisen und es dem Ansel UI zuteilen. Das folgende einfache Beispiel fügt einen lib der Ansicht Leuchttisch hinzu mit einem einfachen Label:&lt;/p></description></item><item><title>Skripte teilen</title><link>https://ansel.photos/de/doc/lua/sharing-scripts/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>901cbc3c9cee1cee02651c88752828db1d125a16e97c823d594a6e31560bdad3</guid><description>&lt;p>Bis jetzt waren alle Lua Codes in &lt;em>luarc&lt;/em>. Das war ein guter Weg, um dir ein Skript zu entwickeln, aber weniger praktikabel für eine Weitergabe. Das müssen in einem eigens dafür bestimmten Lua Modul. Um das zu machen, sichern wir den Code in eine separate Datei (&lt;code>scp-storage.lua&lt;/code> für diesen Fall):&lt;/p>
&lt;figure class="full-width border-0 p-0 mt-2 mb-3">
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-gdscript3" data-lang="gdscript3">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-1">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-1"> 1&lt;/a>&lt;/span>&lt;span>&lt;span style="color:#f92672">--&lt;/span>[[
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-2">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-2"> 2&lt;/a>&lt;/span>&lt;span>SCP STORAGE
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-3">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-3"> 3&lt;/a>&lt;/span>&lt;span>a simple storage to &lt;span style="color:#66d9ef">export&lt;/span> images via scp
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-4">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-4"> 4&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-5">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-5"> 5&lt;/a>&lt;/span>&lt;span>AUTHOR
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-6">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-6"> 6&lt;/a>&lt;/span>&lt;span>Jérémy Rosen (jeremy&lt;span style="color:#f92672">.&lt;/span>rosen&lt;span style="color:#960050;background-color:#1e0010">@&lt;/span>enst&lt;span style="color:#f92672">-&lt;/span>bretagne&lt;span style="color:#f92672">.&lt;/span>fr)
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-7">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-7"> 7&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-8">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-8"> 8&lt;/a>&lt;/span>&lt;span>INSTALLATION
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-9">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-9"> 9&lt;/a>&lt;/span>&lt;span>&lt;span style="color:#f92672">*&lt;/span> copy this file &lt;span style="color:#f92672">in&lt;/span> &lt;span style="color:#f92672">$&lt;/span>CONFIGDIR&lt;span style="color:#f92672">/&lt;/span>lua&lt;span style="color:#f92672">/&lt;/span> where CONFIGDIR
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-10">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-10">10&lt;/a>&lt;/span>&lt;span>is your Ansel configuration directory
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-11">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-11">11&lt;/a>&lt;/span>&lt;span>&lt;span style="color:#f92672">*&lt;/span> add the following line &lt;span style="color:#f92672">in&lt;/span> the file &lt;span style="color:#f92672">$&lt;/span>CONFIGDIR&lt;span style="color:#f92672">/&lt;/span>luarc
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-12">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-12">12&lt;/a>&lt;/span>&lt;span> require &lt;span style="color:#e6db74">&amp;#34;scp-storage&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-13">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-13">13&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-14">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-14">14&lt;/a>&lt;/span>&lt;span>USAGE
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-15">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-15">15&lt;/a>&lt;/span>&lt;span>&lt;span style="color:#f92672">*&lt;/span> select &lt;span style="color:#e6db74">&amp;#34;Export via SCP&amp;#34;&lt;/span> &lt;span style="color:#f92672">in&lt;/span> the storage selection menu
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-16">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-16">16&lt;/a>&lt;/span>&lt;span>&lt;span style="color:#f92672">*&lt;/span> set the target directory
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-17">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-17">17&lt;/a>&lt;/span>&lt;span>&lt;span style="color:#f92672">*&lt;/span> &lt;span style="color:#66d9ef">export&lt;/span> your images
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-18">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-18">18&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-19">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-19">19&lt;/a>&lt;/span>&lt;span>LICENSE
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-20">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-20">20&lt;/a>&lt;/span>&lt;span>GPLv2
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-21">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-21">21&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-22">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-22">22&lt;/a>&lt;/span>&lt;span>]]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-23">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-23">23&lt;/a>&lt;/span>&lt;span>Ansel &lt;span style="color:#f92672">=&lt;/span> require &lt;span style="color:#e6db74">&amp;#34;Ansel&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-24">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-24">24&lt;/a>&lt;/span>&lt;span>Ansel&lt;span style="color:#f92672">.&lt;/span>configuration&lt;span style="color:#f92672">.&lt;/span>check_version(&lt;span style="color:#f92672">...&lt;/span>,{&lt;span style="color:#ae81ff">2&lt;/span>,&lt;span style="color:#ae81ff">0&lt;/span>,&lt;span style="color:#ae81ff">0&lt;/span>})
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-25">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-25">25&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-26">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-26">26&lt;/a>&lt;/span>&lt;span>local scp_path &lt;span style="color:#f92672">=&lt;/span> Ansel&lt;span style="color:#f92672">.&lt;/span>new_widget(&lt;span style="color:#e6db74">&amp;#34;entry&amp;#34;&lt;/span>){
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-27">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-27">27&lt;/a>&lt;/span>&lt;span> tooltip &lt;span style="color:#f92672">=&lt;/span>&lt;span style="color:#e6db74">&amp;#34;Complete path to copy to. Can include user and hostname&amp;#34;&lt;/span>,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-28">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-28">28&lt;/a>&lt;/span>&lt;span> text &lt;span style="color:#f92672">=&lt;/span> &lt;span style="color:#e6db74">&amp;#34;&amp;#34;&lt;/span>,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-29">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-29">29&lt;/a>&lt;/span>&lt;span> reset_callback &lt;span style="color:#f92672">=&lt;/span> function(self) self&lt;span style="color:#f92672">.&lt;/span>text &lt;span style="color:#f92672">=&lt;/span> &lt;span style="color:#e6db74">&amp;#34;&amp;#34;&lt;/span> end
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-30">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-30">30&lt;/a>&lt;/span>&lt;span>}
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-31">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-31">31&lt;/a>&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-32">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-32">32&lt;/a>&lt;/span>&lt;span>Ansel&lt;span style="color:#f92672">.&lt;/span>register_storage(&lt;span style="color:#e6db74">&amp;#34;scp_export&amp;#34;&lt;/span>,&lt;span style="color:#e6db74">&amp;#34;Export via scp&amp;#34;&lt;/span>,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-33">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-33">33&lt;/a>&lt;/span>&lt;span> function( storage, image, format, filename,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-34">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-34">34&lt;/a>&lt;/span>&lt;span> number, total, high_quality, extra_data)
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-35">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-35">35&lt;/a>&lt;/span>&lt;span> &lt;span style="color:#66d9ef">if&lt;/span> coroutine&lt;span style="color:#f92672">.&lt;/span>yield(&lt;span style="color:#e6db74">&amp;#34;RUN_COMMAND&amp;#34;&lt;/span>,&lt;span style="color:#e6db74">&amp;#34;scp &amp;#34;&lt;/span>&lt;span style="color:#f92672">..&lt;/span>filename&lt;span style="color:#f92672">..&lt;/span>&lt;span style="color:#e6db74">&amp;#34; &amp;#34;&lt;/span>&lt;span style="color:#f92672">..&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-36">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-36">36&lt;/a>&lt;/span>&lt;span> scp_path&lt;span style="color:#f92672">.&lt;/span>text
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-37">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-37">37&lt;/a>&lt;/span>&lt;span> ) then
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-38">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-38">38&lt;/a>&lt;/span>&lt;span> Ansel&lt;span style="color:#f92672">.&lt;/span>print_error(&lt;span style="color:#e6db74">&amp;#34;scp failed for &amp;#34;&lt;/span>&lt;span style="color:#f92672">..&lt;/span>tostring(image))
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-39">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-39">39&lt;/a>&lt;/span>&lt;span> end
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-40">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-40">40&lt;/a>&lt;/span>&lt;span> end,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-41">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-41">41&lt;/a>&lt;/span>&lt;span> nil, &lt;span style="color:#f92672">--&lt;/span>finalize
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-42">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-42">42&lt;/a>&lt;/span>&lt;span> nil, &lt;span style="color:#f92672">--&lt;/span>supported
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-43">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-43">43&lt;/a>&lt;/span>&lt;span> nil, &lt;span style="color:#f92672">--&lt;/span>initialize
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-44">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-44">44&lt;/a>&lt;/span>&lt;span> Ansel&lt;span style="color:#f92672">.&lt;/span>new_widget(&lt;span style="color:#e6db74">&amp;#34;box&amp;#34;&lt;/span>) {
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-45">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-45">45&lt;/a>&lt;/span>&lt;span> orientation &lt;span style="color:#f92672">=&lt;/span>&lt;span style="color:#e6db74">&amp;#34;horizontal&amp;#34;&lt;/span>,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-46">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-46">46&lt;/a>&lt;/span>&lt;span> Ansel&lt;span style="color:#f92672">.&lt;/span>new_widget(&lt;span style="color:#e6db74">&amp;#34;label&amp;#34;&lt;/span>){label &lt;span style="color:#f92672">=&lt;/span> &lt;span style="color:#e6db74">&amp;#34;target SCP PATH &amp;#34;&lt;/span>},
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-47">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-47">47&lt;/a>&lt;/span>&lt;span> scp_path,
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="hl-0-48">&lt;a style="outline:none;text-decoration:none;color:inherit" href="#hl-0-48">48&lt;/a>&lt;/span>&lt;span>})&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;/figure>
&lt;p>Ansel wird Skripte suchen (den normalen Lua Regeln folgend) in den Standardverzeichnissen plus &lt;code>$CONFIGDIR/lua/*.lua&lt;/code>. So kann unser Skript aufgerufen werden, indem man einfach an die Datei anfügt &lt;code>require &amp;quot;scp-storage&amp;quot;&lt;/code> in the &lt;em>luarc&lt;/em> file. Einige extra Bemerkungen&amp;hellip;&lt;/p></description></item><item><title>Aufruf von Lua vom dbus</title><link>https://ansel.photos/de/doc/lua/calling-from-dbus/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>3679fbebbfb255a0b7b9fa668476be5a8bc0f2c556f9ca1b84b8ac5baf3334b6</guid><description>&lt;p>Es ist möglich einen Lua Befehl an Ansel via dessen DBus-Schnittstelle zu senden. Die Methode &lt;code>org.Ansel.service.Remote.Lua&lt;/code> nimmt einen einzigen String Parameter der als Lua Befehl interpretiert wird. Dieser Befehl wird ausgeführt im gegenwärtigen Lua Kontext und sollte entweder null oder einen String zurückgeben. Das Resultat wird zurückgegeben als Resultat der DBus Methode.&lt;/p>
&lt;p>If the Lua call results in an error, the DBus method call will return an error &lt;code>org.Ansel.Error.LuaError&lt;/code> with the lua error message as the message attached to the DBus error.&lt;/p></description></item><item><title>Arbeiten mit Ansel von einem Lua Skript</title><link>https://ansel.photos/de/doc/lua/darktable-from-lua/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>e1370bc59e7989a08dd1d126f34d5c39f08494ef2a04d63fd53014f59d3397ac</guid><description>&lt;p>&lt;em>Warnung: Diese Möglichkeit ist sehr experimentell. Es ist bekannt, dass mehrere Elemente bis jetzt im Library Modus nicht funktionieren. Ein vorsichtiges Testen ist sehr empfohlen.&lt;/em>&lt;/p>
&lt;p>Die Lua Schnittstelle erlaubt es dir, Ansel von jedem Lua Skript aus zu nutzen. Dadurch wird Ansel als Library geladen und das Meiste der Lua API angeboten (Ansel ist ohne Titelzeile, so dass die Funktionen, die sich auf die Beutzerschnittstelle beziehen, nicht vorhanden sind)&lt;/p>
&lt;p>Als Beispiel, das folgende Programm wird eine Liste aller Bilder in deiner Bibliothek ausdrucken:&lt;/p></description></item><item><title>Lua API</title><link>https://ansel.photos/de/doc/lua/api/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>360adbd9b82249debea3ef7dab92368c95c91c305168e960bf58497855ffc47d</guid><description>&lt;p>Ansel&amp;rsquo;s Lua API is documented in its own manual with a detailed description of all data structures and functions. You can download the API manual from &lt;a href="https://www.darktable.org/resources/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >here&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>.&lt;/p></description></item></channel></rss>