<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Toolboxes on Ansel</title><link>https://ansel.photos/nl/doc/views/toolboxes/</link><description>Recent content in Toolboxes on Ansel</description><generator>Hugo -- gohugo.io</generator><language>nl</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/nl/doc/views/toolboxes/index.xml" rel="self" type="application/rss+xml"/><item><title>Transitioning from darktable to Ansel</title><link>https://ansel.photos/nl/doc/from-darktable/</link><pubDate>Wed, 18 Jan 2023 00:00:00 +0000</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>6361e4869148b031689f2f5a9c5b4569880c7b0ee10cb87772f33fb2ba92e291</guid><description>&lt;p>This page was first written in January 2023, right after the fork, and listed what had already diverged from darktable 3.8/4.0. A lot has happened on both sides since. The sections below summarize the major changes; the gory technical details live in the &lt;a href="https://ansel.photos/en/news/" title="" target="_blank" rel="dofollow" >news&lt;/a> section of the website.&lt;/p>
&lt;/section>
&lt;section id="what-changed-in-ansel-since-2023">
&lt;h2 class="text-left heading">
What changed in Ansel since 2023
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;/section>
&lt;section id="performance-and-reliability">
&lt;h3 class="text-left heading">
Performance and reliability
&lt;/h3>
&lt;p>The pixel pipeline has been &lt;a href="https://ansel.photos/en/news/complete-pipeline-overhaul/" title="" target="_blank" rel="dofollow" >completely overhauled&lt;/a>: modules run about 1.8× faster on CPU and 1.6× faster on GPU than darktable, and — more importantly — the pipeline cache was rewritten so that disabling a module, using a color picker or re-exporting an already-exported image does not recompute the whole thing. That makes Ansel 4 to 100× faster than darktable to refresh the image. Memory management was rewritten too: Ansel knows exactly how much RAM it uses and stays within the budget you set, instead of darktable&amp;rsquo;s hand-wavy &amp;ldquo;performance profiles&amp;rdquo; that have no predictability.&lt;/p></description></item><item><title>Install</title><link>https://ansel.photos/nl/doc/install/</link><pubDate>Sun, 11 Dec 2022 00:00:00 +0000</pubDate><updated>Mon, 12 Dec 2022 00:00:00 +0000</updated><guid>08db0b9245c7307d1c2bf47be1781f0c9479864bf7694eb437437cf919b504d9</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/nl/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/nl/doc/install/linux/</link><pubDate>Sun, 11 Dec 2022 00:00:00 +0000</pubDate><updated>Thu, 09 Apr 2026 00:00:00 +0000</updated><guid>0cf47446708fba219ac62d6272d69e8ffa5413376fee2a755c56b848a45f517b</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/nl/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>9d3c1362d70531012e4008b727e8d5601466f28563f6d4bc07ad7181bad72bfd</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/nl/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>a61d2b2550bc1909c587150e51ebaf75e7588d40dd78608fc64f29ae4ce8316c</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/nl/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>a2ae8255657e44271fe8d9145cd1f211db30e000307832de8ac6b97e91560a42</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/nl/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>b692548e04e83091c16fc667c2f4c9c3842684358437ce7cd10b9c20b6f1a32e</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/nl/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>e10cc215164ae6235765ab2bbf710bf73b1a6ae5b946784156310f0b0a5fcd03</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/nl/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>36feae0280fb3f1a2a67c0e5ee710bbaafc4d513ce45e3afe9094d7eff14c5eb</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/nl/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>b1fd5067c16fa6edb3336038983288896f47c99b5947b1cea51c89265d816d6f</guid><description>&lt;p>Ansel is a &lt;strong>non-destructive RAW photo editor&lt;/strong>. It never modifies your original files: every change is stored as a recipe (an editing &lt;em>history&lt;/em>) in a &lt;a href="https://ansel.photos/nl/doc/getting-started/library/" title="" rel="dofollow" >library&lt;/a> database, and only written out to a real image file when you &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/export/" title="" rel="dofollow" >export&lt;/a>. This means your originals stay safe, edits are reversible forever, and the same recipe can be applied to many images at once.&lt;/p>
&lt;p>This section is a quick bootstrap. Each step links to a more detailed page and to the relevant &lt;a href="https://ansel.photos/nl/doc/views/" title="" rel="dofollow" >view&lt;/a>.&lt;/p></description></item><item><title>Import images</title><link>https://ansel.photos/nl/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>633c3255e04d8181b8779a9e232bc3d6f587f00e29f57b153665a0492ce063f0</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/nl/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>b6a8b368c4c2d1bd574a1ea8e20938637248a78c97921a9515cde65bafb66e4a</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/nl/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/nl/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/nl/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>1580a107fb9b66a71a10e9f0f86326d4968f5350f054221ec7335f64f6f04585</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/nl/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/nl/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/nl/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>82240e7e2afd7bda76f1a3e65a14b8b99990d00917af2205d8d6cf65102ff055</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/nl/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/nl/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/nl/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/nl/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/nl/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/nl/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>e9f974f78ef0e7db097a445a40cf5501c03d7d12fb25229e28405acc173c35c3</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/nl/doc/views/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Tue, 16 Jun 2026 00:00:00 +0000</updated><guid>8d6f8ad7b540f15b582d3aadcb77ba4ba99602caef3584036fc11d42596584a9</guid><description>&lt;p>Ansel separates its functionality into several &lt;em>views&lt;/em>, each dedicated to one task:&lt;/p>
&lt;dl>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/lighttable/" title="" rel="dofollow" >Lighttable&lt;/a>&lt;/dt>
&lt;dd>Manage, sort, cull and tag your image collection. This is the default view, loaded at startup, and you can return to it from anywhere by pressing &lt;kbd>Escape&lt;/kbd>.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/darkroom/" title="" rel="dofollow" >Darkroom&lt;/a>&lt;/dt>
&lt;dd>Develop a single image. Open it from the lighttable by double-clicking a thumbnail, or by selecting a picture and pressing &lt;kbd>Enter&lt;/kbd>.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/map/" title="" rel="dofollow" >Map&lt;/a>&lt;/dt>
&lt;dd>Show geo-tagged images on a map and geo-tag new images manually. Hidden by default; enable it in the &lt;a href="https://ansel.photos/nl/doc/preferences-settings/other-views/" title="" rel="dofollow" >preferences&lt;/a>.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/print/" title="" rel="dofollow" >Print&lt;/a>&lt;/dt>
&lt;dd>Send images to a printer. Hidden by default; enable it in the &lt;a href="https://ansel.photos/nl/doc/preferences-settings/other-views/" title="" rel="dofollow" >preferences&lt;/a>. Not available on Windows, as 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/nl/" title="" rel="dofollow" >Studio Capture&lt;/a>&lt;/dt>
&lt;dd>Dedicated view for tethered shooting sessions.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/slideshow/" title="" rel="dofollow" >Slideshow&lt;/a>&lt;/dt>
&lt;dd>Display images full-screen as a slideshow, processing them on the fly. Hidden by default; enable it in the &lt;a href="https://ansel.photos/nl/doc/preferences-settings/other-views/" title="" rel="dofollow" >preferences&lt;/a>.&lt;/dd>
&lt;/dl>
&lt;p>You switch views from the &lt;strong>Ateliers&lt;/strong> menu in the top menu bar, which lists every available view and the shortcut to reach it (the current view is greyed out). The darkroom is the exception: because it needs an image to open, you enter it from a lighttable or filmstrip thumbnail, not from the menu.&lt;/p></description></item><item><title>Global menu</title><link>https://ansel.photos/nl/doc/views/global-menu/</link><pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate><updated>Tue, 16 Jun 2026 00:00:00 +0000</updated><guid>6c030deaeebacc82eabc6573dd866b7999ed876ff53df05a9849745ca062cc66</guid><description>&lt;p>The global menu bar sits at the top-left of the &lt;a href="#header-top-panel" title="" rel="dofollow" >header&lt;/a> and is available in every view. It gathers the application-wide commands, image operations, history and style management, maintenance tasks, display settings, view switching and help. It is the central reference point of the interface: most commands that are not a per-module setting live here.&lt;/p>
&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>
Coming from Darktable: many commands that were previously buried inside side-panel modules, cryptic icon buttons or undocumented keyboard shortcuts have been collected into this menu. &amp;ldquo;Modules&amp;rdquo; that were really just grids of buttons (image actions, view toolbox, selection helpers…) became menu entries.
&lt;/div>
&lt;/section>
&lt;section id="using-the-menu">
&lt;h2 class="text-left heading">
Using the menu
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;ul>
&lt;li>Click a menu title to open it, or press &lt;kbd>Alt&lt;/kbd> to reveal the underlined &lt;strong>mnemonic&lt;/strong> letters and press one to open the matching menu. Once a menu is open, navigate all menus with the arrow keys and trigger an entry with &lt;kbd>Enter&lt;/kbd>.&lt;/li>
&lt;li>Entries that have a default keyboard shortcut show it on their right. All these shortcuts are &lt;strong>defaults that you can change&lt;/strong> from &lt;em>Edit → Keyboard shortcuts…&lt;/em> (see &lt;a href="https://ansel.photos/nl/doc/getting-started/keyboard/" title="" rel="dofollow" >shortcuts and keyboard interaction&lt;/a>).&lt;/li>
&lt;li>Many entries act on the &lt;strong>active images&lt;/strong> — that is, the images currently &lt;a href="https://ansel.photos/nl/doc/getting-started/keyboard/#thumbtable" title="" rel="dofollow" >selected&lt;/a> in the lighttable or filmstrip. When nothing is selected, those entries are greyed out.&lt;/li>
&lt;/ul>
&lt;p>The menus are described below in their bar order.&lt;/p></description></item><item><title>Bibliotheek</title><link>https://ansel.photos/nl/doc/views/lighttable/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Tue, 16 Jun 2026 00:00:00 +0000</updated><guid>35a376b9943932865700b54249ff42ed723f73f3710db518064957bd0a81e383</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/nl/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/nl/doc/views/toolboxes/collections/" title="" rel="dofollow" >library toolbox&lt;/a>, then from filtering/include toolbar.&lt;/p></description></item><item><title>Undo/redo</title><link>https://ansel.photos/nl/doc/views/lighttable/undo-redo/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>e002c3ff08c4b643e0b04c4bdd0174285a5d88940c1d9cb21baa7e094e33a783</guid><description>&lt;p>Most changes made within the lighttable are recorded and can be reverted to a previous state. This includes modifications to color labels, ratings, geo-localization, tags, metadata, orientation, &lt;a href="https://ansel.photos/nl/doc/views/lighttable/history-copy-paste/" title="" rel="dofollow" >copy/paste of history&lt;/a>, image duplication, or &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/styles/" title="" rel="dofollow" >application of a style&lt;/a>. The undo/redo facility is unlimited in the number of steps while in the lighttable, but it is reset each time you switch to a different view.&lt;/p>
&lt;p>Press &lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>Z&lt;/kbd> to undo the last modification and &lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>Y&lt;/kbd> to redo the last undone one (if any). These are also available from the global menu, under &lt;em>Edit&lt;/em> 🡒 &lt;em>Undo&lt;/em> / &lt;em>Redo&lt;/em>.&lt;/p></description></item><item><title>Copy and paste history</title><link>https://ansel.photos/nl/doc/views/lighttable/history-copy-paste/</link><pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate><updated>Tue, 16 Jun 2026 00:00:00 +0000</updated><guid>a6ced0d8dd9f3dbb4cf69b335ed5fbdf603e69eb9a696615bdcc97c5d94a4626</guid><description>&lt;p>Transfer the editing recipe from one image to one or many others. The result is a &lt;strong>merge&lt;/strong> of the source history into each destination image — not a blind overwrite — which means you have fine-grained control over how conflicts between the two histories are resolved.&lt;/p>
&lt;p>Copy-paste is available from the &lt;strong>Edit&lt;/strong> menu in any view, and the keyboard shortcuts work in both the lighttable and the darkroom.&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></description></item><item><title>Digital asset management</title><link>https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>0c10234383409e0fcedc5e24e2ec099c8c726760f6707e3c4ceac0609e1186ba</guid><description>&lt;p>Beyond editing pixels, Ansel keeps track of your images and the work you do on them. This is &lt;em>digital asset management&lt;/em> (DAM): organizing, describing, rating, grouping and safeguarding your collection so it stays searchable and recoverable over time.&lt;/p>
&lt;p>The pages in this section cover how that information is stored and used:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/sidecar/" title="" rel="dofollow" >Sidecar files&lt;/a> — how edits and metadata are saved alongside your originals as XMP files, and &lt;a href="https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/sidecar-import/" title="" rel="dofollow" >importing sidecars&lt;/a> from other software.&lt;/li>
&lt;li>&lt;a href="https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/star-color/" title="" rel="dofollow" >Star ratings &amp;amp; color labels&lt;/a> — ranking and classifying images for culling.&lt;/li>
&lt;li>&lt;a href="https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/metadata-tagging/" title="" rel="dofollow" >Metadata and tagging&lt;/a> — descriptive text and keywords.&lt;/li>
&lt;li>&lt;a href="https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/grouping/" title="" rel="dofollow" >Image grouping&lt;/a> — stacking related images together.&lt;/li>
&lt;li>&lt;a href="https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/local-copies/" title="" rel="dofollow" >Local copies&lt;/a> — working off-site and re-synchronizing later.&lt;/li>
&lt;li>&lt;a href="https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/thumbnails/" title="" rel="dofollow" >Thumbnails&lt;/a> — how previews are generated and cached.&lt;/li>
&lt;/ul></description></item><item><title>Sidecar files</title><link>https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/sidecar/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>a0d01ee93c600e20daadaac161b1743bd24a57849a189195bb00d9ebdde88e8c</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/nl/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>Importing sidecar files generated by other applications</title><link>https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/sidecar-import/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>be80a3c78b3ceedfdbd24effcee24bd1ab094f1061f971454a46f34e387c6f64</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>Local copies</title><link>https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/local-copies/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>8b81aa0371d7f2df14a0d604f0bf0595166907518dfdb17c0b5a8b3354124308</guid><description>&lt;p>Veel gebruikers hebben enorme beeldcollecties opgeslagen op extra harde schijven in hun desktopcomputer, of op een extern opslagmedium (RAID NAS, externe harde schijven 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>Thumbnails</title><link>https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/thumbnails/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>3d5db2f7aa02f130f1c120c3eea5bc396d0f4055f4580ee1342cb70717c87d6a</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/nl/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="thumbnail-creation">
&lt;h2 class="text-left heading">
Thumbnail creation
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Er wordt een miniatuur gemaakt wanneer een afbeelding voor de eerste keer in Ansel wordt geïmporteerd, nadat een afbeelding in ontwikkelen is gewijzigd of wanneer een afbeelding opnieuw wordt bekeken waarvan de miniatuur niet langer beschikbaar is.&lt;/p></description></item><item><title>Star ratings &amp; color labels</title><link>https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/star-color/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>6d9cb5f4b5fbd277f37835efd7e6c8516a7c14c6af091d99065460567acfe9d4</guid><description>&lt;p>Met sterbeoordelingen en kleurlabels kan je afbeeldingen sorteren en rangschikken volgens jouw eigen criteria. De sterclassificatie en kleurlabels van een afbeelding kunnen worden weergegeven over miniaturen in de bibliotheekweergave en filmstripmodule.&lt;/p>
&lt;/section>
&lt;section id="star-ratings">
&lt;h2 class="text-left heading">
Star ratings
&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/nl/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>Image grouping</title><link>https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/grouping/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>c3f85718f1287832bc5ec4ae4d92cf4be3b2eb58574821b49341541a0a606451</guid><description>&lt;p>Het groeperen van afbeeldingen helpt bij het verbeteren van de structuur en helderheid van jouw beeldverzameling wanneer deze wordt weergegeven in de bibliotheekweergave.&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> (&lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>G&lt;/kbd>). Likewise, remove selected images from a group with &lt;em>Image&lt;/em> 🡒 &lt;em>Ungroup images&lt;/em> (&lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>Shift&lt;/kbd>+&lt;kbd>G&lt;/kbd>).&lt;/p>
&lt;p>Gedupliceerde afbeeldingen worden automatisch gegroepeerd. Evenzo, als u meerdere afbeeldingen uit dezelfde map importeert, met dezelfde basisnaam, maar met verschillende extensies (bijv. &lt;code>IMG_1234.CR2&lt;/code> en &lt;code>IMG_1234.JPG&lt;/code>), vormen die afbeeldingen automatisch een groep.&lt;/p></description></item><item><title>Metadata and tagging</title><link>https://ansel.photos/nl/doc/views/lighttable/digital-asset-management/metadata-tagging/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>2bd9c9b0c5e8bacc3bad244bdeed1fee5703e989a4fb954e66d9336afa92527d</guid><description>&lt;p>Met Ansel kan je aanvullende informatie over jouw afbeeldingen opslaan, zodat ze gemakkelijker kunnen worden doorzocht en gegroepeerd. Deze informatie wordt opgeslagen in de database van Ansel en XMP sidecar-bestanden en kan ook worden opgenomen in geëxporteerde afbeeldingen.&lt;/p>
&lt;/section>
&lt;section id="metadata">
&lt;h2 class="text-left heading">
Metadata
&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/nl/doc/views/toolboxes/metadata-editor/" title="" rel="dofollow" >metadata editor&lt;/a> module.&lt;/p>
&lt;/section>
&lt;section id="tagging">
&lt;h2 class="text-left heading">
Tagging
&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/nl/doc/views/toolboxes/tagging/" title="" rel="dofollow" >tagging&lt;/a> module.&lt;/p></description></item><item><title>Ontwikkelen</title><link>https://ansel.photos/nl/doc/views/darkroom/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Tue, 16 Jun 2026 00:00:00 +0000</updated><guid>1801d07c4a00a36cc4afe00f9466a2775f48f7fcc961e1065a54f969410713cd</guid><description>&lt;p>The darkroom view is where you develop a single image. The center area shows the picture currently being edited; the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#left-panel" title="" rel="dofollow" >left panel&lt;/a> holds peripheral tools (navigation, scopes, snapshots, history…), and the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#right-panel" title="" rel="dofollow" >right panel&lt;/a> holds the image-processing modules.&lt;/p>
&lt;p>Open the darkroom from the &lt;a href="https://ansel.photos/nl/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a> by double-clicking a thumbnail, or by selecting an image and pressing &lt;kbd>Enter&lt;/kbd>. Return to the lighttable with &lt;kbd>Escape&lt;/kbd> (or the home button in the header). You can switch to another image without leaving the darkroom by enabling the &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/filmstrip/" title="" rel="dofollow" >filmstrip&lt;/a> (&lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>Shift&lt;/kbd>+&lt;kbd>F&lt;/kbd>) and clicking a thumbnail in it.&lt;/p></description></item><item><title>Darkroom view layout</title><link>https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Tue, 16 Jun 2026 00:00:00 +0000</updated><guid>ab6c785b3336a4af3a2ed2d634607a0295910cebba34096409d891ea99923e93</guid><description>&lt;p>The darkroom surrounds the center image with a left panel of peripheral tools, a right panel of image-processing modules, and a bottom toolbar of visual-assessment overlays. An optional &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/filmstrip/" title="" rel="dofollow" >filmstrip&lt;/a> (&lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>Shift&lt;/kbd>+&lt;kbd>F&lt;/kbd>) can be shown along the bottom for quick navigation through the current collection.&lt;/p>
&lt;/section>
&lt;section id="left-panel">
&lt;h2 class="text-left heading">
Left panel
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Shown and hidden with &lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>Shift&lt;/kbd>+&lt;kbd>L&lt;/kbd>. It holds the peripheral tools that support editing (but do not themselves process pixels):&lt;/p>
&lt;dl>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/toolboxes/navigation/" title="" rel="dofollow" >Navigation&lt;/a>&lt;/dt>
&lt;dd>Navigate and zoom the center view via a thumbnail overview. Sits at the top of the panel.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/toolboxes/scopes/" title="" rel="dofollow" >Scopes&lt;/a>&lt;/dt>
&lt;dd>A graphical depiction of the image&amp;rsquo;s tones and colors (histogram, waveform, vectorscope…). The &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/global-color-picker/" title="" rel="dofollow" >global color picker&lt;/a>, used to sample colors from the image, is part of this module.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/toolboxes/snapshots/" title="" rel="dofollow" >Snapshots&lt;/a>&lt;/dt>
&lt;dd>Take and compare snapshots against the current edit.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/toolboxes/duplicate-manager/" title="" rel="dofollow" >Duplicate manager&lt;/a>&lt;/dt>
&lt;dd>View and manage the duplicates (versions) of the current image.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/toolboxes/mask-manager/" title="" rel="dofollow" >Mask manager&lt;/a>&lt;/dt>
&lt;dd>View and edit the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >drawn shapes&lt;/a> used by masks.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/toolboxes/history-stack/" title="" rel="dofollow" >History of changes&lt;/a>&lt;/dt>
&lt;dd>The editing history of the current image, where you can step back to any previous state, compress or reset the history.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/toolboxes/image-information/" title="" rel="dofollow" >Image information&lt;/a>&lt;/dt>
&lt;dd>Display EXIF and IPTC information about the current image.&lt;/dd>
&lt;dt>&lt;a href="https://ansel.photos/nl/doc/views/toolboxes/notes/" title="" rel="dofollow" >Notes&lt;/a>&lt;/dt>
&lt;dd>Free-text notes attached to the image.&lt;/dd>
&lt;/dl>
&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>The pixelpipe</title><link>https://ansel.photos/nl/doc/views/darkroom/pixelpipe/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>7716723bcfca64454f47c257d1c66040187893920a5c6911699488720d5b6bde</guid><description>&lt;p>The &lt;strong>pixelpipe&lt;/strong> is the ordered sequence of &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/" title="" rel="dofollow" >processing modules&lt;/a> that turns your original RAW file into the image you see and export. Each module takes the output of the previous one as its input, applies one operation, and hands its result to the next module — exactly like a stack of adjustment layers, applied from the bottom up.&lt;/p>
&lt;figure class="full-width">
&lt;pre class="mermaid">
flowchart LR
RAW([RAW file]) --> M1[module 1] --> M2[module 2] --> M3[module n] --> OUT([output image])
&lt;/pre>
&lt;/figure>&lt;p>Nothing is ever written back to your original file: the pixelpipe is re-run on demand from the RAW plus your &lt;a href="https://ansel.photos/nl/doc/views/darkroom/pixelpipe/history-stack/" title="" rel="dofollow" >history stack&lt;/a>, both for the on-screen preview and for the final &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/export/" title="" rel="dofollow" >export&lt;/a>.&lt;/p></description></item><item><title>The anatomy of a processing module</title><link>https://ansel.photos/nl/doc/views/darkroom/pixelpipe/the-anatomy-of-a-module/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>b6406169e2f0e80a2f84017e787749a4dc276746e311873e8c235b3eba8a00b7</guid><description>&lt;p>The basic element of image processing in Ansel is the &lt;a href="https://ansel.photos/nl/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>The pixelpipe &amp; module order</title><link>https://ansel.photos/nl/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>3f5bedb289d92061beed6e0609a6028388d32aec6f2a76a7f02fef841d71c23f</guid><description>&lt;p>The ordered sequence of &lt;a href="https://ansel.photos/nl/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>De volgorde van de pixelpipe wordt grafisch weergegeven door de volgorde waarin modules worden gepresenteerd in de gebruikersinterface - de pixelpijp begint met een RAW-afbeelding onderaan de modulelijst en past de verwerkingsmodules één voor één toe, laag op verwerkingslaag van onder naar boven, totdat het de top van de lijst bereikt, waar het de volledig verwerkte afbeelding uitvoert.&lt;/p></description></item><item><title>The history stack</title><link>https://ansel.photos/nl/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>5a3a065e63239d4fa3d7d1bfc862241fc76988b6772c11f4f9fe9407732af648</guid><description>&lt;p>De &lt;em>geschiedenis&lt;/em> slaat de volledige bewerkingsgeschiedenis voor een bepaalde afbeelding op in de volgorde waarin die bewerkingen zijn toegepast. Het wordt opgeslagen in de bibliotheek database van Ansel en het XMP sidecar-bestand van de afbeelding en blijft bestaan tussen bewerkingssessies.&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/nl/doc/views/toolboxes/history-stack/" title="" rel="dofollow" >history stack&lt;/a> module in the darkroom.&lt;/p></description></item><item><title>Undo and redo</title><link>https://ansel.photos/nl/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>024bc3bc72378c2f77626f016aab3d19155c32939cf82ee23c1d4acfcb6a6069</guid><description>&lt;p>Terwijl je jouw afbeelding bewerkt, registreert Ansel alle wijzigingen die je aan die afbeelding aanbrengt. Dit betekent dat het mogelijk is om wijzigingen ongedaan te maken en opnieuw uit te voeren om een eerdere bewerkingsstatus te herstellen. Houd er rekening mee dat de functie voor ongedaan maken/opnieuw uitvoeren onbeperkt is in het aantal stappen tijdens het bewerken van een afbeelding, maar wordt iedere keer gereset als ontwikkelen overschakelt naar een nieuwe afbeelding.&lt;/p></description></item><item><title>Masking &amp; blending</title><link>https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>2183e1f7bbe9e8816757b0d35c1e06b3c677638b0c48c0057ffb7ec9cf204771</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>De uitgangsgegevens van een module kunnen optioneel opnieuw worden verwerkt (gecombineerd) met de invoergegevens voordat ze aan de volgende module worden overgedragen. Deze extra verwerkingsstap heet &lt;em>overvloei&lt;/em> &amp;ndash; invoer- en uitvoergegevens worden opnieuw verwerkt met behulp van algoritmen die overvloei-operators of &lt;a href="https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/blend-modes/" title="" rel="dofollow" >overvloei modus&lt;/a> worden genoemd.&lt;/p></description></item><item><title>Blend modes</title><link>https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/blend-modes/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>4a683888b59703c30b0b3375dea046088557214ad77d86a42b05e00dd23d9d2c</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>Klassieke overvloei modus, ontworpen voor scherm-gerefereerde RGB (beperkt tot 0-100%), definiëren impliciet een steunpunt op 50% (grijs) of 100% (wit) in hun algoritmen, afhankelijk van de overvloei-modus. Omdat de scene-gerefereerd niet onderhevig is aan deze beperkingen, moet dit steunpunt expliciet worden gedefinieerd door de gebruiker bij het uitvoeren van overvloei-bewerkingen in de &amp;ldquo;RGB (scène)&amp;quot;-kleurruimte. De extra parameter &lt;em>overvloei-steunpunt&lt;/em> zal aan de gebruiker worden getoond bij gebruik van een van deze overvloei-modus in deze kleurruimte. Het effect is afhankelijk van de gebruikte operator. Waarden boven het steunpunt kunnen bijvoorbeeld lichter worden gemaakt en waarden eronder donkerder, of omgekeerd.&lt;/p></description></item><item><title>Masks</title><link>https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/masks/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>f8f56038e258d630c411432543ded0c7c7e43ae038d90c9cc1cace6478679873</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>Een masker kan gezien worden als een grijstoonafbeelding waarvan elke pixel een waarde heeft tussen 0 en 1.0 (of tussen 0% en 100%). Deze waarde is de &lt;em>dekking&lt;/em> en wordt gebruikt om het effect van de module op elke pixel te bepalen.&lt;/p>
&lt;p>De volgende secties beschrijven hoe maskers in Ansel worden opgebouwd.&lt;/p></description></item><item><title>Drawn masks</title><link>https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/masks/drawn/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>1e1cd596a5cfcd0b495f8f079f50731865933a1e738504c6af7263dfab60b473</guid><description>&lt;p>Met de functie voor getekend masker kunt u een masker maken door vormen rechtstreeks op het afbeeldingsdoek te tekenen. Vormen kunnen alleen of in combinatie worden gebruikt. Zodra een vorm op een afbeelding is getekend, kan deze worden aangepast, verwijderd of opnieuw worden gebruikt in andere modules.&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/nl/doc/views/darkroom/modules/lens-correction/" title="" rel="dofollow" >&lt;em>lens correction&lt;/em>&lt;/a>, &lt;a href="https://ansel.photos/nl/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>Parametric masks</title><link>https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/masks/parametric/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>07c43f5bf54078210dd1c91867e906d47d32c88bac0222c1066d9ecbb0f13d29</guid><description>&lt;p>De parametrische maskerfunctie biedt fijnmazige selectieve controle over hoe individuele pixels worden gemaskeerd. Het doet dit door automatisch een tussenliggend overvloeimasker te genereren op basis van door de gebruiker gedefinieerde parameters. Deze parameters zijn kleurcoördinaten in plaats van de geometrische coördinaten die in getekende maskers worden gebruikt.&lt;/p>
&lt;p>Voor elk datakanaal van een module (bijv. Lab, RGB) en meerdere virtuele datakanalen (bijv. tint, verzadiging) kunt u een per kanaal opaciteitsfunctie opbouwen. Afhankelijk van de waarde van elke pixel voor een bepaald datakanaal berekent deze functie een mengfactor tussen 0 en 1 (100%) voor die pixel.&lt;/p></description></item><item><title>Combining drawn &amp; parametric masks</title><link>https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/masks/drawn-and-parametric/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>6d667855630250e237f42d1b5831d1fbf75cd0bb81a83836cd5b84cde1843323</guid><description>&lt;p>Getekende- en parametrische- maskers kunnen gecombineerd worden tot één masker om in een module te gebruiken.&lt;/p>
&lt;p>Er zijn twee hoofdelementen om de combinatie van individuele maskers aan te passen : de &lt;em>polariteit&lt;/em> instelling van elk individueel masker (gedefinieerd door de plus- of min-knoppen) en de instelling in de &amp;ldquo;combineer maskers&amp;rdquo; in de keuzemenu.&lt;/p>
&lt;p>De keuzemenu &amp;ldquo;combineer maskers&amp;rdquo; bevat de volgende keuzes, definieer hoe de getekende- en parametrische- maskers zullen worden gecombineerd:&lt;/p></description></item><item><title>Mask contours</title><link>https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/masks/refinement-controls/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>b9ecfa17f262a131e58d3801e9335aa7585061fe19b758f97ac469594deca3f8</guid><description>&lt;p>Als een masker actief is verschijnen er verschillende schuifregelaars om de instellingen te verfijnen.&lt;/p>
&lt;dl>
&lt;dt>details threshold (&lt;em>deprecated&lt;/em>)&lt;/dt>
&lt;dd>This control allows you to alter the opacity of the mask based on the amount of detail in the image. Use this slider to select either areas with lots of detail (positive values) or areas that are flat and lacking in detail (negative values). The default (zero) effectively bypasses details refinement. This is mostly useful to apply sharpening and blurring effects that ignore out-of-focus (bokeh) regions or to sharpen only blurry parts, preventing over-sharpening of in-focus regions.
&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>Raster masks</title><link>https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/masks/raster/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>49338df017f459e427e1c18d02bcfe615ab2d08b0daa18f782c7bc07b4bee3c2</guid><description>&lt;p>Zoals in de vorige secties beschreven is het samengesteld masker van een modulemasker (het samengesteld effect van een elk vectormasker en parametrisch masker) een grijswaardebeeld waarvan de grijswaarde de sterkte van het module-effect op elke pixel weergeeft. Dit grijswaardebeeld wordt voor actieve modules intern opgeslagen en kan opnieuw gebruikt worden in andere modules.&lt;/p>
&lt;p>Zoals met elk masker wordt de input van een module door de module niet gewijzigd als de dekking de waarde 0 heeft. Als de dekking 1.0 is zal de module haar volledig effect hebben. Voor elke waarde tussen 0 en 1.0 zal het effect voor deze pixels proportioneel zijn.&lt;/p></description></item><item><title>Processing modules</title><link>https://ansel.photos/nl/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>706ac430b4893fa3e80b981b54c6b17e04acbc69ae0e0a80ae84650779dc5553</guid><description/></item><item><title>Split-toning</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/split-toning/</link><pubDate>Fri, 03 Apr 2026 00:00:00 +0200</pubDate><updated>Fri, 03 Apr 2026 00:00:00 +0200</updated><guid>b0fcdf989a58764aed69ed8f63b96351143ecace6ba7b47c3a454545e4f08672</guid><description>&lt;p>Blend two CAT16 plus RGB mixer corrections across brightness keyframes.&lt;/p>
&lt;p>The &lt;em>split-toning&lt;/em> module applies two independent color transforms:&lt;/p>
&lt;ul>
&lt;li>one keyed on the dark tones,&lt;/li>
&lt;li>one keyed on the bright tones.&lt;/li>
&lt;/ul>
&lt;p>Each keyframe combines:&lt;/p>
&lt;ul>
&lt;li>a chromatic adaptation defined by a correlated color temperature in &lt;em>CAT16&lt;/em>,&lt;/li>
&lt;li>a 3×3 RGB channel mixer working in the pipeline working RGB space.&lt;/li>
&lt;/ul>
&lt;p>The two transforms are then interpolated according to the scene luminance of each pixel. This makes the module suitable both for creative split toning and for technical correction of mixed illuminants, for example cool bounce light in the shadows combined with a warmer direct illuminant in the highlights.&lt;/p></description></item><item><title>Color primaries</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/color-primaries/</link><pubDate>Wed, 01 Apr 2026 00:00:00 +0200</pubDate><updated>Wed, 01 Apr 2026 00:00:00 +0200</updated><guid>c1d9cc3100fd1d1a0665ebd6e283c9fbe01098289b2b8aae3b257d841ed9c613</guid><description>&lt;p>Edit RGB/CYM primary control nodes in dt UCS and remap colors through a procedural 3D LUT.&lt;/p>
&lt;p>The &lt;em>color primaries&lt;/em> module is a secondary color-grading tool built around the six additive and subtractive primaries:&lt;/p>
&lt;ul>
&lt;li>&lt;em>red&lt;/em>,&lt;/li>
&lt;li>&lt;em>yellow&lt;/em>,&lt;/li>
&lt;li>&lt;em>green&lt;/em>,&lt;/li>
&lt;li>&lt;em>cyan&lt;/em>,&lt;/li>
&lt;li>&lt;em>blue&lt;/em>,&lt;/li>
&lt;li>&lt;em>magenta&lt;/em>.&lt;/li>
&lt;/ul>
&lt;p>Each of these control nodes is sampled inside the internal RGB gamut and converted to &lt;em>dt UCS HSB&lt;/em>. The module lets you change the hue, saturation and brightness of those six reference colors, then interpolates the resulting RGB shifts through a cylindrical local field to build a dense 3D LUT.&lt;/p></description></item><item><title>Color equalizer</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/color-equalizer/</link><pubDate>Mon, 30 Mar 2026 00:00:00 +0200</pubDate><updated>Mon, 30 Mar 2026 00:00:00 +0200</updated><guid>22337390eb0559941674f6ed64b7f275673ca3fdd955b970c9fc5d85ca9cade5</guid><description>&lt;p>Remap colors through a procedural 3D LUT driven by perceptual hue-ring controls.&lt;/p>
&lt;p>The &lt;em>color equalizer&lt;/em> module is a secondary color-grading tool. It lets you define color shifts on three hue rings expressed in &lt;em>dt UCS HSB&lt;/em> space, then converts those shifts into a dense RGB 3D LUT that is applied to the image.&lt;/p>
&lt;p>The user interface is meant to stay perceptually even:&lt;/p>
&lt;ul>
&lt;li>The editable graphs work in &lt;em>hue&lt;/em>, &lt;em>saturation&lt;/em> and &lt;em>brightness&lt;/em> dimensions of &lt;em>dt UCS HSB&lt;/em>,&lt;/li>
&lt;li>The underlying LUT is built in RGB code values and applied as a 3D cube transform,&lt;/li>
&lt;li>The interpolation between user nodes is smooth and periodic over hue.&lt;/li>
&lt;/ul>
&lt;p>Because the final effect is applied through a 3D LUT, hue, saturation and brightness edits can interact in a more global way than in curve-only modules. This makes the module well suited to creative color remapping and palette design, but more robust across dramatic changes.&lt;/p></description></item><item><title>Photographic grain</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/photographic-grain/</link><pubDate>Mon, 23 Mar 2026 00:00:00 +0100</pubDate><updated>Mon, 23 Mar 2026 00:00:00 +0100</updated><guid>b94d86d2c88d05b9b87ddc45a0455e0021e14c946463f93c469b9ca9080052c1</guid><description>&lt;p>Simulate photographic grain from a stochastic stack of silver-halide crystal layers.&lt;/p>
&lt;p>This module implements a production version of the model presented in &lt;a href="https://eng.aurelienpierre.com/2023/07/stochastic-photographic-grain-synthesis-from-crystallographic-structure-simulation/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >Stochastic photographic grain synthesis from crystallographic structure simulation&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>. The goal is not to add generic noise, but to discretize the scene-referred image into finite crystal footprints that capture and deplete light through an emulsion stack.&lt;/p>
&lt;p>Unlike simple additive noise, the module works with crystal-shaped grains, a per-layer filling ratio, and a remaining-light model. Each crystal captures a flat tone averaged over its own footprint, so image detail finer than the grain size is not preserved inside the grain.&lt;/p></description></item><item><title>Drawing</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/drawing/</link><pubDate>Sun, 08 Mar 2026 00:00:00 +0100</pubDate><updated>Sun, 08 Mar 2026 00:00:00 +0100</updated><guid>2dc4eac75f5ac1691fdd336f84ee1e3a0b59d86e5012aafc3eb4d33d25c80c1e</guid><description>&lt;p>Paint premultiplied RGBA layers directly in darkroom and save them as pages inside a TIFF sidecar.&lt;/p>
&lt;p>This module is a true painting layer system. It is not a local-adjustment mask editor and it is not a clone/heal tool like &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/retouch/" title="" rel="dofollow" >retouch&lt;/a>. Instead, it creates and edits independent raster layers that are composited over the current image in the pixelpipe.&lt;/p>
&lt;p>The intended use cases are:&lt;/p>
&lt;ul>
&lt;li>Hand painting,&lt;/li>
&lt;li>Dodging and burning with a brush,&lt;/li>
&lt;li>Color glazing,&lt;/li>
&lt;li>Painterly overlays,&lt;/li>
&lt;li>Matte painting on top of a photograph,&lt;/li>
&lt;li>Texture painting,&lt;/li>
&lt;li>Soft masking or erasing with a pressure-sensitive tablet.&lt;/li>
&lt;/ul>
&lt;p>The TIFF sidecar is saved as 16 bits floating point, compressed losslessly, in scene-linear working RGB space (the colorspace ICC profile is included in the file), with premultiplied alpha. It can be modified in any software that supports this.&lt;/p></description></item><item><title>Final resampling</title><link>https://ansel.photos/nl/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>50e016ae8d0c2f938e77b7030df980f58313c2fe17156ffaadbae394dca5dbca</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>Astrophoto denoise</title><link>https://ansel.photos/nl/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>07f740cc00620572d6306922a77b4aceb8f091c0b223cc13d5c2d97e49262d3f</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>Omdat het verwijderen van ruis een proces is dat veel resources nodig heeft, vertraagt het de verwerking van pixelpijpe aanzienlijk. Overweeg deze module laat in uw workflow te activeren.&lt;/p></description></item><item><title>Blurs</title><link>https://ansel.photos/nl/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>0d9a6ae972a57a100276ee17682de91bec3c96d0ca667f7d8de545ec3a276737</guid><description>&lt;p>Simuleer fysiek nauwkeurige vervaging in scene-gerefereerd RGB-ruimte.&lt;/p>
&lt;/section>
&lt;section id="blur-types">
&lt;h2 class="text-left heading">
Blur types
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Er zijn drie soorten vervaging beschikbaar:&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/nl/doc/views/darkroom/masking-and-blending/blend-modes/" title="" rel="dofollow" >blend modes&lt;/a>&lt;/li>
&lt;/ol>
&lt;p>Een diagram bovenaan de module toont de vorm van de vervagingsoperator (bekend als de &lt;a href="https://en.wikipedia.org/wiki/Point_spread_function" title="Wikipedia link" target="_blank" rel="noopener noreferrer nofollow" >&lt;em>puntspreidingsfunctie&lt;/em>&amp;thinsp;&lt;sup class="icon">&lt;i class="fab fa-wikipedia-w">&lt;/i>&lt;/sup>&lt;/a>). De module verandert elk lichtpunt van de scène in een vlek in de vorm van de weergegeven vervagingsoperator, met de grootte van de vlek gedefinieerd door de &lt;em>vervagingsstraal&lt;/em>.&lt;/p></description></item><item><title>Censorize</title><link>https://ansel.photos/nl/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>ffcad9899de5e4d142370ab0fa7f15d084492424b6cd209f179d333bb1fd52c4</guid><description>&lt;p>Degradeer delen van het beeld op een esthetisch aangename manier, om mensen/objecten te anonimiseren of lichaamsdelen te verbergen.&lt;/p>
&lt;p>Censuur werkt in lineaire RGB-kleurruimte om een fysiek nauwkeurige Gaussiaanse vervaging en Gaussiaanse luminantieruis toe te passen.&lt;/p>
&lt;p>Naast anonimisering kan deze module ook voor een breed scala aan creatieve doeleinden worden gebruikt, bijvoorbeeld:&lt;/p>
&lt;ul>
&lt;li>Combine a simple blur with a multiply &lt;a href="https://ansel.photos/nl/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/nl/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>Opmerking:&lt;/strong> De anonimiseringsmethoden die door deze module worden geboden, zijn niet forensisch veilig om de esthetiek te bevorderen. Sommige forensische technieken kunnen de gecensureerde inhoud mogelijk nog steeds reconstrueren op basis van de structuur, vooral voor eenvoudige vormen en tekst (bijvoorbeeld kentekenplaten, huisnummers).&lt;/p></description></item><item><title>Chromatic aberrations</title><link>https://ansel.photos/nl/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>4da31531dbcff4b4e576546f6715790a313f612b1fdc5214f7919ba65f7cdec8</guid><description>&lt;p>Corrigeer chromatische aberraties.&lt;/p>
&lt;p>In tegenstelling tot de &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/raw-chromatic-aberrations/" title="" rel="dofollow" >&lt;em>raw chromatische aberraties&lt;/em>&lt;/a> module, vereist deze module geen ruwe data als invoer.&lt;/p>
&lt;/section>
&lt;section id="workflow">
&lt;h2 class="text-left heading">
Workflow
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Voor het beste resultaat wordt je geadviseerd als volgt te werk te gaan:&lt;/p>
&lt;ol>
&lt;li>Demp de chromatische aberraties zoveel mogelijk in de &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/lens-correction/" title="" rel="dofollow" >&lt;em>lens correctie&lt;/em>&lt;/a> module met behulp van de TCA-schuifregelaars.&lt;/li>
&lt;li>Verhoog de krachtschuifregelaar in deze module om het effect beter te zien.&lt;/li>
&lt;li>Vergroot de radius totdat de chromatische aberraties verdwijnen. Als dit onvoldoende is, probeer dan de instelling &amp;ldquo;zeer grote chromatische aberraties&amp;rdquo; in te schakelen.&lt;/li>
&lt;li>Kies de hulp die het beste resultaat geeft qua scherpte en artefacten.&lt;/li>
&lt;li>Verminder de sterkte om te voorkomen dat de kleuren te veel worden uitgewassen.&lt;/li>
&lt;/ol>
&lt;p>Voor meer gecompliceerde gevallen kan je ook het volgende proberen:&lt;/p></description></item><item><title>Color balance</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/color-balance/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>ee1868e99bb081aeaf930cd72593ab0a438e404f840ef4501c758a3974fc8f03</guid><description>&lt;p>Een geavanceerde module die tools voor kleurcorrectie uit de cinematografie in de pijplijn voor fotografisch scene-gerefereerd brengt.&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/nl/doc/color-management/color-dimensions/" title="" rel="dofollow" >dimensions of color&lt;/a>.&lt;/p>
&lt;/section>
&lt;section id="introduction">
&lt;h2 class="text-left heading">
Introduction
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Kleurcorrectie is een belangrijk onderdeel van beeldbewerking. Het kan helpen om ongewenste kleurzweem te verwijderen en kan ook een creatieve kleurdraai geven die sfeer aan uw afbeeldingen toevoegt. In de tijd van filmfotografie werd de meeste kleurambiance verkregen met de filmemulsie en de zich ontwikkelende chemicaliën, waarbij enige kleurtiming werd uitgevoerd onder de vergroter met kleurkoppen. Dit vergde dure middelen en was grotendeels voorbehouden aan de bioscoopindustrie, waar de klus werd uitgevoerd door een colorist.&lt;/p></description></item><item><title>Color calibration</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/color-calibration/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Tue, 31 Mar 2026 00:00:00 +0000</updated><guid>1a7ffd1ffd942bcc53ad20bc03e2c06db0730957eace519ba56f11a7dae8472f</guid><description>&lt;p>Een volledig uitgeruste kleurruimtecorrectie, witbalansaanpassing en kanaalmixer module.&lt;/p>
&lt;p>Deze eenvoudige maar krachtige module kan op de volgende manieren worden gebruikt:&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/nl/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/nl/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>Color look up table</title><link>https://ansel.photos/nl/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>4ee4da8d5bce3e3dfcaf7bac0c0c2e1f7faafc9000e87fa089a62d4d6fe5953f</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="module-controls">
&lt;h2 class="text-left heading">
Module controls
&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>klik op een patch om deze te selecteren, of gebruik de keuzelijst met invoervak of de kleurenkiezer. De momenteel geselecteerde patch is gemarkeerd met een wit vierkant en het nummer wordt weergegeven in de keuzelijst hieronder.&lt;/p></description></item><item><title>Color reconstruction</title><link>https://ansel.photos/nl/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>ec15d0d2ec04d4329e646d8d5e89940710db257958108d267f259f8c88c78dae</guid><description>&lt;p>Herstel kleurinformatie in uitgewassen hooglichten&lt;/p>
&lt;p>Vanwege de aard van digitale sensoren missen overbelichte hooglichten geldige kleurinformatie. Meestal lijken ze neutraal wit of vertonen ze enige kleurzweem, afhankelijk van de andere beeldverwerkingsstappen. Deze module kan worden gebruikt om overbelichte hooglichten te &amp;ldquo;genezen&amp;rdquo; door hun kleuren te vervangen door beter passende. De module werkt op pixels waarvan de luminantie een door de gebruiker gedefinieerde drempel overschrijdt. Vervangende kleuren worden overgenomen van aangrenzende pixels. Bij de kleurselectie wordt zowel rekening gehouden met de ruimtelijke afstand als met de luminantie afstand (bereik).&lt;/p></description></item><item><title>Color zones</title><link>https://ansel.photos/nl/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>ea1ec8a6e3e9407738b65cead81e277c994ba36d46d999e8bdb4008196028ae9</guid><description>&lt;p>Pas selectief de helderheid, verzadiging en tint van pixels aan op basis van hun huidige helderheid, verzadiging en tint.&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>Je moet eerst kiezen of je pixels wilt aanpassen (selecteren) op basis van hun helderheid, verzadiging of tint. Je kan vervolgens drie curven gebruiken, op hun respectieve tabbladen, om de helderheid, verzadiging en tint aan te passen van de bereiken van pixels die via deze methode zijn geselecteerd.&lt;/p></description></item><item><title>Contrast equalizer</title><link>https://ansel.photos/nl/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>ad665f32cbe3270a3db236f82c1f916302c340ac5cf922d0382e37cfa24a010c</guid><description>&lt;p>Pas de helderheid en het chroma-contrast aan in het wavelet-domein.&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>Er zijn een aantal voorinstellingen die jou moeten helpen de mogelijkheden van de module te begrijpen.&lt;/p></description></item><item><title>Crop</title><link>https://ansel.photos/nl/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>fcb95758283866be939d22c9654a7c3d8363270eabb7e869d6177a9bbf8f8192</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/nl/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/nl/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>Telkens wanneer deze module in beeld is, wordt de volledige niet-uitgesneden afbeelding weergegeven, bedekt met uitsneegrepen en optionele hulplijnen.&lt;/p></description></item><item><title>Curve</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/curve/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>99bda7cd772ee5b6cefa1ea4dea358be8b76d4055b69376338d4e215bfdbe74f</guid><description>&lt;p>Een klassiek hulpmiddel voor digitale fotografie om de tonen van een afbeelding te wijzigen met behulp van curves.&lt;/p>
&lt;p>Activeer de kleurenkiezer aan de linkerkant om de gekozen waarden in de grafiek weer te geven (Ctrl+klik of klik met de rechtermuisknop om de kiezer in de gebiedsmodus te gebruiken). Numerieke (Lab) waarden van de invoer en uitvoer (zie hieronder) op de geselecteerde plek of gebied worden linksboven in de widget weergegeven.&lt;/p></description></item><item><title>Demosaic</title><link>https://ansel.photos/nl/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>7a1165b503ee123a96200d8395bfb936c54c0f03eb84ab7d89b9b75d7b263f70</guid><description>&lt;p>Bepaal hoe onbewerkte bestanden worden gedemosaïekt.&lt;/p>
&lt;/section>
&lt;section id="bayer-filters">
&lt;h2 class="text-left heading">
Bayer filters
&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>Denoise (profiled)</title><link>https://ansel.photos/nl/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>10ac78fa0f68270ae0e6f81686b29651002fee8316824b0146991a84c327f003</guid><description>&lt;p>Een gebruiksvriendelijke en zeer efficiënte ruisonderdrukkingsmodule, aangepast aan de individuele ruisprofielen van een breed scala aan camerasensoren.&lt;/p>
&lt;p>Een probleem met veel ruisonderdrukkingsalgoritmen is dat ze aannemen dat de variantie van de ruis onafhankelijk is van de helderheid van het signaal. Door de ruiskarakteristieken van de sensor van een camera bij verschillende ISO-instellingen te profileren, kan de variantie bij verschillende lichtsterkten worden beoordeeld en kan het ruisonderdrukkingsalgoritme worden aangepast om de ruis gelijkmatiger af te vlakken.&lt;/p></description></item><item><title>Diffuse or sharpen</title><link>https://ansel.photos/nl/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>a573c093564ddd25595bfffd7aa7155bf4cf5363b6d555541a171d35a0e2d0c7</guid><description>&lt;p>Diffusie is een familie van fysieke processen waarbij deeltjes bewegen en zich geleidelijk met de tijd verspreiden, vanuit een bron die ze genereert. Bij beeldverwerking vindt diffusie meestal op twee plaatsen plaats:&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 beide gevallen maakt diffusie het beeld minder scherp door deeltjes te &amp;ldquo;lekken&amp;rdquo; en lokale variaties glad te strijken.&lt;/p></description></item><item><title>Dithering</title><link>https://ansel.photos/nl/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>d3564b81e075ca073740c99245e328d21e0a3d388213d3f4d19b22eda0c9e566</guid><description>&lt;p>Deze module elimineert enkele van de bandvormige-artefacten die kunnen ontstaan wanneer de interne 32-bits drijvende-kommagegevens van Ansel worden overgebracht naar een discreet 8-bits of 16-bits integer-uitvoerformaat voor weergave of export.&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/nl/doc/views/darkroom/modules/vignetting/" title="" rel="dofollow" >&lt;em>vignetting&lt;/em>&lt;/a> or &lt;a href="https://ansel.photos/nl/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/nl/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >drawn mask&lt;/a>.&lt;/p></description></item><item><title>Exposure</title><link>https://ansel.photos/nl/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>2c217624e10770c992d0cfde81b8f4d34b927fe29343b559979df8af1fc81634</guid><description>&lt;p>Verhoog of verlaag de algehele helderheid van een afbeelding.&lt;/p>
&lt;p>Deze module heeft twee werkingsmodi:&lt;/p>
&lt;dl>
&lt;dt>handmatig&lt;/dt>
&lt;dd>Stel de &lt;em>belichting&lt;/em>, &lt;em>zwartniveau&lt;/em> en &lt;em>knipdrempel&lt;/em> handmatig in&lt;/dd>
&lt;dt>automatisch (alleen RAW-afbeeldingen)&lt;/dt>
&lt;dd>gebruik een analyse van het histogram van de afbeelding om de belichting automatisch in te stellen. Ansel selecteert automatisch de belichtingscompensatie die nodig is om het geselecteerde &lt;em>percentiel&lt;/em> naar het geselecteerde &lt;em>doelniveau&lt;/em> te verschuiven (zie onderstaande definities). Deze modus is met name handig voor het automatisch wijzigen van een groot aantal afbeeldingen om dezelfde belichting te krijgen. Een typisch gebruiksvoorbeeld van de automatische modus is het flikkeren van time-lapse-foto&amp;rsquo;s.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>modus&lt;/dt>
&lt;dd>Kies de werkingsmodus (automatisch/handmatig).&lt;/dd>
&lt;dt>camerabelichting compenseren (handmatige modus)&lt;/dt>
&lt;dd>Automatisch de belichtingsbias van de camera verwijderen (overgenomen uit de Exif-gegevens van de afbeelding).&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>clipping drempel (handmatige modus)&lt;/dt>
&lt;dd>Bepaal welk percentage van de heldere waarden moet worden afgekapt bij de berekening van de &lt;em>belichting&lt;/em> en &lt;em>zwartniveau correctie&lt;/em>. Gebruik de kleurkiezer om een deel van de afbeelding te samplen dat voor deze berekening moet worden gebruikt.&lt;/dd>
&lt;dt>percentiel (automatische modus)&lt;/dt>
&lt;dd>Definieer een locatie in het histogram om te gebruiken voor automatische belichtingscorrectie. Een percentiel van 50% geeft een positie in het histogram aan waar 50% van de pixelwaarden boven en 50% van de pixelwaarden onder die belichting ligt.&lt;/dd>
&lt;dt>doelniveau (automatische modus)&lt;/dt>
&lt;dd>Definieer het doelniveau voor automatische belichtingscorrectie (EV) ten opzichte van het witpunt van de camera.&lt;/dd>
&lt;dt>zwartniveaucorrectie (handmatige en automatische modi)&lt;/dt>
&lt;dd>Pas het zwartniveaupunt aan om negatieve RGB-waarden los te maken.&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/nl/doc/views/darkroom/modules/filmic/#scene" title="" rel="dofollow" >filmic rgb&lt;/a> module.&lt;/p></description></item><item><title>Filmic</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/filmic/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>3fded7b39a89684bd921f991cab916f8e0b052e37abe01c598946fb4a27cec08</guid><description>&lt;p>Breng het toonbereik van een afbeelding opnieuw in kaart door de toon- en kleurrespons van klassieke film te reproduceren.&lt;/p>
&lt;p>Deze module kan worden gebruikt om het dynamische bereik van de scène uit te breiden of te verkleinen, zodat het past bij het dynamische bereik van het scherm. Het beschermt kleuren en contrast in de middentonen, herstelt de schaduwen en comprimeert heldere hooglichten en donkere schaduwen. Hooglichten hebben extra aandacht nodig wanneer details behouden moeten blijven (bijv. wolken).&lt;/p></description></item><item><title>Framing</title><link>https://ansel.photos/nl/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>bb86754ca11c2a21b7d102b1a1f13f9462dc105125c6ce64d6f245df367d28dd</guid><description>&lt;p>Generate a frame around the image.&lt;/p>
&lt;p>Het kader bestaat uit een rand (met een door de gebruiker gedefinieerde kleur) en een kaderlijn binnen die rand (met een tweede door de gebruiker gedefinieerde kleur). Er zijn verschillende opties beschikbaar om de geometrie en kleur van het kader te regelen.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>randdikte&lt;/dt>
&lt;dd>De grootte van het kader als percentage van het onderliggende volledige beeld.&lt;/dd>
&lt;dt>verhouding&lt;/dt>
&lt;dd>De beeldverhouding van de uiteindelijke module-uitvoer (d.w.z. de onderliggende afbeelding plus het kader)&lt;/dd>
&lt;dt>oriëntatie&lt;/dt>
&lt;dd>De oriëntatie van het kader (portret/landschap). Selecteer &amp;lsquo;auto&amp;rsquo; voor Ansel om de meest redelijke oriëntatie te kiezen op basis van de onderliggende afbeelding.&lt;/dd>
&lt;dt>horizontale/verticale positie&lt;/dt>
&lt;dd>Kies uit een reeks vooraf gedefinieerde verhoudingen om te bepalen waar de onderliggende afbeelding op de horizontale/verticale as wordt geplaatst. Je kan ook met de rechtermuisknop klikken en jouw eigen verhouding invoeren als &amp;ldquo;x/y&amp;rdquo;.&lt;/dd>
&lt;dt>frameafmeting&lt;/dt>
&lt;dd>Het percentage van de framelijngrootte ten opzichte van de randgrootte op het kleinste deel.&lt;/dd>
&lt;dt>afstand van het frame&lt;/dt>
&lt;dd>De positie van de kaderlijn ten opzichte van de onderliggende afbeelding. Kies 0% voor een kaderlijn die de afbeelding raakt. Kies 100% voor een kaderlijn die de buitenrand raakt.&lt;/dd>
&lt;dt>randkleur / framekleur&lt;/dt>
&lt;dd>Een paar kleurkiezers waarmee de rand- en kaderlijnkleuren kunnen worden gedefinieerd. Als je op het gekleurde veld klikt, wordt een dialoogvenster voor kleurselectie geopend met een keuze uit veelgebruikte kleuren, of kan je een kleur definiëren in de RGB-kleurruimte. Je kan ook een kleurenkiezer activeren om een kleurensonde uit de afbeelding te halen.&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/nl/doc/views/toolboxes/guides-overlays/" title="" rel="dofollow" >guides &amp;amp; overlays&lt;/a> for details.&lt;/dd>
&lt;/dl></description></item><item><title>Graduated density</title><link>https://ansel.photos/nl/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>af0a84b971962ba8fc55c8bcb7bdb2a51254e1c748696d136b43dfe0d322041c</guid><description>&lt;p>Simuleer een filter met grijsverloop om de belichting en kleur op een progressieve manier te corrigeren.&lt;/p>
&lt;p>Op het scherm wordt een lijn weergegeven waarmee de positie en rotatie van het verloop met de muis kan worden gewijzigd.&lt;/p>
&lt;p>Het is bekend dat deze module onder bepaalde omstandigheden bandvormige-artefacten veroorzaakt. Overweeg om de module &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/dithering/" title="" rel="dofollow" >&lt;em>dithering&lt;/em>&lt;/a> te activeren om deze problemen te verhelpen.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>dichtheid&lt;/dt>
&lt;dd>Stel de dichtheid van het filter (EV) in. Een lage waarde onderbelicht enigszins, terwijl een hoge waarde een sterk filter creëert.&lt;/dd>
&lt;dt>hardheid&lt;/dt>
&lt;dd>De progressiviteit van het verloop. Een lage waarde zorgt voor een vloeiende overgang, terwijl een hoge waarde de overgang abrupter maakt.&lt;/dd>
&lt;dt>rotatie&lt;/dt>
&lt;dd>De rotatie van het filter. Negatieve waarden draaien met de klok mee. De rotatie kan ook worden ingesteld door het einde van de verlooplijn met de muis te slepen.&lt;/dd>
&lt;dt>tint&lt;/dt>
&lt;dd>kies een tint om een kleurzweem aan het verloop toe te voegen.&lt;/dd>
&lt;dt>verzadiging&lt;/dt>
&lt;dd>De verzadiging van de kleurzweem die moet worden toegevoegd aan het verloop (standaard is een neutrale kleurzweem van 0)&lt;/dd>
&lt;/dl></description></item><item><title>Grain</title><link>https://ansel.photos/nl/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>b72b96b95e6c0804810ea6e1ed57f8f62e0ab169f523f45c206718ee3a063670</guid><description>&lt;p>Simuleer de korrel van analoge film. De korrel wordt verwerkt op het L-kanaal van de Lab-kleurruimte.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>ruwheid&lt;/dt>
&lt;dd>De korrelgrootte, geschaald om een ISO-nummer te simuleren.&lt;/dd>
&lt;dt>kracht&lt;/dt>
&lt;dd>De sterkte van het effect.&lt;/dd>
&lt;/dl></description></item><item><title>Haze removal</title><link>https://ansel.photos/nl/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>48d505ab30fb8fdeafc3ed8f38d792b72f3f43a827bac0c22b66ed7f16803a1e</guid><description>&lt;p>Verminder automatisch het effect van stof en nevel in de atmosfeer. Deze module kan ook meer in het algemeen worden gebruikt om afbeeldingen een kleurversterking te geven, met name in contrastarme delen van het beeld.&lt;/p>
&lt;p>Nevel absorbeert licht van objecten in de scène, maar is ook een bron van diffuus achtergrondlicht. De module voor het verwijderen van nevel maakt eerst voor elk beeldgebied een schatting van de hoeveelheid waas in de scène. Het verwijdert vervolgens het diffuse achtergrondlicht volgens zijn lokale sterkte en herstelt het oorspronkelijke objectlicht.&lt;/p></description></item><item><title>Highlight reconstruction</title><link>https://ansel.photos/nl/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>8e8b8122323327678620cf4bfcd1b2800e13e813cccf02204483983aa909aae8</guid><description>&lt;p>Poging om kleurinformatie te reconstrueren voor pixels die zijn bijgesneden in een of meer RGB-kanalen.&lt;/p>
&lt;p>Als deze pixels gedeeltelijk worden afgekapt, kan dit ertoe leiden dat er onrealistische kleuren in de afbeelding verschijnen. Pixels met zowel groene als blauwe kanalen die zijn afgekapt, zullen bijvoorbeeld rood lijken zonder enige reconstructie van hoogtepunten.&lt;/p>
&lt;p>Er zijn drie reconstructiemethoden beschikbaar:&lt;/p>
&lt;dl>
&lt;dt>comprimeer hooglichten&lt;/dt>
&lt;dd>Klem alle pixels vast op het witniveau (d.w.z. knip de resterende kleurkanalen af). Deze methode is vooral handig in gevallen waarin uitgeknipte hooglichten voorkomen in natuurlijk onverzadigde objecten (bijv. wolken).&lt;/dd>
&lt;dt>reconstrueren in LCh&lt;/dt>
&lt;dd>Analyseer elke pixel met ten minste één geknipt kanaal en probeer de geknipte pixel (in LCh-kleurruimte) te corrigeren met behulp van de waarden van de andere (3 voor Bayer of 8 voor X-Trans) pixels in het betreffende sensorblok. De gereconstrueerde hooglichten zullen nog steeds monochroom zijn, maar helderder en met meer detail dan bij &amp;ldquo;kniphoogtepunten&amp;rdquo;. Deze methode werkt redelijk goed met een basiscurve met hoog contrast, waardoor hooglichten onverzadigd worden. Net als bij &lt;em>hooglichten knippen&lt;/em> is deze methode een goede optie voor natuurlijk onverzadigde objecten.&lt;/dd>
&lt;dt>reconstrueer kleur&lt;/dt>
&lt;dd>Gebruik een algoritme dat kleurinformatie van niet-uitgeknipte omgevingen overdraagt naar de uitgeknipte hooglichten. Deze methode werkt erg goed op gebieden met homogene kleuren en is vooral handig op huidtinten met vloeiend vervagende highlights. Houd er rekening mee dat deze methode doolhofachtige artefacten kan produceren op hooglichten achter randen met hoog contrast, bijvoorbeeld goed belichte fijne structuren voor een overbelichte achtergrond.&lt;/dd>
&lt;dt>begeleide laplaciërs&lt;/dt>
&lt;dd>Gebruik een algoritme (afgeleid van de module &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/diffuse/" title="" rel="dofollow" >&lt;em>diffuus of verscherpen&lt;/em>&lt;/a>) om details van geldige kanalen naar afgekapte kanalen te repliceren en om kleurovergangen van geldige omringende regio&amp;rsquo;s naar afgekapte regio&amp;rsquo;s te verspreiden. Dit is een langzame en rekenintensieve methode die is ontworpen voor maximale gladheid en naadloze vermenging van de gereconstrueerde regio&amp;rsquo;s in hun omgeving, en is voornamelijk ontworpen om lichtpunten en spiegelende reflecties te reconstrueren. Deze modus is alleen beschikbaar voor Bayer-sensoren.&lt;/dd>
&lt;/dl>
&lt;hr />
&lt;p>&lt;strong>Note:&lt;/strong> When using the highlight reconstruction included with the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/filmic/" title="" rel="dofollow" >&lt;em>filmic&lt;/em>&lt;/a> module it may be useful to avoid using this module in &lt;em>clip highlights&lt;/em> mode (so that &lt;em>filmic&lt;/em> has more information to work with).&lt;/p></description></item><item><title>Hot pixels</title><link>https://ansel.photos/nl/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>040ef6286714a6289e9c566d51103e37da90c9ab806f295abc318d4be051eb65</guid><description>&lt;p>Automatically detect and eliminate hot pixels.&lt;/p>
&lt;p>Hotpixels zijn pixels die een lichtniveau niet correct hebben geregistreerd. Gedetecteerde hot pixels worden vervangen door een gemiddelde van hun buren.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>drempel&lt;/dt>
&lt;dd>Hoe sterk de waarde van een pixel moet afwijken van die van zijn buren om als hot pixel te worden beschouwd.&lt;/dd>
&lt;dt>kracht&lt;/dt>
&lt;dd>De overvloeisterkte van de hot pixels met hun omgeving.&lt;/dd>
&lt;dt>detecteren door 3 naaste&lt;/dt>
&lt;dd>Verleng de detectie van hot pixels &amp;ndash; beschouw een pixel als hot als er minimaal drie (in plaats van vier) aangrenzende pixels meer afwijken dan het drempelniveau.&lt;/dd>
&lt;dt>markeer herstelde pixels&lt;/dt>
&lt;dd>markeer visueel de gecorrigeerde pixels op de afbeelding en geef het aantal hotpixels weer die zijn hersteld.&lt;/dd>
&lt;/dl></description></item><item><title>Input color profile</title><link>https://ansel.photos/nl/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>fc52a5b7773b7a1e2624121e2108459457cf9eaa6a0e8640b01cc8bbf4dd207c</guid><description>&lt;p>Define how Ansel will interpret the colors of the image.&lt;/p>
&lt;p>Deze module neemt de kleurruimte die wordt gebruikt door de beeldbron (bijv. camera, scanner) en converteert de pixelcoderingen naar een gestandaardiseerde werkkleurruimte. Dit betekent dat volgende modules in de pijplijn zich niet bezig hoeven te houden met de specifieke kenmerken van het invoerapparaat, en kunnen werken met en converteren naar/van een gemeenschappelijke werkkleurruimte.&lt;/p>
&lt;p>Wanneer een afbeelding is vastgelegd in een onbewerkt bestand, past de invoerkleurprofielmodule normaal gesproken een standaard of verbeterde kleurenmatrix toe die specifiek is voor dat cameramodel, die zal worden gebruikt om de kleuren in kaart te brengen in de kleurruimte van het werkprofiel. Als kleurruimte-informatie is ingesloten in de afbeelding, zal de module &lt;em>ingaand kleurprofiel&lt;/em> deze informatie gebruiken bij het toewijzen van de kleuren aan de werkprofiel-kleurruimte. De gebruiker kan ook expliciet een kleurruimte specificeren voor het binnenkomende beeld en kan zelfs een aangepast ICC-kleurprofiel aanleveren dat speciaal voor het invoerapparaat is gemaakt.&lt;/p></description></item><item><title>Lens correction</title><link>https://ansel.photos/nl/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>e9fa5d4e45dbb63fa6fc2871e3d5a856977ca0e804e8c25743d5066098bce9f0</guid><description>&lt;p>Automatisch corrigeren voor (en simuleren) lensvervorming, transversale chromatische aberraties (TCA) en lichtafval.&lt;/p>
&lt;p>Deze module identificeert de camera/lens-combinatie uit de Exif-gegevens van de afbeelding en gebruikt de externe &lt;a href="https://lensfun.github.io/" title="External link" target="_blank" rel="noopener noreferrer nofollow" >lensfun-bibliotheek&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a> om correctieparameters te leveren.&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>Levels</title><link>https://ansel.photos/nl/doc/views/darkroom/modules/levels/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>b8479a54379554cecde3e09b35686b8aa6335ed434088b351cdd2e0664bb27ca</guid><description>&lt;p>Adjust black, white and mid-gray points in RGB color space.&lt;/p>
&lt;p>De tool RGB-niveaus toont een histogram van de afbeelding en toont drie balken met handvatten. Versleep de hendels om de zwarte, middel-grijs en witte punten in helderheid te wijzigen (in de modus &amp;ldquo;RGB, gekoppelde kanalen&amp;rdquo;) of afzonderlijk voor elk van de R-, G- en B-kanalen (in de modus &amp;ldquo;RGB, onafhankelijke kanalen&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>Liquify</title><link>https://ansel.photos/nl/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>3370b473678f348f5963a6054633025d22a3a2f1322854d4e528c1d9db53271d</guid><description>&lt;p>Verplaats pixels rond door vrije stijl-vervormingen toe te passen op delen van de afbeelding met behulp van punten, lijnen en curven.&lt;/p>
&lt;/section>
&lt;section id="nodes">
&lt;h2 class="text-left heading">
Nodes
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Elk van de tools van vervloeien is gebaseerd op knooppunten. Een punt bestaat uit een enkele knoop en een lijn of curve bestaat uit een reeks gekoppelde knopen die een pad definiëren.&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>Local contrast</title><link>https://ansel.photos/nl/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>38ece58d64c2d74ca4d996ef14bc2691c9d5d0d384e0aed6d8ab1a3773f917d5</guid><description>&lt;p>Verbeter het lokale contrast van de afbeelding.&lt;/p>
&lt;p>Dit wordt bereikt met behulp van een &lt;em>lokaal laplace&lt;/em> (standaard) of &lt;em>niet-genormaliseerd bilateraal&lt;/em> filter. Beide modi werken uitsluitend op het L-kanaal van Lab. Het &lt;em>lokaal laplace&lt;/em>-filter is ontworpen om robuust te zijn tegen ongewenste halo-effecten en gradiëntomkeringen langs randen.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>modus&lt;/dt>
&lt;dd>Keuze uit &lt;em>lokaal laplace&lt;/em> filter of &lt;em>bilateraal raster&lt;/em>. In de volgende secties worden de bedieningselementen beschreven die beschikbaar zijn voor elk van deze modi.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="bilateral-grid">
&lt;h3 class="text-left heading">
Bilateral grid
&lt;/h3>
&lt;dl>
&lt;dt>grofheid&lt;/dt>
&lt;dd>Pas de grofheid van de aan te passen details aan.&lt;/dd>
&lt;dt>contrast&lt;/dt>
&lt;dd>Bepaal hoe sterk het algoritme onderscheid maakt tussen helderheidsniveaus. Verhoog deze parameter voor een meer contrastrijk uiterlijk.&lt;/dd>
&lt;dt>detail&lt;/dt>
&lt;dd>Details toevoegen of verwijderen. Hogere waarden verhogen het lokale contrast.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="local-laplacian">
&lt;h3 class="text-left heading">
Local laplacian
&lt;/h3>
&lt;p>Om de parameters van het lokale laplaciaanse filter te begrijpen, kan men het zien als het toepassen van een curve op de afbeelding, vergelijkbaar met de volgende grafiek:&lt;/p></description></item><item><title>Lut 3D</title><link>https://ansel.photos/nl/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>917f23669a887b2183c614a9bc0758e79544b5a3149b5631562050d9d0c47d3c</guid><description>&lt;p>Transformeer RGB-waarden met een 3D LUT-bestand.&lt;/p>
&lt;p>Een 3D LUT is een driedimensionale tabel die wordt gebruikt om een bepaalde RGB-waarde om te zetten in een andere RGB-waarde. Het wordt normaal gesproken gebruikt voor filmsimulatie en kleurcorrectie.&lt;/p>
&lt;p>Deze module accepteert &lt;code>.cube&lt;/code>, &lt;code>.3dl&lt;/code>, &lt;code>.png&lt;/code> (haldclut) en &lt;code>.gmz&lt;/code> bestanden. Niet-gecomprimeerde 3D LUT-gegevens worden niet opgeslagen in de database of het XMP-bestand, maar worden in plaats daarvan opgeslagen in het 3D LUT-bestandspad in de 3D LUT-hoofdmap. Het is daarom belangrijk om een goede back-up van uw 3D LUT-map te maken &amp;ndash; het delen van een afbeelding met zijn XMP is zinloos als de ontvanger niet hetzelfde 3D LUT-bestand in zijn eigen 3D LUT-map heeft.&lt;/p></description></item><item><title>Negadoctor</title><link>https://ansel.photos/nl/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>a34631d2da1486f9b88380d0d8cb8cd7cb6ddac96a2db5ab67ace973644807dc</guid><description>&lt;p>Process scanned film negatives.&lt;/p>
&lt;p>Je kan een afbeelding van een negatief verkrijgen met behulp van een filmscanner, of door deze te fotograferen tegen een wit licht (bijvoorbeeld een lichttafel of computermonitor) of een externe flitser.&lt;/p>
&lt;/section>
&lt;section id="preparation">
&lt;h2 class="text-left heading">
Preparation
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Als de afbeelding van het negatief is verkregen met een digitale camera, moet je met de volgende punten rekening houden om nauwkeurige kleuren in de uiteindelijke afbeelding te krijgen:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>When taking the photograph, adjust the exposure to fully utilise the entire dynamic range of your camera sensor &amp;ndash; i.e. &amp;ldquo;expose-to-the-right&amp;rdquo;, so that the histogram in your camera touches the right hand side without clipping the image.&lt;/p></description></item><item><title>Orientation</title><link>https://ansel.photos/nl/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>171b9c76a93123d749e88bdc00795196c529eb70b7376b7018fcaeb307f5284c</guid><description>&lt;p>Rotate the image 90 degrees at a time or flip the image horizontally and/or vertically.&lt;/p>
&lt;p>De module is standaard ingeschakeld en de oriëntatie (rotatie) wordt automatisch ingesteld op basis van de Exif-gegevens van de afbeelding.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>transformeren&lt;/dt>
&lt;dd>Dubbelklik op het label om de standaardtransformaties terug te zetten&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/nl/doc/views/toolboxes/guides-overlays/" title="" rel="dofollow" >guides &amp;amp; overlays&lt;/a> for details.&lt;/dd>
&lt;/dl></description></item><item><title>Output color profile</title><link>https://ansel.photos/nl/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>e054bc6f71c1d4f293981921185140dd5ad55efe93bfba064b7385fa27dc09bd</guid><description>&lt;p>Beheer het uitvoerprofiel voor export en de weergave-intentie die moet worden gebruikt bij het toewijzen tussen kleurruimten.&lt;/p>
&lt;p>Ansel wordt geleverd met vooraf gedefinieerde profielen &lt;em>sRGB&lt;/em>, &lt;em>Adobe RGB&lt;/em>, &lt;em>XYZ&lt;/em> en &lt;em>linear RGB&lt;/em>. Je kan extra profielen opgeven door ze in &lt;code>$Ansel/share/Ansel/color/out&lt;/code> en &lt;code>$HOME/.config/Ansel/color/out&lt;/code> te plaatsen (waarbij &lt;code>$Ansel&lt;/code> de Ansel-installatiemap is en &lt;code>$HOME &lt;/code> is jouw thuismap).&lt;/p>
&lt;p>The output color profile may also be defined within the &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/export/" title="" rel="dofollow" >export&lt;/a> module.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>output intent&lt;/dt>
&lt;dd>The rendering intent for output/export. Rendering intent can only be selected when using LittleCMS2 to apply the output color profile (this can be changed in &lt;a href="https://ansel.photos/nl/doc/preferences-settings/processing/" title="" rel="dofollow" >preferences &amp;gt; processing&lt;/a>). If Ansel&amp;rsquo;s internal rendering routines are used, this option is hidden. For more details see &lt;a href="https://ansel.photos/nl/doc/color-management/rendering-intent/" title="" rel="dofollow" >rendering intent&lt;/a>.&lt;/dd>
&lt;dt>Uitgangs profiel&lt;/dt>
&lt;dd>Het profiel dat wordt gebruikt om kleuren weer te geven voor uitvoer/export. De profielgegevens worden ingebed in het uitvoerbestand (indien ondersteund door het bestandsformaat), zodat andere toepassingen de kleuren correct kunnen interpreteren. Omdat niet alle applicaties bekend zijn met kleurprofielen, is de algemene aanbeveling om je aan sRGB te houden, tenzij je weet wat je doet en een goede reden hebt om het anders te doen.&lt;/dd>
&lt;/dl></description></item><item><title>Raw black/white point</title><link>https://ansel.photos/nl/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>988e01f7d8f8e036b8e6dec08ad458369fbc2db0c08afe154c851e3976251928</guid><description>&lt;p>Define camera-specific black and white points.&lt;/p>
&lt;p>Deze module wordt automatisch geactiveerd voor alle onbewerkte afbeeldingen. Standaardinstellingen worden toegepast op alle ondersteunde camera&amp;rsquo;s. Wijzigingen in de standaardinstellingen zijn normaal gesproken niet vereist.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>zwartniveau 0-3&lt;/dt>
&lt;dd>Het cameraspecifieke zwartniveau van de vier pixels in het RGGB Bayer-patroon. Pixels met waarden lager dan dit niveau worden niet geacht geldige gegevens te bevatten.&lt;/dd>
&lt;dt>witpunt&lt;/dt>
&lt;dd>Het cameraspecifieke witniveau. Alle pixels met waarden daarboven worden waarschijnlijk afgekapt en worden dienovereenkomstig verwerkt in de &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/highlight-reconstruction/" title="" rel="dofollow" >&lt;em>hooglichten reconstructie&lt;/em>&lt;/a> module.&lt;/dd>
&lt;dt>vlakke veldcorrectie&lt;/dt>
&lt;dd>Gebruik vlakke veldcorrectie om lensschaduw te compenseren. Dit veld verschijnt alleen voor toepasselijke Raw-bestanden en zal automatisch elke GainMap gebruiken die in de Raw is ingesloten. Indien gewenst kunt u ervoor kiezen deze correctie uit te schakelen.&lt;/dd>
&lt;/dl></description></item><item><title>Raw chromatic aberrations</title><link>https://ansel.photos/nl/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>90da59fe424344dd4c9dd628c9e831e12a31ba11d4d78c182a651b7dbbf999f7</guid><description>&lt;p>Corrigeer chromatische aberraties van RAW afbeeldingen.&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 denoise</title><link>https://ansel.photos/nl/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>e9a610637f7586433363292c20a8f61fde80be22f99e7fdbd926a32dc8b10e21</guid><description>&lt;p>Perform denoising on raw image data before it is &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/demosaic/" title="" rel="dofollow" >demosaiced&lt;/a>.&lt;/p>
&lt;p>Deze module is overgedragen van &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>.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>ruis drempel&lt;/dt>
&lt;dd>De drempel voor ruisdetectie. Hogere waarden leiden tot een sterkere ruisonderdrukking en een groter verlies aan beelddetail.&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>Retouch</title><link>https://ansel.photos/nl/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>b758b6c2b179fab73c392d4a698fa39aa1fde7f94fe023b34bf2d69ec331bafb</guid><description>&lt;p>Verwijder ongewenste elementen uit je afbeelding door te klonen, helen, vervagen en vullen met getekende vormen.&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>Rotate and perspective</title><link>https://ansel.photos/nl/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>74778de5437c4c3dfa8981231cdf1a03d368d7f0dd2ef0cac42b7544261e6fca</guid><description>&lt;p>Automatisch corrigeren voor convergerende lijnen, een vorm van perspectiefvervorming. Het onderliggende mechanisme is geïnspireerd op het programma &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> van Markus Hebel. Met deze module kan ook de rotatie van het beeld worden aangepast.&lt;/p>
&lt;p>Perspectiefvervormingen zijn een natuurlijk effect bij het projecteren van een driedimensionale scène op een tweedimensionaal vlak en zorgen ervoor dat objecten dichtbij de kijker groter lijken dan objecten verder weg. Convergerende lijnen zijn een speciaal geval van perspectiefvervormingen die vaak worden gezien in architectuurfoto&amp;rsquo;s - parallelle lijnen, wanneer ze onder een hoek worden gefotografeerd, worden omgezet in convergerende lijnen die elkaar op een bepaald uitkijkpunt binnen of buiten het beeldframe ontmoeten.&lt;/p></description></item><item><title>Rotate pixels</title><link>https://ansel.photos/nl/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>2e534a0ff77a9f60165cadcb231bf6da5e703738d450dec386faa6b3fc88c281</guid><description>&lt;p>De sensoren van sommige camera&amp;rsquo;s (zoals de Fujifilm FinePix S2Pro, F700 en E550) hebben een diagonaal georiënteerd Bayer-patroon in plaats van de gebruikelijke orthogonale lay-out.&lt;/p>
&lt;p>Zonder correctie zou dit leiden tot een gekanteld beeld met zwarte hoeken. Deze module past de vereiste rotatie toe.&lt;/p>
&lt;p>Ansel detecteert afbeeldingen die moeten worden gecorrigeerd met behulp van hun Exif-gegevens en activeert deze module automatisch waar nodig. Voor andere afbeeldingen blijft de module altijd uitgeschakeld.&lt;/p></description></item><item><title>Scale pixels</title><link>https://ansel.photos/nl/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>ac9ea9c9f5e101b6978e5ad0ed998e04a32b4c418d456fad0f9861c4883b528f</guid><description>&lt;p>Sommige camera&amp;rsquo;s (zoals de Nikon D1X) hebben rechthoekige in plaats van de gebruikelijke vierkante sensorcellen. Zonder correctie zou dit leiden tot vervormde beelden. Deze module past de vereiste schaling toe.&lt;/p>
&lt;p>Ansel detecteert afbeeldingen die moeten worden gecorrigeerd met behulp van hun Exif-gegevens en activeert deze module automatisch waar nodig. Voor andere afbeeldingen blijft de module altijd uitgeschakeld.&lt;/p>
&lt;p>De module heeft geen instellingen.&lt;/p></description></item><item><title>Sharpen</title><link>https://ansel.photos/nl/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>fbd0b8a54960eb371be229b327e2e4a9cc9b6bf676eca22bc97b27fc001575f9</guid><description>&lt;p>Sharpen the details in the image using a standard UnSharp Mask (USM).&lt;/p>
&lt;p>Deze module werkt door het contrast rond de randen te vergroten en daardoor de &lt;em>indruk&lt;/em> van de scherpte van een afbeelding te verbeteren. Deze module wordt toegepast op het L-kanaal in de Lab-kleurruimte.&lt;/p>
&lt;hr />
&lt;p>&lt;em>&lt;strong>Opmerking:&lt;/strong> Het USM-algoritme dat in deze module wordt gebruikt, zorgt voor vervaging in de Lab-kleurruimte, wat ongewenste effecten kan veroorzaken en wordt niet langer aanbevolen. Gebruik in plaats daarvan de voorinstellingen die worden aangeboden door de module &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/contrast-equalizer/" title="" rel="dofollow" >contrast-equalizer&lt;/a> voor onscherpte of de module &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/local-contrast/" title="" rel="dofollow" >lokaal contrast&lt;/a> voor algemene scherpte.&lt;/em>&lt;/p></description></item><item><title>Surface blur</title><link>https://ansel.photos/nl/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>7a7fa219d314988fd07dbaa7efecc6a8bfe3904906a70c04b2f1f5ffaa0dcc63</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/nl/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/nl/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/nl/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>Tone equalizer</title><link>https://ansel.photos/nl/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>6f8bef521697d3ac3f5b038e559aac563081c5a0c782d6e539e9293066caade9</guid><description>&lt;p>Tegenhouden en doordrukken met behoud van lokaal contrast.&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>Het volgende diagram beschrijft hoe de toon-equalizer werkt:&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_66c95114c95d56fb.jpg 140w, https://ansel.photos/tone-equalizer-overview_hu_9e5f8fee8fac307a.jpg 264w, https://ansel.photos/tone-equalizer-overview_hu_fb6ac8aea2a641e6.jpg 331w, https://ansel.photos/tone-equalizer-overview_hu_a975fab5454163a7.jpg 400w, https://ansel.photos/tone-equalizer-overview_hu_52cfb0f68dc40228.jpg 496w, https://ansel.photos/tone-equalizer-overview_hu_687534dfe9bd3e74.jpg 576w, https://ansel.photos/tone-equalizer-overview_hu_d8eb5f346d4414f2.jpg 600w, https://ansel.photos/tone-equalizer-overview_hu_c76bee32d65b90b2.jpg 720w, https://ansel.photos/tone-equalizer-overview_hu_776450a5d98f1054.jpg 800w, https://ansel.photos/tone-equalizer-overview_hu_8c76a48d6421b8e2.jpg 992w, https://ansel.photos/tone-equalizer-overview_hu_458f0f7f8e2f86a8.jpg 1200w, https://ansel.photos/tone-equalizer-overview_hu_7491fd84b24f99db.jpg 1320w"width="1423" height="645"/>
&lt;/div>
&lt;/figure>
&lt;/p></description></item><item><title>Unbreak input profile</title><link>https://ansel.photos/nl/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>5642cba1c7bdbb753953c40b3950d268473b61542d2849bd3258059ec1f37c49</guid><description>&lt;p>Voeg een correctiecurve toe aan afbeeldingsgegevens. Dit is vereist als u bepaalde invoerprofielen heeft geselecteerd in de module &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/input-color-profile/" title="" rel="dofollow" >&lt;em>input kleurprofiel&lt;/em>&lt;/a>.&lt;/p>
&lt;p>If you decide to use an ICC profile from the camera manufacturer in the &lt;a href="https://ansel.photos/nl/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>Vignetting</title><link>https://ansel.photos/nl/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>31099e10a3850544aab603f4ccd0e4124efd02826b7e71d72b1844349803dc9f</guid><description>&lt;p>Apply a vignetting effect to the image.&lt;/p>
&lt;p>Vignettering is een wijziging van de helderheid en verzadiging aan de randen van de afbeelding in een bepaalde vorm. Veel van de onderstaande parameters kunnen ook worden gewijzigd met een grafisch besturingselement dat de afbeelding overlapt wanneer de module focus heeft, waarbij de vorm en omvang van het effect wordt weergegeven.&lt;/p>
&lt;hr />
&lt;p>&lt;strong>Opmerking:&lt;/strong> Van deze module is bekend dat deze onder bepaalde omstandigheden bandvormende-artefacten veroorzaakt. Overweeg om de module &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/dithering/" title="" rel="dofollow" >&lt;em>dithering&lt;/em>&lt;/a> te activeren om dit te verhelpen.&lt;/p></description></item><item><title>Watermark</title><link>https://ansel.photos/nl/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>ef37a8a614b77d00674cf1d3bd8f70ec9701915f3223797d2cfe400a2fad5a44</guid><description>&lt;p>Render een op vectoren gebaseerde overlay op uw afbeelding. Watermerken zijn standaard SVG-documenten en kunnen worden ontworpen met &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>.&lt;/p>
&lt;p>Je kan ook bitmapafbeeldingen (PNG) gebruiken.&lt;/p>
&lt;p>De SVG-processor in Ansel kan ook tekenreeks in een SVG-document vervangen, waardoor afbeeldingsafhankelijke informatie in het watermerk kan worden opgenomen.&lt;/p>
&lt;p>Door de gebruiker ontworpen watermerken moeten in de map &lt;code>$HOME/.config/Ansel/watermarks&lt;/code> worden geplaatst. Eenmaal op zijn plaats, gebruik de herlaadknop om de lijst met beschikbare watermerken bij te werken.&lt;/p></description></item><item><title>White balance</title><link>https://ansel.photos/nl/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>f6c86f68c32fcfba4844cfbcfcf5e0877ceab1dc974bab3b2a39471234b55f6e</guid><description>&lt;p>Pas de witbalans van het beeld aan door de temperatuur en tint te wijzigen, een coëfficiënt voor elk RGB-kanaal te definiëren of te kiezen uit een lijst met vooraf gedefinieerde witbalansinstellingen.&lt;/p>
&lt;p>De standaardinstellingen voor deze module zijn afgeleid van de witbalans van de camera die is opgeslagen in de Exif-gegevens van de afbeelding.&lt;/p>
&lt;p>White balance is not intended as a &amp;ldquo;creative&amp;rdquo; module &amp;ndash; its primary goal is to technically correct the white balance of the image ensuring that neutral colored objects in the scene are rendered with neutral colors in the image. For creative color operations, it is usually better to use other modules such as &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/color-calibration/" title="" rel="dofollow" >&lt;em>color calibration&lt;/em>&lt;/a> or &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/color-balance/" title="" rel="dofollow" >&lt;em>color balance&lt;/em>&lt;/a>.&lt;/p></description></item><item><title>Toolboxes</title><link>https://ansel.photos/nl/doc/views/toolboxes/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Tue, 16 Jun 2026 00:00:00 +0000</updated><guid>a392d0691d1284395cd433af885da4870bf266cbabe226b3f1882dfe4b72a51a</guid><description>&lt;p>A &lt;em>toolbox&lt;/em> is a collapsible tool docked in one of the side panels. Unlike the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/" title="" rel="dofollow" >darkroom processing modules&lt;/a>, toolboxes do not modify pixels — they help you browse, organize, inspect, export and annotate images, or assess the picture being edited.&lt;/p>
&lt;p>Each view shows only the toolboxes relevant to its task, so the same panel position can hold different tools depending on whether you are in the lighttable, the darkroom, the map or the print view.&lt;/p></description></item><item><title>Styles</title><link>https://ansel.photos/nl/doc/views/toolboxes/styles/</link><pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate><updated>Tue, 16 Jun 2026 00:00:00 +0000</updated><guid>60c16fd5e95d21682fd223ea755d2f57511794057ff646ee8589ee228c07ff2c</guid><description>&lt;p>A &lt;strong>style&lt;/strong> is a named, saved editing recipe — a subset of a history stack that can be applied to any number of images. Styles let you reuse looks, technical corrections, or module configurations without having to redo them from scratch.&lt;/p>
&lt;p>Styles are accessible from two places:&lt;/p>
&lt;ul>
&lt;li>The &lt;strong>Styles menu&lt;/strong> in the menu bar, which lists all your styles and applies them in one click.&lt;/li>
&lt;li>The &lt;strong>Styles toolbox module&lt;/strong>, available as a floating window via &lt;strong>Styles → Manage styles…&lt;/strong>&lt;/li>
&lt;/ul>
&lt;/section>
&lt;section id="applying-a-style">
&lt;h2 class="text-left heading">
Applying a style
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Click any style name in the &lt;strong>Styles menu&lt;/strong> to apply it to all currently active images. If &lt;strong>Ask merge settings before apply&lt;/strong> is enabled (the default), a &lt;a href="#merge-settings-dialog" title="" rel="dofollow" >merge settings dialog&lt;/a> appears first. See the &lt;a href="https://ansel.photos/nl/doc/views/lighttable/history-copy-paste/" title="" rel="dofollow" >copy-paste history&lt;/a> page for a full explanation of what merge position and pipeline order mean.&lt;/p></description></item><item><title>Notes</title><link>https://ansel.photos/nl/doc/views/toolboxes/notes/</link><pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate><updated>Mon, 16 Feb 2026 00:00:00 +0000</updated><guid>08248f63288f39154e5de9b2fc1d07c8497778da01f9ff927c1ec3c32377f903</guid><description>&lt;p>Write per-image notes that live next to your files and render as Markdown. Such notes can be to-do lists, memos, contacts of the persons in the image, tips or instructions for collaborators, etc.&lt;/p>
&lt;p>The module opens in &lt;strong>preview&lt;/strong> by default; switch to &lt;strong>edit&lt;/strong> to change the source text. The Markdown parsing needs Ansel to be build with &lt;a href="https://github.com/commonmark/cmark" title="External link" target="_blank" rel="noopener noreferrer nofollow" >CMark&amp;thinsp;&lt;sup class="icon">&lt;i class="fa fa-external-link-alt">&lt;/i>&lt;/sup>&lt;/a>, which is optional. If Ansel was not built with this library, it will be rendered as plain text.&lt;/p></description></item><item><title>Clipping warning</title><link>https://ansel.photos/nl/doc/views/toolboxes/clipping/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>275bc3f97e0ab5568143bcd9a236f60f2491ea2aa96237b451b12f8e26ef533a</guid><description>&lt;p>Markeer delen van de afbeelding die luminantie of gamma clipping (afknippen) kunnen vertonen.&lt;/p>
&lt;p>Wanneer een afbeelding naar een weergaveapparaat wordt gestuurd, wordt elke pixel normaal gesproken weergegeven als een set van 3 getallen, die de intensiteit van de rode, groene en blauwe primaire kleuren in de uitvoerkleurenruimte vertegenwoordigen. Omdat de uitvoerkleurruimte meestal nauw verwant is aan hardware met fysieke beperkingen, is er een maximaal toegestane waarde voor de [R,G,B]-kanalen, die de maximaal beschikbare intensiteit voor die kleurruimte vertegenwoordigt. Evenzo is er ook een minimumwaarde waaronder pixelwaarden worden toegewezen aan nul. Wanneer we proberen om van een grotere kleurruimte naar de uiteindelijke uitvoerkleurenruimte te converteren, worden alle waarden die dit maximum overschrijden, op de maximale waarde geklemd en alle waarden onder het minimum op nul. Dit proces wordt &amp;ldquo;knippen&amp;rdquo; genoemd en het zal leiden tot verloren details of &amp;ldquo;onjuiste&amp;rdquo; kleuren voor alle pixels met afgekapte kanalen.&lt;/p></description></item><item><title>Color assessment</title><link>https://ansel.photos/nl/doc/views/toolboxes/color-assessment/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>d520f75cd56971a1b652810f14df859502ba2b7e320cb2cdcb5d239cb362f873</guid><description>&lt;p>Beoordeel kleuren en helderheid in jouw afbeelding met behulp van ISO 12646:2008 aanbevolen kijkomstandigheden.&lt;/p>
&lt;p>Bij het ontwikkelen van een afbeelding wordt de manier waarop we helderheid, contrast en verzadiging waarnemen, beïnvloed door de omringende omgevingsomstandigheden. Als een afbeelding wordt weergegeven tegen een donkere achtergrond, kan dit een aantal nadelige effecten hebben op onze perceptie van die afbeelding:&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>Het eindresultaat is dat het uiteindelijke beeld te donker kan worden en overbewerkt in termen van contrast en kleurverzadiging. Om dit te voorkomen doet de norm &amp;ldquo;ISO 12646:2008&amp;rdquo; enkele aanbevelingen over de voorwaarden waaronder de kleuren van een afbeelding moeten worden beoordeeld. De module &lt;em>kleur beoordeling&lt;/em> in Ontwikkelen plaatst een kader rond de afbeelding om de gebruiker te helpen de kleuren in de afbeelding beter te beoordelen, in de lijn van die aanbevelingen.&lt;/p></description></item><item><title>Duplicate manager</title><link>https://ansel.photos/nl/doc/views/toolboxes/duplicate-manager/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>80ec909664d87c9c41e823e8bf931b39329b918a32775a0130b8564dbecd9a2e</guid><description>&lt;p>View and switch between the versions (duplicates) of the current image. Every version shares the same underlying file but keeps its own independent editing history, stored in its own XMP sidecar, so each can be edited without affecting the others.&lt;/p>
&lt;p>In the darkroom &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#left-panel" title="" rel="dofollow" >left panel&lt;/a>, the duplicate manager lists each version of the current image with a preview thumbnail and a version number:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Press and hold&lt;/strong> a thumbnail to preview that version in the center view.&lt;/li>
&lt;li>&lt;strong>Double-click&lt;/strong> a thumbnail to switch to that version and edit it.&lt;/li>
&lt;/ul>
&lt;/section>
&lt;section id="creating-versions">
&lt;h2 class="text-left heading">
Creating versions
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>New versions are created from the &lt;a href="https://ansel.photos/nl/doc/views/global-menu/" title="" rel="dofollow" >global menu&lt;/a>, so they also work on a lighttable selection:&lt;/p></description></item><item><title>EXIF and IPTC</title><link>https://ansel.photos/nl/doc/views/toolboxes/image-information/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>a12e42b630e757683abdf34bf3eb39266ff12a56459a281e16425819f45f9de4</guid><description>&lt;p>Display the EXIF and IPTC information (metadata) embedded in an image, plus a number of extra fields Ansel maintains (filmroll, version, local copy, etc.). The module is available in most views, in the left panel.&lt;/p>
&lt;p>As you &lt;strong>hover&lt;/strong> thumbnails in the lighttable or filmstrip, the panel updates to show the image under the cursor. This is a read-only preview and changes nothing.&lt;/p>
&lt;p>When several images are selected and no single image is highlighted, the module shows only the fields that are identical across the selection; differing fields display &lt;em>&amp;lt;various values&amp;gt;&lt;/em> instead.&lt;/p></description></item><item><title>Export</title><link>https://ansel.photos/nl/doc/views/toolboxes/export/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>83c221c2c229b91871a417ca5f713476dc0442ef701fdc574b0270ca6e40371c</guid><description>&lt;p>Export the selected images to final files.&lt;/p>
&lt;p>Open the export panel from the &lt;a href="https://ansel.photos/nl/doc/views/global-menu/" title="" rel="dofollow" >global menu&lt;/a>, &lt;em>File → Export…&lt;/em> (&lt;kbd>Ctrl&lt;/kbd>+&lt;kbd>Shift&lt;/kbd>+&lt;kbd>E&lt;/kbd>). 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="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;/section>
&lt;section id="storage-options">
&lt;h3 class="text-left heading">
Storage options
&lt;/h3>
&lt;dl>
&lt;dt>doel opslag&lt;/dt>
&lt;dd>Het type locatie om jouw geselecteerde afbeeldingen op te slaan. Er zijn een aantal verschillende back-ends geïmplementeerd, waaronder een bestand op schijf, een LaTeX-boeksjabloon en verschillende webalbums. Afhankelijk van het geselecteerde doel, wordt jou gevraagd om aanvullende informatie te verstrekken, zoals bestandsnamen of gebruikersnaam en wachtwoord.&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/nl/doc/variables/" title="" rel="dofollow" >variables&lt;/a> section for details.&lt;/dd>
&lt;dt>uitvoermapkiezer&lt;/dt>
&lt;dd>De knop naast het bestandsnaamsjabloonitem opent een dialoogvenster om de bovenliggende map voor export te selecteren.&lt;/dd>
&lt;dt>bij conflicten&lt;/dt>
&lt;dd>Kies wat je moet doen als de gegenereerde bestandsnaam in conflict is met een bestaand bestand bij het exporteren:&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>creëer unieke bestandsnaam&lt;/em>: Kies automatisch een unieke nieuwe bestandsnaam door een geheel getal toe te voegen aan de naam van het conflicterende bestand.&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/nl/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>overslaan&lt;/em>: Exporteer geen afbeeldingen waarvan de doelbestandsnaam al bestaat.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="format-options">
&lt;h3 class="text-left heading">
Format options
&lt;/h3>
&lt;dl>
&lt;dt>bestandstype&lt;/dt>
&lt;dd>kies de bestandsindeling voor de geëxporteerde afbeelding. Extra opties verschijnen (hieronder) afhankelijk van het geselecteerde formaat.&lt;/dd>
&lt;dt>kwaliteit&lt;/dt>
&lt;dd>De kwaliteit van het geëxporteerde bestand. Hogere waarden leiden tot grotere bestandsgroottes. De standaardkwaliteit (95) is een goede instelling voor export van zeer hoge kwaliteit (bijvoorbeeld voor archivering of afdrukken). Als je een goed compromis zoekt tussen grootte en kwaliteit (bijvoorbeeld voor online weergave van afbeeldingen of uploads), moet je in plaats daarvan een waarde van &amp;ldquo;90&amp;rdquo; overwegen.&lt;/dd>
&lt;dt>bit diepte&lt;/dt>
&lt;dd>Het aantal bits dat voor elk kleurkanaal wordt gebruikt. Meer bits betekent minder posterisatie/kleurbanden.&lt;/dd>
&lt;dt>compressie&lt;/dt>
&lt;dd>Het type compressie dat moet worden gebruikt.&lt;/dd>
&lt;dt>compressieniveau&lt;/dt>
&lt;dd>Voor exportformaten waarin &lt;em>compressie&lt;/em> kan worden gespecificeerd, specificeert het &lt;em>compressieniveau&lt;/em> hoeveel compressie moet worden toegepast. Hoe hoger het niveau, hoe meer de gegevens worden gecomprimeerd, wat ten koste gaat van meer CPU-cycli.&lt;/dd>
&lt;dt>zwart-wit afbeelding&lt;/dt>
&lt;dd>Voor het TIFF-exportformaat is het mogelijk om een monochrome afbeelding op te slaan. Deze instelling bepaalt of het resulterende bestand de grijstinten codeert als afzonderlijke RGB-kanalen of als een enkel grijswaardenkanaal. De laatste optie zal resulteren in kleinere bestanden.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="global-options">
&lt;h3 class="text-left heading">
Global options
&lt;/h3>
&lt;dl>
&lt;dt>stel formaat in&lt;/dt>
&lt;dd>kies hoe je de maximale grootte van jouw geëxporteerde afbeelding wilt hebben&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 (voor print)&lt;/em>: Voer de maximale breedte en hoogte in cm in en definieer de dpi van de afbeelding. De equivalente grootte in pixels wordt automatisch berekend.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>in cm (voor print)&lt;/em>: Voer de maximale breedte en hoogte in cm in en definieer de dpi van de afbeelding. De equivalente grootte in pixels wordt automatisch berekend.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>op schaal (for bestand)&lt;/em>: Voer een vermenigvuldiger in om aan te geven met hoeveel de geëxporteerde afbeelding moet worden geschaald in vergelijking met de invoerafbeelding. Als je bijvoorbeeld een waarde van 0,5 invoert, resulteert dit in een uitvoerafbeelding met de helft van de breedte en hoogte (in pixels) van de originele afbeelding.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dt>dpi&lt;/dt>
&lt;dd>Als eenheden van cm of inches zijn gekozen, stelt je de dpi van de uitvoerafbeelding in. De dpi wordt ook opgeslagen in de Exif-gegevens van de geëxporteerde afbeelding. Het wordt automatisch ingesteld op 300 als &amp;ldquo;in pixels&amp;rdquo; of &amp;ldquo;op schaal&amp;rdquo; wordt gekozen.&lt;/dd>
&lt;dt>maximale grootte&lt;/dt>
&lt;dd>Stel de maximale breedte en hoogte van de geëxporteerde afbeelding(en) in pixels, cm of inches in (afhankelijk van de geselecteerde eenheid) &amp;ndash; nul betekent dat er geen beperking wordt ingesteld op die dimensie. Geëxporteerde afbeeldingen worden beperkt zodat ze geen van deze waarden overschrijden, terwijl de juiste beeldverhouding behouden blijft. Zet beide op nul om te exporteren met de originele afmetingen (na uitsnijden). Als de ingevoerde waarden de originele afmetingen overschrijden, zal Ansel ofwel exporteren met de originele afmetingen of de afbeelding opschalen, afhankelijk van de parameter &amp;ldquo;opschalen toestaan&amp;rdquo;.&lt;/dd>
&lt;dt>opschalen toestaan&lt;/dt>
&lt;dd>Stel in op &amp;ldquo;ja&amp;rdquo; om een opschalingsstap uit te voeren als de door de gebruiker gedefinieerde maximale breedte en hoogte de oorspronkelijke afmetingen van de afbeelding overschrijden. Indien ingesteld op &amp;ldquo;nee&amp;rdquo;, zullen de afmetingen van de geëxporteerde afbeelding niet groter zijn dan de afmetingen van de originele afbeelding (na bijsnijden).&lt;/dd>
&lt;dt>resampling van hoge kwaliteit&lt;/dt>
&lt;dd>Stel dit in op &amp;lsquo;ja&amp;rsquo; om hersampling van hoge kwaliteit op de afbeelding uit te voeren. De afbeelding wordt in volledige resolutie verwerkt en pas aan het einde verkleind. Dit kan soms resulteren in een betere kwaliteit, maar zal altijd langzamer zijn.&lt;/dd>
&lt;dt>maskers opslaan&lt;/dt>
&lt;dd>Sla maskers op als lagen in geëxporteerde afbeelding. Werkt alleen voor sommige afbeeldingsformaten (momenteel TIFF en 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/nl/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/nl/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/nl/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>Opmerking:&lt;/strong> Afbeeldingen die zijn geselecteerd maar momenteel verborgen zijn (omdat ze lid zijn van een samengevouwen groep) worden niet geëxporteerd.&lt;/p></description></item><item><title>Filmstrip</title><link>https://ansel.photos/nl/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>887832f36892013d825d6ea4fa3fe8eded5b3ec93be1bb2c35cfd7ae545a6730</guid><description>&lt;p>De filmstrip kan worden gebruikt om snel te schakelen tussen afbeeldingen. De getoonde afbeeldingen zijn dezelfde als die weergegeven in de bibliotheekweergave en worden gedefinieerd door de momenteel geselecteerde collectie.&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_f12237452c5af6a0.jpg 140w, https://ansel.photos/filmstrip_hu_654253f98a40bc26.jpg 264w, https://ansel.photos/filmstrip_hu_a7d957e181b276b2.jpg 331w, https://ansel.photos/filmstrip_hu_3d1bae55df9086ba.jpg 400w, https://ansel.photos/filmstrip_hu_3935d4fd8e44e2aa.jpg 496w, https://ansel.photos/filmstrip_hu_b199d558d21a814a.jpg 576w, https://ansel.photos/filmstrip_hu_4ffdbc6a03bb8ef0.jpg 600w, https://ansel.photos/filmstrip_hu_9f8ec3c4ea1e9664.jpg 720w, https://ansel.photos/filmstrip_hu_2ec7970262b1ec4c.jpg 800w, https://ansel.photos/filmstrip_hu_819969012b3ddc49.jpg 992w, https://ansel.photos/filmstrip_hu_371cf4c2c5fbd3ea.jpg 1200w, https://ansel.photos/filmstrip_hu_64ddd4d178cc191d.jpg 1320w, https://ansel.photos/filmstrip_hu_822c9ba6dc4021e5.jpg 1440w, https://ansel.photos/filmstrip_hu_e9dc5233d01365e5.jpg 1600w"width="1894" height="242"/>
&lt;/div>
&lt;/figure>
&lt;/p></description></item><item><title>Find location</title><link>https://ansel.photos/nl/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>e444c5be008caa1e5b37c29db05eaef2d04d51a48c7977eda2755ed785815dc4</guid><description>&lt;p>Zoek een locatie op de kaart. Je moet verbonden zijn met internet om deze functie te gebruiken.&lt;/p>
&lt;p>Om deze module te gebruiken, typ je een plaatsnaam of adres in, druk je op Enter en je krijgt een lijst met resultaten te zien. Klik op een item in de lijst en de kaart zoomt naar die locatie. Er wordt een omtrek weergegeven die de locatie bedekt of een speld die naar de locatie wijst.&lt;/p></description></item><item><title>Focus peaking</title><link>https://ansel.photos/nl/doc/views/toolboxes/focus-peaking/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>bb830afc5b4dcf283fc8f4c9c0802de5286b430150256cdbe8060fb00bec665e</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>Enable focus peaking from the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#bottom-panel" title="" rel="dofollow" >bottom toolbar&lt;/a> in the darkroom, or via &lt;em>Overlay focus peaking&lt;/em> in the &lt;a href="https://ansel.photos/nl/doc/views/lighttable/#overlays" title="" rel="dofollow" >lighttable display options&lt;/a>. The sharp parts of the image are 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 check</title><link>https://ansel.photos/nl/doc/views/toolboxes/gamut/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>d93c7c5a4a46a888a8a5be578de655498647c6c7dd5cbc957213ecc285759530</guid><description>&lt;p>Markeer delen van de afbeelding die mogelijk worden afgekapt.&lt;/p>
&lt;p>Click the gamut-check icon in the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#bottom-panel" title="" rel="dofollow" >bottom toolbar&lt;/a> to enable it. Gamut check and &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/soft-proof/" title="" rel="dofollow" >soft proof&lt;/a> are mutually exclusive modes.&lt;/p>
&lt;p>Klik met de rechtermuisknop op het pictogram om een dialoogvenster met configuratieparameters te openen &amp;ndash; deze zijn hetzelfde als voor de optie &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/soft-proof/" title="" rel="dofollow" >soft proof&lt;/a>.&lt;/p>
&lt;p>Je kan ook overwegen om de &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/clipping/" title="" rel="dofollow" >clipping waarschuwing&lt;/a> te gebruiken, die ook waarschuwingen voor onder- en overbelichting biedt, evenals een gammacontrole die vergelijkbaar is met die van deze module.&lt;/p></description></item><item><title>Geotagging</title><link>https://ansel.photos/nl/doc/views/toolboxes/geotagging/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>55a5834149abf67444c3baddcc754f5954be3f8fcec67352bac99e854d42691b</guid><description>&lt;p>Import and apply GPX track data to a selection of images, and correct image date/time.&lt;/p>
&lt;p>This module — labelled &lt;strong>Datetime and GPS&lt;/strong> in the panel — is common to the &lt;a href="https://ansel.photos/nl/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a> and &lt;a href="https://ansel.photos/nl/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="workflow-overview">
&lt;h2 class="text-left heading">
Workflow overview
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Een GPS-ontvanger berekent zijn huidige positie op basis van informatie die hij ontvangt van satellieten en legt deze samen met de huidige datum en tijd vast in een GPX-bestand. De Exif-gegevens van de afbeeldingen bevatten ook een tijdstempel dat is gedefinieerd door de camera-instellingen. De &lt;em>geotagging&lt;/em>-module neemt de tijdstempel van de afbeelding, zoekt de positie op dat moment op in het GPX-bestand en slaat de juiste coördinaten (breedtegraad/lengtegraad/elevatie) op in zijn database en het XMP sidecar-bestand van de afbeelding.&lt;/p></description></item><item><title>Global color picker</title><link>https://ansel.photos/nl/doc/views/toolboxes/global-color-picker/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>c42a6e2b82465c1281c11a7faac587be31a28a4808bd0f3217e3498b981bed26</guid><description>&lt;p>The global color picker samples colors from the current image, displays their values in several color spaces, and lets you store and compare samples from different locations. It is part of the &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/scopes/" title="" rel="dofollow" >scopes&lt;/a> module (the &lt;em>Color picker&lt;/em> and &lt;em>Live samples&lt;/em> sections), in the darkroom &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#left-panel" title="" rel="dofollow" >left panel&lt;/a>.&lt;/p>
&lt;p>Activate it with the color-picker button. It keeps sampling until you turn it off or leave the darkroom.&lt;/p>
&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>
This &lt;strong>global&lt;/strong> color picker is distinct from the &lt;strong>local&lt;/strong> color pickers found inside many &lt;a href="https://ansel.photos/nl/" title="" rel="dofollow" >modules&lt;/a> (e.g. &lt;a href="https://ansel.photos/nl/" title="" rel="dofollow" >RGB curve&lt;/a>), which set that module&amp;rsquo;s parameters. The two do not work in the same color space: the global picker samples at the &lt;strong>end of the preview pipeline&lt;/strong> (display space), whereas a local picker reads the input or output of the module it belongs to.
&lt;/div>
&lt;/section>
&lt;section id="controls">
&lt;h2 class="text-left heading">
Controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>Point / area mode&lt;/dt>
&lt;dd>&lt;strong>Click&lt;/strong> the picker button for point mode (a small spot under the cursor). &lt;strong>&lt;kbd>Ctrl&lt;/kbd>+click&lt;/strong> or &lt;strong>right-click&lt;/strong> for area mode (the average over a drawn rectangle).&lt;/dd>
&lt;dt>Statistic (mean / min / max)&lt;/dt>
&lt;dd>In area mode, choose whether to display the &lt;strong>mean&lt;/strong>, &lt;strong>minimum&lt;/strong> or &lt;strong>maximum&lt;/strong> channel values of the sampled region. (In point mode the three are identical.)&lt;/dd>
&lt;dt>Color mode&lt;/dt>
&lt;dd>Choose the color space in which the sampled values are shown. Values converted to spaces other than the native display space are approximate.&lt;/dd>
&lt;dt>Color swatch&lt;/dt>
&lt;dd>A patch of the sampled color is shown next to the numerical values; click it to enlarge it. Right-click the numerical values to copy them to the clipboard.&lt;/dd>
&lt;/dl>
&lt;p>Hover any value for a tooltip with more detail, including RGB and Lab values and an approximate color name.&lt;/p></description></item><item><title>Guides &amp; overlays</title><link>https://ansel.photos/nl/doc/views/toolboxes/guides-overlays/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>ae3744ecd93ab6f205abb79f973dd8bdba2a7ed293a4461bb33946dc656497f8</guid><description>&lt;p>Een aantal veelgebruikte hulplijnen voor compositie kunnen tijdens het bewerken over jouw afbeelding worden gelegd. Deze kunnen globaal (altijd) of lokaal (wanneer bepaalde modules actief zijn) ingeschakeld worden.&lt;/p>
&lt;p>Andere ontwikkelen-functionaliteit tekent ook gekleurde overlay-lijnen op de afbeelding (bijvoorbeeld getekende maskers). Er is ook een optie om de kleur van die overlays te wijzigen (zie hieronder).&lt;/p>
&lt;/section>
&lt;section id="global-guides">
&lt;h2 class="text-left heading">
Global guides
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Left-click the guides-and-overlays icon in the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#bottom-panel" title="" rel="dofollow" >bottom toolbar&lt;/a> to globally display guide overlays. The overlays remain on until you click the button a second time to switch them off.&lt;/p></description></item><item><title>History stack</title><link>https://ansel.photos/nl/doc/views/toolboxes/history-stack/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>e0908c0781d992e7c9e403cbf49c323abab49d0cdd0d897108598c5c292d8c6f</guid><description>&lt;p>The &lt;strong>History of changes&lt;/strong> module, in the darkroom &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#left-panel" title="" rel="dofollow" >left panel&lt;/a>, shows and lets you navigate the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/pixelpipe/history-stack/" title="" rel="dofollow" >history stack&lt;/a> of the current image.&lt;/p>
&lt;p>It lists every change of state — a module being enabled, disabled, moved, or having a parameter changed — for the current image, newest at the top. Each entry is one user change, so a module can appear several times.&lt;/p>
&lt;/section>
&lt;section id="navigating-the-history">
&lt;h2 class="text-left heading">
Navigating the history
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Click&lt;/strong> an entry to return the image to that point in its history.&lt;/li>
&lt;li>&lt;strong>&lt;kbd>Shift&lt;/kbd>+click&lt;/strong> an entry to expand the corresponding module in the right-hand panel &lt;strong>without&lt;/strong> changing the current edit — useful for inspecting a step.&lt;/li>
&lt;li>&lt;strong>Hover&lt;/strong> an entry for a tooltip listing exactly what changed in that step compared to the previous one, which helps track down unintended adjustments.&lt;/li>
&lt;/ul>
&lt;p>The selected history state is remembered: it is safe to quit, leave the darkroom or switch image after stepping back, and you will return to the same state.&lt;/p></description></item><item><title>Library</title><link>https://ansel.photos/nl/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>c00b75272fdb6fa91bc08c2a8f619e5506cdc6f486852c50c7ec809e1c9c802a</guid><description>&lt;p>Filter de afbeeldingen die worden weergegeven in de bibliotheektafelweergave en het filmstrippaneel met behulp van afbeeldingskenmerken. Deze set gefilterde afbeeldingen staat bekend als een &lt;em>collectie&lt;/em>.&lt;/p>
&lt;p>Importing images into Ansel stores information about them (filename, path, Exif data, data from XMP sidecar files etc.) in Ansel&amp;rsquo;s library database. A collection is defined by applying filtering rules to these attributes, thus creating a subset of images to display in the lighttable view and the filmstrip module.&lt;/p></description></item><item><title>Locations</title><link>https://ansel.photos/nl/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>527805c4a72d4b3f2a28b7a748b0d8c3e975fe6cc46129bf47845c9640f77b9e</guid><description>&lt;p>Create areas or locations and organize them as hierarchical tags.&lt;/p>
&lt;p>Een locatie wordt weergegeven als een vorm op de kaart wanneer deze is geselecteerd. Aanvankelijk wordt elke locatie weergegeven als een vierkant of cirkel en kan worden gewijzigd in een rechthoek of ellips door de breedte en/of hoogte van de vorm aan te passen.&lt;/p>
&lt;p>Een locatie kan ook worden gemaakt op basis van een OpenStreetMap-regio (stad/land) polygoon. Om dit te bereiken, moet je er eerst voor zorgen dat de parameter &lt;em>max polygoon punten&lt;/em> groot genoeg is (sommige landpolygonen gebruiken meer dan 150.000 punten). Selecteer vervolgens de gewenste locatie in de &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/find-location/" title="" rel="dofollow" >zoek locatie&lt;/a> module. Wanneer de corresponderende regiovorm wordt weergegeven, komt er een polygoonsymbool beschikbaar in de &amp;ldquo;vorm&amp;rdquo; -besturing (zie hieronder). Selecteer het om de nieuwe locatie te maken.&lt;/p></description></item><item><title>Lua scripts installer</title><link>https://ansel.photos/nl/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>f342f983ab02b975881107b2163dfd8ee65f7ed4460eb442f54c87a95815bea9</guid><description>&lt;p>This module provides an interface for installing darktable &lt;a href="https://ansel.photos/nl/" 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/nl/doc/preferences-settings/lua-options/" title="" rel="dofollow" >preferences &amp;gt; lua options&lt;/a>.&lt;/p></description></item><item><title>Map settings</title><link>https://ansel.photos/nl/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>374bec12f3bc321aa050999914d564a02fcd629b1138eddd3927e58ab232be6a</guid><description>&lt;p>Selecteer gewenste kaartgegevens van verschillende kaartaanbieders. Sommige bieden extra lagen (satellietweergave enz.) die je kan wisselen.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>kaartaanbieders&lt;/dt>
&lt;dd>kies de provider waar je kaartinformatie vandaan wilt halen.&lt;/dd>
&lt;dt>max. polygoon punten&lt;/dt>
&lt;dd>De &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/find-location/" title="" rel="dofollow" >zoek locatie&lt;/a> module geeft om prestatieredenen geen polygonen weer met meer punten dan dit. Gewoonlijk heeft een landpolygoon tussen de 50.000 en 150.000 punten.&lt;/dd>
&lt;dt>toon OSD&lt;/dt>
&lt;dd>kies of je de OSD-instellingen linksboven in de middenweergave wilt weergeven.&lt;/dd>
&lt;dt>gefilterde afbeeldingen&lt;/dt>
&lt;dd>Vink dit vakje aan om alleen de afbeeldingen uit de huidige collectie (die in de filmstrip worden getoond) in het midden weer te geven. Schakel het selectievakje uit om alle afbeeldingen in de huidige bibliotheek weer te geven, waar die afbeeldingen bijbehorende GPS-gegevens hebben. Je kan deze optie ook omschakelen door op Ctrl+S te drukken.&lt;/dd>
&lt;dt>max afbeeldingen&lt;/dt>
&lt;dd>het maximum aantal miniaturen dat op de kaart kan worden weergegeven.&lt;/dd>
&lt;dt>groepsgrootte factor&lt;/dt>
&lt;dd>vergroot of verklein het gebied dat ervoor zorgt dat afbeeldingen worden gegroepeerd.&lt;/dd>
&lt;dt>minimaal aantal afbeeldingen per groep&lt;/dt>
&lt;dd>Het minimum aantal afbeeldingen dat op dezelfde positie moet worden geplaatst om er automatisch een afbeeldingsgroep voor te maken.&lt;/dd>
&lt;dt>miniaturen weergave&lt;/dt>
&lt;dd>bepalen welke informatie op de kaartweergave moet worden weergegeven&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>miniaturen&lt;/em>: Toon miniatuurafbeeldingen samen met een teller.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>tel&lt;/em>: Geef gewoon het aantal afbeeldingen weer (om ruimte op de kaart vrij te maken). Plaats de muisaanwijzer op het aantal afbeeldingen om de bijbehorende miniaturen weer te geven. Een markering die alleen telt, gedraagt zich op dezelfde manier als een normale afbeeldingsminiatuur, wat betreft kleurcodering, scrollen, slepen en neerzetten enz.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>geen&lt;/em>: Laat niets zien.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>je kan ook door deze opties bladeren door op Shift+S te drukken.&lt;/dd>
&lt;/dl></description></item><item><title>Mask manager</title><link>https://ansel.photos/nl/doc/views/toolboxes/mask-manager/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>4d498f5e3a3b4bb78bb0611de3d318b297a37181be9c38e5fed22bf4432646f2</guid><description>&lt;p>The mask manager — labelled &lt;strong>Masking &amp;amp; Blending&lt;/strong> in the darkroom &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#left-panel" title="" rel="dofollow" >left panel&lt;/a> — creates, renames, edits, groups and deletes the drawn shapes used by masks. It shares its shape system with the per-module &lt;a href="https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/" title="" rel="dofollow" >masking &amp;amp; blending&lt;/a> controls: a shape drawn here is the same object a module can use as a mask, and vice-versa.&lt;/p>
&lt;p>The top row of buttons creates new shapes — the same brush, circle, ellipse, path and gradient tools as the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/masking-and-blending/masks/drawn/" title="" rel="dofollow" >drawn mask&lt;/a> interface. Below them is a list of every mask and shape defined for the current image.&lt;/p></description></item><item><title>Metadata editor</title><link>https://ansel.photos/nl/doc/views/toolboxes/metadata-editor/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>3502099ac47f057dca37ffbd3d0ac26b8807dae8a44bf03713dc594ec80b0be5</guid><description>&lt;p>Bewerk de metadata van geselecteerde afbeeldingen.&lt;/p>
&lt;p>Metadata is tekst in vrije vorm (titel, beschrijving, maker, uitgever, rechten enz.) die jouw afbeeldingen beschrijft.&lt;/p>
&lt;p>Wanneer meerdere geselecteerde afbeeldingen verschillende waarde bevatten voor een bepaalde metadata veld laat de module &lt;em>&lt;laat ongewijzigd>&lt;/em> voor dat veld zien. Wanneer je kiest om de wijzigen toe te passen, worden deze velden niet gewijzigd. Als je met de rechtermuisknop klikt op het veld, worden de verschillen in waarden in een lijst weergegeven aan het einde van het contextueel menu. Selecteer een van de waarden in het menu die voor alle geselecteerde afbeeldingen gebruikt moet worden. Door op &amp;ldquo;toepassen&amp;rdquo; of op de Enter / Tab toets te drukken, worden de wijzigingen opgeslagen.&lt;/p></description></item><item><title>Navigation</title><link>https://ansel.photos/nl/doc/views/toolboxes/navigation/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>3c82eb4440e867656e69562dff6f99337c169b3f42d7d0dec97829231f2a13f6</guid><description>&lt;p>Zoom and pan the current darkroom image.&lt;/p>
&lt;p>At the top of the darkroom &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#left-panel" title="" rel="dofollow" >left panel&lt;/a>, the navigation module shows a full preview of the current image with a rectangle marking the area currently visible in the center view. Drag the rectangle to pan the zoomed-in view.&lt;/p>
&lt;p>The current zoom level is displayed to the right of the preview. Click it for quick access to common zoom levels.&lt;/p>
&lt;p>The module can be expanded/collapsed like any toolbox — from its header, through the &lt;a href="https://ansel.photos/nl/doc/getting-started/keyboard/#vimkey-like-global-action-search" title="" rel="dofollow" >global action search&lt;/a>, or via a shortcut you assign to its focusing action. Center-view zoom is also controlled directly: see &lt;a href="https://ansel.photos/nl/doc/views/darkroom/#zoom-and-pan" title="" rel="dofollow" >zoom and pan&lt;/a>.&lt;/p></description></item><item><title>Print settings</title><link>https://ansel.photos/nl/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>9c3d83d6079e33952dc858c43994af16e6b3349ae0bcc43ecbccf10cc96f351f</guid><description>&lt;p>Manage settings for the &lt;a href="https://ansel.photos/nl/doc/views/print/" title="" rel="dofollow" >print view&lt;/a> and initiate printing.&lt;/p>
&lt;/section>
&lt;section id="module-controls">
&lt;h2 class="text-left heading">
Module controls
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;/section>
&lt;section id="printer">
&lt;h3 class="text-left heading">
Printer
&lt;/h3>
&lt;dl>
&lt;dt>printer&lt;/dt>
&lt;dd>Selecteer een van de geïnstalleerde printers.&lt;/dd>
&lt;dt>media&lt;/dt>
&lt;dd>Het type media dat in de printer is geladen (gewoon papier, glanzend fotopapier, enz.).&lt;/dd>
&lt;dt>profiel&lt;/dt>
&lt;dd>Het ICC-profiel van de printer voor het geladen papier. Dit is het profiel dat specifiek is voor de printer en het papier. Dit profiel is de laatste kleurruimtetransformatie die op de foto is toegepast en waarvan het doel is om een afdruk van hoge kwaliteit te maken.&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/nl/doc/color-management/rendering-intent/" title="" rel="dofollow" >rendering intent&lt;/a> for more details.&lt;/dd>
&lt;dt>zwartpuntcompensatie&lt;/dt>
&lt;dd>Of het zwartpunt van het uitvoerprofiel moet worden aangepast, dat vaak lichter is dan het invoerprofiel. Dit moet &amp;ldquo;aan&amp;rdquo; zijn wanneer de &lt;em>intent&lt;/em> is ingesteld op &amp;ldquo;relatief colorimetrisch&amp;rdquo;.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="page">
&lt;h3 class="text-left heading">
Page
&lt;/h3>
&lt;dl>
&lt;dt>papierformaat&lt;/dt>
&lt;dd>Het formaat van het papier waarop moet worden afgedrukt.&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>eenheden&lt;/dt>
&lt;dd>De eenheid die gebruikt voor het instellen van de marges: &amp;ldquo;mm&amp;rdquo;, &amp;ldquo;cm&amp;rdquo; of &amp;ldquo;inch&amp;rdquo;.&lt;/dd>
&lt;dt>marges&lt;/dt>
&lt;dd>Stel elke marge afzonderlijk in, of allemaal samen door op de middelste &amp;ldquo;lock&amp;rdquo;-knop te klikken.&lt;/dd>
&lt;dt>raster weergeven:&lt;/dt>
&lt;dd>Selecteer de rastergrootte met behulp van het invoerveld (uitgedrukt in de momenteel geselecteerde eenheid). Vink de optie aan om het raster op het canvas weer te geven.&lt;/dd>
&lt;dt>snap naar raster&lt;/dt>
&lt;dd>Help bij het instellen van de afbeeldingsgebieden door ze op het raster te klikken voor een juiste uitlijning.&lt;/dd>
&lt;dt>randloze modus vereist&lt;/dt>
&lt;dd>Geeft aan of de randloze modus van de printer moet worden geactiveerd. Dit item wordt geactiveerd wanneer de marges van de gebruiker kleiner zijn dan de marges van de printerhardware. Merk op dat het slechts een indicator is, omdat het de randloze modus niet automatisch activeert.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="image-layout">
&lt;h3 class="text-left heading">
Image layout
&lt;/h3>
&lt;dl>
&lt;dt>afbeelding breedte/hoogte&lt;/dt>
&lt;dd>Dit informatieveld geeft de werkelijke afbeeldingsbreedte en -hoogte (gegeven met de geselecteerde eenheden) op het papier weer.&lt;/dd>
&lt;dt>schaal factor&lt;/dt>
&lt;dd>Dit informatieveld toont de schaal van de afbeelding zodat deze op het papier past. Als deze waarde kleiner is dan 1 wordt het beeld verkleind, anders wordt het opgeschaald. Dit is een belangrijke factor om op te letten &amp;ndash; een te grote waarde (opschalen) kan resulteren in een afdruk van lage kwaliteit. De bijbehorende dpi (dots per inch) wordt ook weergegeven.&lt;/dd>
&lt;dt>uitlijning&lt;/dt>
&lt;dd>selecteer de uitlijning van de afbeelding op zijn gebied.&lt;/dd>
&lt;dt>knop voor nieuw afbeeldingsgebied&lt;/dt>
&lt;dd>Een nieuw afbeeldingsgebied maken. Slepen en neerzetten op het canvas om het te plaatsen. Als de optie uitlijnen op raster is geactiveerd, kan het gebied eenvoudig worden uitgelijnd op de rasterlijnen. Een afbeelding kan in dit gebied worden geplaatst door het van de filmstrip te slepen en op het nieuwe gebied neer te zetten.&lt;/dd>
&lt;dt>knop afbeeldingsgebied verwijderen&lt;/dt>
&lt;dd>Het momenteel geselecteerde afbeeldingsgebied uit de compositie verwijderen.&lt;/dd>
&lt;dt>lay-outknop wissen&lt;/dt>
&lt;dd>Verwijder alle afbeeldingsgebieden en laat het canvas leeg.&lt;/dd>
&lt;/dl>
&lt;p>De volgende vier velden vertegenwoordigen de positie van het momenteel geselecteerde gebied op de pagina &amp;ndash; de boven-/linkerhoek op de eerste regel en de breedte/hoogte van het gebied op de tweede regel.&lt;/p></description></item><item><title>Raw overexposed warning</title><link>https://ansel.photos/nl/doc/views/toolboxes/raw-overexposed/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>fbaa3095dc5c5ba53e6c080501d1354642d17d0fb9639b7ab9b9587311d33634</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/nl/doc/views/darkroom/modules/highlight-reconstruction/" title="" rel="dofollow" >&lt;em>highlight reconstruction&lt;/em>&lt;/a>, &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/color-reconstruction/" title="" rel="dofollow" >&lt;em>color reconstruction&lt;/em>&lt;/a> or &lt;a href="https://ansel.photos/nl/doc/views/darkroom/modules/filmic/" title="" rel="dofollow" >&lt;em>filmic&lt;/em>&lt;/a> modules.&lt;/p>
&lt;p>Click the raw-overexposed icon in the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#bottom-panel" title="" rel="dofollow" >bottom toolbar&lt;/a> to show/hide the warning overlay. Right-click the icon to open a dialog containing the following configuration parameters.&lt;/p></description></item><item><title>Scopes</title><link>https://ansel.photos/nl/doc/views/toolboxes/scopes/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>d9bcc7e7cacd34c2c8c657da4bf9e9b9d174e9f9f88a2289077ae6e26266c3af</guid><description>&lt;p>The scopes module, at the top of the darkroom &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#left-panel" title="" rel="dofollow" >left panel&lt;/a>, provides graphical depictions of the image&amp;rsquo;s tones and &lt;a href="https://ansel.photos/nl/doc/color-management/color-dimensions/#definitions" title="" rel="dofollow" >chromaticity&lt;/a>. It also hosts the &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/global-color-picker/" title="" rel="dofollow" >global color picker&lt;/a>.&lt;/p>
&lt;p>Drag the bottom edge of the module to resize the scope vertically.&lt;/p>
&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>
For performance, the scopes are computed from the lower-resolution preview pipeline (the same image shown in the &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/navigation/" title="" rel="dofollow" >navigation&lt;/a> module), not from the full-resolution center image. Fine detail may therefore not be represented exactly.
&lt;/div>
&lt;/section>
&lt;section id="choosing-what-to-show">
&lt;h2 class="text-left heading">
Choosing what to show
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Use the &lt;em>hamburger&lt;/em> menu in the module header to access the following sub-menu items:&lt;/p></description></item><item><title>Snapshots</title><link>https://ansel.photos/nl/doc/views/toolboxes/snapshots/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>8aa65bef7df71411aa40e7b8c19db9cf8219c8c9ad325c1edbceb9cd27321289</guid><description>&lt;p>Store snapshots of the center image and compare them against the current edit.&lt;/p>
&lt;p>A snapshot is a frozen bitmap of the darkroom center view, taken at any point during editing and later overlaid onto the current view for a side-by-side comparison while you tune a module. It can also be combined with the &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/history-stack/" title="" rel="dofollow" >history of changes&lt;/a> to compare a snapshot against different stages of development.&lt;/p>
&lt;/section>
&lt;section id="taking-and-comparing-snapshots">
&lt;h2 class="text-left heading">
Taking and comparing snapshots
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Click &lt;strong>take snapshot&lt;/strong> to capture the current center view. Each snapshot is listed above the button; its name reflects the module selected in the history and its position at the time it was taken.&lt;/p></description></item><item><title>Soft proof</title><link>https://ansel.photos/nl/doc/views/toolboxes/soft-proof/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>37a46d601e5c6bc1cdd5d5325c8f7a43484823ddbd5faa549a2f445e24319967</guid><description>&lt;p>Bekijk jouw afbeelding weergegeven met een geselecteerd kleurprofiel.&lt;/p>
&lt;p>Click the soft-proof icon in the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/darkroom-view-layout/#bottom-panel" title="" rel="dofollow" >bottom toolbar&lt;/a> to activate soft-proof display mode. This lets you preview your image rendered through a printer profile, to see how colors will end up on the final print. A “soft proof” message at the bottom-left of the image confirms you are in soft-proof mode.&lt;/p>
&lt;p>Right-click on the icon to open a dialog with the following configuration parameters. For each of these parameters, the list of available profiles is read from &lt;code>$ANSEL/share/ansel/color/out&lt;/code> and &lt;code>$HOME/.config/ansel/color/out&lt;/code> (where &lt;code>$ANSEL&lt;/code> represents Ansel&amp;rsquo;s installation directory and &lt;code>$HOME&lt;/code> your home directory).&lt;/p></description></item><item><title>Tagging</title><link>https://ansel.photos/nl/doc/views/toolboxes/tagging/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Wed, 17 Jun 2026 00:00:00 +0000</updated><guid>77e4d9d45372621b1ffe32c3b5a5d6f9ab6d99d0eded9b105b35b135bb89d082</guid><description>&lt;p>Attach tags to images, and manage the tag dictionary.&lt;/p>
&lt;p>Labels bieden een manier om informatie aan afbeeldingen toe te voegen met behulp van een trefwoordenwoordenboek. Je kan labels ook beheren als een hiërarchische boomstructuur, wat handig kan zijn wanneer hun aantal groot wordt.&lt;/p>
&lt;p>Tags are physically stored in &lt;a href="https://ansel.photos/nl/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/nl/doc/views/toolboxes/export/" title="" rel="dofollow" >exported&lt;/a> images.&lt;/p>
&lt;p>In Ansel, attaching tags is also &lt;em>the&lt;/em> way to build &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/collections/" title="" rel="dofollow" >collections&lt;/a>: a collection is the dynamically-queried set of all images sharing a given tag, always kept up to date. So the everyday job of this module — attaching a tag to images — is the same act as “putting images into a collection”. The tag &lt;em>dictionary&lt;/em> itself (creating, renaming, deleting, importing and exporting tags) is a separate, occasional, housekeeping task and lives in its own window.&lt;/p></description></item><item><title>Kaart</title><link>https://ansel.photos/nl/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>7de2223eb3fe69873af264ac2f93a729f3dd34bb7a9a87f0fb1529a1f3b87363</guid><description>&lt;p>The Map view is optional and needs to be activated in &lt;a href="https://ansel.photos/nl/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/nl/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>Presentatie</title><link>https://ansel.photos/nl/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>ce2d204881c9ab2ded5898c6a004ab5a5aefd75221039da38a445a780590ae1d</guid><description>&lt;p>The Slideshow view is optional and needs to be activated in &lt;a href="https://ansel.photos/nl/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/nl/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/nl/doc/views/slideshow/usage/" title="" rel="dofollow" >usage&lt;/a> of the Slideshow view.&lt;/p></description></item><item><title>Usage</title><link>https://ansel.photos/nl/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>d52e87528fa07fe5eec2c525f9280cb067becba6a36ca67d9999f2d2e6aec7ad</guid><description>&lt;p>De weergave van de presentatie bevindt zich nog in een vroeg ontwikkelingsstadium met slechts een basisset functies.&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>Hint:&lt;/strong> Om optimaal gebruik te maken van jouw schermgrootte, zet je Ansel in de modus Volledig scherm door op F11 te drukken en verberg je de randcontrole door op de B-toets te drukken.&lt;/p></description></item><item><title>Print</title><link>https://ansel.photos/nl/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>da7e22f60756a92de61339a4ccd47461cba36b6457bd105ec2417cd85499a30f</guid><description>&lt;p>The Print view is optional and needs to be activated in &lt;a href="https://ansel.photos/nl/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/nl/doc/views/lighttable/" title="" rel="dofollow" >Lighttable view&lt;/a> you can enter the &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/print-settings/" title="" rel="dofollow" >Print settings&lt;/a> module to adjust printer settings and initiate printing.&lt;/p>
&lt;p>Deze module ondersteunt het ICC-profiel van de printer, wat enigszins verplicht is als je een afdruk van hoge kwaliteit wilt verkrijgen die dicht bij de afbeelding op het scherm ligt.&lt;/p></description></item><item><title>Print view layout</title><link>https://ansel.photos/nl/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>fa2529b2c6b5a9b0b77d2641c4363186e21370b38377f9a6298ab2ecc8be918e</guid><description>&lt;p>Het centrale gebied geeft de afbeeldingslay-out op het papier weer (het witte gebied). Er kunnen enkele grijze randen rond de afbeelding worden weergegeven om het afdrukbare gebied (de pagina minus de randen) weer te geven die niet door de afbeelding wordt gevuld.&lt;/p>
&lt;p>The &lt;a href="https://ansel.photos/nl/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="overlays">
&lt;h3 class="text-left heading">
Overlays
&lt;/h3>
&lt;p>Wanneer de muis boven de grensvlak is van een afbeelding wordt de breedte en hoogte respectievelijk link en rechts weergegeven. Marges tussen de grensvlak en de pagina randen worden naast de gestippelde lijnen weergegeven uitgestrekt vanaf elke zijde van het grensvlak. Alle afmetingen worden weergeven in de eenheden die zijn gekozen in de print module instellingen.&lt;/p></description></item><item><title>Variables</title><link>https://ansel.photos/nl/doc/variables/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>7894ab1b6718cd1df493884b2ca5b3b6a336b310d35c77a8130d503c314475a3</guid><description>&lt;p>Ansel ondersteunt variabele vervanging in een aantal modules en voorkeursinstellingen. Bijvoorbeeld:&lt;/p>
&lt;ul>
&lt;li>Defining file names in the &lt;a href="https://ansel.photos/nl/doc/views/toolboxes/export/" title="" rel="dofollow" >export&lt;/a> module and &lt;a href="https://ansel.photos/nl/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/nl/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/nl/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>Voorkeuren en instellingen</title><link>https://ansel.photos/nl/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>4c4b3c067aff83f79a0be2593241096f48ae294fb605ef960542b700d28779f9</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>Alle gewijzigde instellingen (d.w.z. instellingen die verschillen van hun standaardstatus) worden gemarkeerd met een opsommingsteken ernaast. Als je een instelling wijzigt die opnieuw moet worden opgestart om van kracht te worden, verschijnt er een bericht als herinnering nadat je het voorkeurenvenster verlaat.&lt;/p></description></item><item><title>General</title><link>https://ansel.photos/nl/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>6c974f8744996db354b05d0e2e9d0859a76370c17e324990b7b3f31ba5da78a3</guid><description>&lt;p>Bepaal de algehele look and feel van Ansel.&lt;/p>
&lt;dl>
&lt;dt>interfacetaal&lt;/dt>
&lt;dd>Stel de taal van de gebruikersinterface in. De systeemstandaard is gemarkeerd met een * (opnieuw opstarten vereist)&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>gebruik systeemlettergrootte&lt;/dt>
&lt;dd>Selecteer deze optie om de lettergrootte te gebruiken die door jouw systeem is gedefinieerd. Indien niet aangevinkt, kan je een aangepaste lettergrootte invoeren in het onderstaande vak (standaard aan).&lt;/dd>
&lt;dt>lettergrootte in punten&lt;/dt>
&lt;dd>Als de optie &amp;ldquo;gebruik systeemlettergrootte&amp;rdquo; is uitgeschakeld, voer je een lettergrootte (in punten) in die Ansel moet gebruiken. De lettergrootte wordt onmiddellijk gewijzigd.&lt;/dd>
&lt;dt>GUI-instellingen en tekst DPI&lt;/dt>
&lt;dd>Pas de globale GUI-resolutie aan om de schaal van bedieningselementen, knoppen, labels, enz. te vergroten. Verhoog voor een vergrote GUI, verlaag om meer inhoud in het venster te passen. Stel in op -1 om de door het systeem gedefinieerde globale resolutie te gebruiken. De standaard is 96 DPI op de meeste systemen. (heeft een herstart nodig)&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="css-thema-aanpassingen">
&lt;h2 class="text-left heading">
CSS thema aanpassingen
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Naast het selecteren van een vooraf gebouwd thema, kan je ook jouw eigen CSS-aanpassingen toepassen om de look-and-feel van Ansel aan te passen.&lt;/p></description></item><item><title>Bibliotheek</title><link>https://ansel.photos/nl/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>203496ae9238562cc729060269cef87720293b0da39db4a8c941f0def2c1e9da</guid><description>&lt;p>Control functionality in the &lt;a href="https://ansel.photos/nl/doc/views/lighttable/" title="" rel="dofollow" >lighttable&lt;/a> view and modules.&lt;/p>
&lt;/section>
&lt;section id="general">
&lt;h2 class="text-left heading">
General
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>verberg ingebouwde voorinstellingen voor hulpprogramma-modules&lt;/dt>
&lt;dd>Indien ingeschakeld, worden alleen door de gebruiker gedefinieerde voorinstellingen weergegeven in het menu voorinstellingen voor utiliteitsmodules &amp;ndash; ingebouwde voorinstellingen worden verborgen (standaard uit).&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/nl/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/nl/doc/views/toolboxes/geotagging/" title="" rel="dofollow" >geotagging&lt;/a> module.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="thumbnails">
&lt;h2 class="text-left heading">
Thumbnails
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>gebruik raw-bestand in plaats van ingesloten JPEG vanaf grootte&lt;/dt>
&lt;dd>Wanneer je miniaturen genereert voor afbeeldingen die nog niet in Ontwikkelen zijn verwerkt, en als de miniatuurgrootte groter is dan deze waarde, genereer je deze door de raw afbeeldingsgegevens te verwerken. Als de miniatuur kleiner is dan deze grootte, gebruik je de JPEG-voorbeeldafbeelding die is ingesloten in het onbewerkte bestand. Zodra een afbeelding in Ontwikkelen is verwerkt, worden er altijd miniaturen gegenereerd op basis van onbewerkte gegevens (je kan terugkeren naar het JPEG-voorbeeld door de geschiedenis te verwijderen). Om miniaturen met de beste kwaliteit weer te geven, kiest je &amp;ldquo;altijd&amp;rdquo;.&lt;/dd>
&lt;dt>hoogwaardige verwerking van grootte&lt;/dt>
&lt;dd>Als de miniatuurgrootte groter is dan deze waarde en wordt gegenereerd op basis van onbewerkte gegevens, wordt deze verwerkt met behulp van het renderingpad van volledige kwaliteit, dat beter is maar langzamer (standaard 720p). Om miniaturen met de beste kwaliteit weer te geven, kies je &amp;ldquo;altijd&amp;rdquo;.&lt;/dd>
&lt;dt>scheidingstekens voor maatcategorieën&lt;/dt>
&lt;dd>Groottecategorieën worden gebruikt om verschillende miniatuuroverlays weer te geven, afhankelijk van de miniatuurgrootte. Een door vertikale streepjes gescheiden reeks waarden definieert bij welke afbeeldingsformaten de categorie verandert. De standaardwaarde van &amp;ldquo;120|400&amp;rdquo; betekent dat er 3 categorieën thumbnails zullen zijn: 0-120px, 120-400px en &amp;gt;400px.&lt;/dd>
&lt;/dl></description></item><item><title>Ontwikkelen</title><link>https://ansel.photos/nl/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>7112a7affef37ae377ea7594b624bfb98ec17b3b221d3193d4fb8100eb50fd85</guid><description>&lt;p>Control functionality in the &lt;a href="https://ansel.photos/nl/doc/views/darkroom/" title="" rel="dofollow" >darkroom&lt;/a> view and associated modules.&lt;/p>
&lt;/section>
&lt;section id="general">
&lt;h2 class="text-left heading">
General
&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/nl/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/nl/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/nl/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/nl/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/nl/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>toon laadscherm tussen afbeeldingen&lt;/dt>
&lt;dd>Grijs laadscherm weergeven bij navigeren tussen afbeeldingen in Ontwikkelen. Schakel deze optie uit om een eenvoudig toastbericht weer te geven en de vorige afbeelding op zijn plaats te laten totdat de volgende afbeelding is geladen. Houd er rekening mee dat het uitschakelen van deze optie erg handig kan zijn om snel dubbele afbeeldingen te vergelijken, maar er kunnen problemen zijn met lange laadtijden (waardoor je denkt dat de volgende afbeelding al is geladen) en je kan visuele artefacten waarnemen terwijl de volgende afbeelding wordt geladen (standaard aan).&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="modules">
&lt;h2 class="text-left heading">
Modules
&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/nl/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>verwijder ingebouwde voorkeuren voor verwerkingsmodules&lt;/dt>
&lt;dd>Indien ingeschakeld, worden alleen door de gebruiker gedefinieerde voorinstellingen weergegeven in het voorinstellingenmenu voor verwerkingsmodules &amp;ndash; ingebouwde voorinstellingen worden verborgen (standaard uit).&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/nl/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/nl/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>cef2d46a5b95affbcd07d636e438942b6c7576048db4e07f558beaa87586ede1</guid><description>&lt;p>Enable optional views:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://ansel.photos/nl/doc/views/map/" title="" rel="dofollow" >map&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://ansel.photos/nl/doc/views/slideshow/" title="" rel="dofollow" >slideshow&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://ansel.photos/nl/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>Processing</title><link>https://ansel.photos/nl/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>8ac16adee7ee85e14edb7ab80afda4eb326521de994dcd3952d39fef20b5c439</guid><description>&lt;p>Bepaal hoe afbeeldingen worden verwerkt.&lt;/p>
&lt;/section>
&lt;section id="image-processing">
&lt;h2 class="text-left heading">
Image processing
&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>Als de gegeven ICC LUT-gebaseerd is of zowel een LUT als een matrix bevat, zal Ansel LittleCMS 2 gebruiken om de kleuren weer te geven, ongeacht de waarde van deze parameter (standaard uit).&lt;/p></description></item><item><title>Security</title><link>https://ansel.photos/nl/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>44a4d9cb91d80c1f116fafbcde154b5ca2f20c38b490a7429eae8cf6c761f8bc</guid><description>&lt;p>Controleer of waarschuwingsberichten worden weergegeven voordat je bepaalde activiteiten uitvoert.&lt;/p>
&lt;/section>
&lt;section id="general">
&lt;h2 class="text-left heading">
General
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>vraag voordat je afbeeldingen uit de bibliotheek verwijdert&lt;/dt>
&lt;dd>Vraag altijd voordat je afbeelding informatie verwijdert uit de bibliotheekdatabase van Ansel, waar het xmp-bestand wordt bewaard (standaard aan).&lt;/dd>
&lt;dt>vraag voordat je afbeeldingen van de schijf verwijdert&lt;/dt>
&lt;dd>Vraag altijd voordat je een afbeeldingsbestand verwijdert (standaard aan).&lt;/dd>
&lt;dt>vraag om bevestiging voordat de bewerkingsstappen (geschiedenis) wordt weggegooid&lt;/dt>
&lt;dd>Vraag altijd voordat je de geschiedenis van een afbeelding weggooit (standaard aan).&lt;/dd>
&lt;dt>probeer bestanden naar de prullenbak te verplaatsenwanneer deze verwijderd worden&lt;/dt>
&lt;dd>In plaats van afbeeldingen fysiek van de schijf te verwijderen, kan je proberen ze in de prullenbak van het systeem te plaatsen (standaard ingeschakeld).&lt;/dd>
&lt;dt>vraag om bevestiging voordat je afbeeldingen uit de (filmrol)map verplaatst&lt;/dt>
&lt;dd>Vraag altijd voordat je een afbeeldingsbestand verplaatst (standaard aan).&lt;/dd>
&lt;dt>vraag om bevestiging voordat afbeeldingen naar de nieuwe (filmrol)map worden gekopieerd&lt;/dt>
&lt;dd>Vraag altijd voordat je een afbeeldingsbestand naar een nieuwe locatie kopieert (standaard aan).&lt;/dd>
&lt;dt>vraag om bevestiging voordat lege mappen worden verwijderd&lt;/dt>
&lt;dd>Vraag altijd voordat je een lege map verwijdert. Dit kan gebeuren na het verplaatsen of verwijderen van afbeeldingen (standaard uit).&lt;/dd>
&lt;dt>vraaag om bevestiging voordat een label wordt verwijderd&lt;/dt>
&lt;dd>Vraag altijd voordat je een label van een afbeelding verwijdert (standaard aan).&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/nl/doc/views/toolboxes/export/" title="" rel="dofollow" >exporting&lt;/a> images in overwrite mode.&lt;/dd>
&lt;/dl>
&lt;/section>
&lt;section id="other">
&lt;h2 class="text-left heading">
Other
&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/nl/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>bcdcb672a2cea5f32176b63209b28dabbef99b46e7378645d191ff5f7bdc06cf</guid><description/></item><item><title>Opencl</title><link>https://ansel.photos/nl/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>3054f2c93bb3e60634881dfc3083cd5592ce1631694ad9c4a525d809f5f9b4a5</guid><description/></item><item><title>The background</title><link>https://ansel.photos/nl/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>94c92f37b329c465565689b2a672ccd45967c9e3a68bd3dd774ad8a6c56e08ca</guid><description>&lt;p>Het verwerken van afbeeldingen met een hoge resolutie is een veeleisende taak die een moderne computer vereist. In termen van zowel geheugen als CPU-kracht, kan jouw computer snel tot het uiterste gaan als je het beste uit een typische 15, 20 of 25 Megapixel afbeelding haalt.&lt;/p>
&lt;p>De vereisten van Ansel zijn geen uitzondering. Alle berekeningen worden uitgevoerd op 4 x 32bit floating point getallen. Dit is langzamer dan &amp;ldquo;gewone&amp;rdquo; 8 of 16 bit integer algebra, maar elimineert alle problemen van tonale onderbrekingen of verlies van informatie.&lt;/p></description></item><item><title>How opencl works</title><link>https://ansel.photos/nl/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>3afd33adb20229dfe86d959aed9cc58e6b46028e6d53f8b99afed229a9124337</guid><description>&lt;p>Zoals je jou kan voorstellen, kan de hardware-architectuur van GPU&amp;rsquo;s aanzienlijk variëren. Er zijn verschillende fabrikanten en zelfs verschillende generaties GPU&amp;rsquo;s van dezelfde fabrikant zijn mogelijk niet vergelijkbaar. Tegelijkertijd onthullen GPU-fabrikanten normaal gesproken niet alle hardwaredetails van hun producten aan het publiek. Een van de gevolgen hiervan is de noodzaak om propriëtaire stuurprogramma&amp;rsquo;s onder Linux te gebruiken, als je volledig wilt profiteren van jouw grafische kaart.&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>Activating opencl in Ansel</title><link>https://ansel.photos/nl/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>31cfefa01b4b1d8d38098d8c59a9b0e76181e2841c1b19b49ffb155b94fd5f71</guid><description>&lt;p>Het gebruik van OpenCL in Ansel vereist dat jouw pc is uitgerust met een geschikte grafische kaart en dat deze over de vereiste bibliotheken beschikt. De meeste moderne grafische kaarten van NVIDIA en AMD worden geleverd met volledige OpenCL-ondersteuning. De OpenCL-compiler wordt normaal gesproken geleverd als onderdeel van het propriëtaire grafisch stuurprogramma en wordt gebruikt als een dynamische bibliotheek genaamd &lt;code>libOpenCL.so&lt;/code>. Deze bibliotheek moet zich in een map bevinden waar deze kan worden gevonden door de dynamische linker van jouw systeem.&lt;/p></description></item><item><title>Setting up opencl</title><link>https://ansel.photos/nl/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>e4c55cdd478c639b143ba23cc632749458e66d0a33da0d73c250e5ca29878200</guid><description>&lt;p>De enorme diversiteit aan systemen en de duidelijke verschillen tussen OpenCL-leveranciers en stuurprogrammaversies maken het onmogelijk om een uitgebreid overzicht te geven van hoe OpenCL moet worden ingesteld. We kunnen jou alleen een voorbeeld geven, in dit geval voor NVIDIA-stuurprogrammaversie 331.89 op Ubuntu 14.04. We hopen dat dit een basisintroductie zal zijn en jou zal helpen bij het oplossen van eventuele problemen die specifiek zijn voor jouw installatie.&lt;/p>
&lt;p>Het principe van de OpenCL-functiestroom is als volgt:&lt;/p></description></item><item><title>Possible problems &amp; solutions</title><link>https://ansel.photos/nl/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>6a2cc4517cafe268a395fd3c9ea7359decd21e0d4ad3f60e3f3deb5f8cc5661f</guid><description>&lt;p>Ansel detecteert automatisch OpenCL-runtime-fouten. Bij het detecteren van een fout, zal het vervolgens alles op de CPU opnieuw verwerken. Hoewel dit de verwerking vertraagt, mag dit het eindresultaat niet beïnvloeden.&lt;/p>
&lt;p>Er kunnen verschillende redenen zijn waarom OpenCL tijdens de initialisatiefase zou kunnen mislukken. OpenCL is afhankelijk van hardwarevereisten en van de aanwezigheid van bepaalde stuurprogramma&amp;rsquo;s en bibliotheken. Bovendien moeten deze allemaal passen qua maker, model en revisienummer. Als iets niet past (bijv. jouw grafisch stuurprogramma (driver) &amp;ndash; geladen als een kernelmodule &amp;ndash; komt niet overeen met de versie van jouw &lt;code>libOpenCL.so&lt;/code>), is OpenCL-ondersteuning waarschijnlijk niet beschikbaar.&lt;/p></description></item><item><title>Scheduling profile</title><link>https://ansel.photos/nl/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>05dfd335a93dd46f2c4f4b59a06b09e95d8923370dbf6c51e9448293f042868e</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/nl/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/nl/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/nl/doc/preferences-settings/performance/opencl/multiple-devices/" title="" rel="dofollow" >multiple devices&lt;/a>).&lt;/dd>
&lt;dt>zeer snelle GPU&lt;/dt>
&lt;dd>Met dit planningsprofiel verwerkt Ansel achtereenvolgens de centrale afbeeldingsweergave en het voorbeeldvenster op de GPU. Dit is de voorkeursinstelling voor systemen met een GPU die sterk beter presteert dan de CPU.&lt;/dd>
&lt;dt>meerdere GPU&amp;rsquo;s&lt;/dt>
&lt;dd>Deze instelling is van toepassing op systemen met meerdere GPU&amp;rsquo;s waarvan de relatieve prestaties niet significant verschillen. Wanneer een verwerkingstaak wordt gestart, gebruikt Ansel een momenteel niet-actieve GPU, maar niet de CPU. Gebruikers van systemen met verschillende GPU&amp;rsquo;s hebben meer controle nodig over hun relatieve prioriteit. Ze zouden beter het &amp;ldquo;standaard&amp;rdquo; profiel kunnen selecteren en hun systeem kunnen verfijnen met de &amp;ldquo;opencl_device_priority&amp;rdquo; configuratieparameter (zie &lt;a href="https://ansel.photos/nl/doc/preferences-settings/performance/opencl/multiple-devices/" title="" rel="dofollow" >meerdere apparaten&lt;/a>).&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/nl/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>Multiple devices</title><link>https://ansel.photos/nl/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>77cdf246425f8d1c6c5d37cd4ae3b35cbc10927cf80bbf5277679ec36b135664</guid><description>&lt;p>De planning van OpenCL-apparaten kan op de meeste systemen worden geoptimaliseerd met behulp van de instellingen van het &amp;ldquo;OpenCL-planningsprofiel&amp;rdquo;. Als jouw systeem echter uitgerust is met meer dan één GPU, wil je misschien de relatieve apparaatprioriteit handmatig instellen. Om dit te doen, moet je het planningsprofiel &amp;ldquo;standaard&amp;rdquo; selecteren en de instellingen wijzigen in de configuratieparameter &amp;ldquo;opencl_device_priority&amp;rdquo;.&lt;/p>
&lt;p>Het is belangrijk om te begrijpen hoe Ansel OpenCL-apparaten gebruikt. Elke verwerkingsreeks van een afbeelding - om een invoer om te zetten in de uiteindelijke uitvoer met behulp van een geschiedenis - wordt uitgevoerd in een pixelpijp. Er zijn vier verschillende soorten pixelpijpen in Ansel. Eén type is verantwoordelijk voor het verwerken van de centrale afbeelding (of volledige weergave) in de ontwikkelenmodus, een ander pixelpijp verwerkt de voorbeeldafbeelding (navigatievenster). Er kan op elk moment een van deze twee pixelpijpen actief zijn, waarbij de volledige en preview-pixelpijpen parallel lopen. Daarnaast kunnen er meerdere parallelle pixelpijpen zijn die bestandsexports uitvoeren, evenals meerdere parallelle pixelpijpen die miniaturen genereren. Als een OpenCL-apparaat beschikbaar is, wijst Ansel dit dynamisch toe aan één specifieke pixelpijp voor één run en geeft het deze daarna vrij.&lt;/p></description></item><item><title>Opencl still does not run for me</title><link>https://ansel.photos/nl/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>c2f4b7c947879a27b0832927921a786c0ea74d91dfb460f14eea686844a6f038</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>Veel van de potentiële problemen zullen zich alleen voordoen bij zeer specifieke combinaties van deze factoren. Aangezien de Ansel-ontwikkelaars slechts toegang hebben tot een klein deel van deze variaties, moet je begrijpen dat we jouw specifieke probleem mogelijk niet kunnen oplossen. We kunnen niet veel doen als we jouw probleem niet kunnen reproduceren.&lt;/p></description></item><item><title>Memory &amp; performance tuning</title><link>https://ansel.photos/nl/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>1e5bcc3f1760747278f1cfd5b96ade20bf85c3c3e44c1aedff31dcf616992873</guid><description>&lt;/section>
&lt;section id="memory-requirements">
&lt;h2 class="text-left heading">
Memory requirements
&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>Storage</title><link>https://ansel.photos/nl/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>6de52d9daa35e85022d6220162f44fdae875657ef117036724b9fabb91138edc</guid><description>&lt;/section>
&lt;section id="database">
&lt;h2 class="text-left heading">
Database
&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>Drempel database fragmentatieverhouding&lt;/dt>
&lt;dd>Fragmentatieverhouding (in procent) waarboven database-onderhoud moet worden uitgevoerd (afhankelijk van de selectie in de bovenstaande optie) (standaard 25).&lt;/dd>
&lt;dt>maak een momentopname van database&lt;/dt>
&lt;dd>Specificeert hoe vaak Ansel database-momentopnames moet maken. De opties zijn &amp;ldquo;nooit&amp;rdquo;, &amp;ldquo;eenmaal per maand&amp;rdquo;, &amp;ldquo;eenmaal per week&amp;rdquo;, &amp;ldquo;eenmaal per dag&amp;rdquo; en &amp;ldquo;bij het afsluiten&amp;rdquo; (standaard &amp;ldquo;eenmaal per week&amp;rdquo;)&lt;/dd>
&lt;dt>hoeveel momentopnamen bewaard worden&lt;/dt>
&lt;dd>Aantal momentopnames dat moet worden bewaard na het maken van een nieuwe momentopname, de databaseback-ups die zijn gemaakt bij het wisselen tussen Ansel-versies niet meegerekend. Voer &amp;ldquo;-1&amp;rdquo; in om een onbeperkt aantal momentopnames op te slaan. (standaard 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>maak voor elke afbeelding een xmp-bestand&lt;/dt>
&lt;dd>XMP-bestanden bieden een redundante methode voor het opslaan van de wijzigingen die je in een afbeelding hebt aangebracht, naast de wijzigingen die zijn opgeslagen in de database van Ansel. Met deze optie kan je kiezen wanneer je deze bestanden wilt schrijven. Kiezen uit:&lt;/dd>
&lt;dd>
&lt;ul>
&lt;li>&lt;em>nooit&lt;/em>: schrijf geen XMP-bestanden. Dit kan handig zijn als je meerdere versies van Ansel gebruikt voor ontwikkelings-/testdoeleinden, maar wordt normaal gesproken niet aanbevolen&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>bij importeren&lt;/em>: een XMP-bestand wordt geschreven zodra je een afbeelding toevoegt aan de bibliotheek van Ansel en wordt vervolgens bijgewerkt elke keer dat je het bewerkt&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>&lt;ul>
&lt;li>&lt;em>nee editeren&lt;/em>: de eerste keer dat je een bewerking op een afbeelding uitvoert, wordt een XMP-bestand geschreven en bij elke volgende bewerking bijgewerkt. Bij importeren wordt standaard geen XMP-bestand gegenereerd.&lt;/li>
&lt;/ul>
&lt;/dd>
&lt;dd>
&lt;p>Het wordt sterk aanbevolen om ofwel &amp;ldquo;bij import&amp;rdquo; of &amp;ldquo;na bewerking&amp;rdquo; te kiezen. XMP-bestanden bieden een handige fail-safe, zodat je geen gegevens verliest als jouw database beschadigd raakt. Door een back-up van jouw onbewerkte bestand plus het bijbehorende XMP-bestand te maken, kunt je jouw werk op een later tijdstip volledig herstellen door jouw bewerkingsgeschiedenis opnieuw in Ansel te importeren (standaard &amp;ldquo;bij importeren&amp;rdquo;).&lt;/p></description></item><item><title>Miscellaneous</title><link>https://ansel.photos/nl/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>43e6f70e2e2b91e51ed44f51f530c82083c9be7727176eda8a09ff54be1c67f5</guid><description>&lt;/section>
&lt;section id="interface">
&lt;h2 class="text-left heading">
Interface
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;dl>
&lt;dt>laad standaard snelkoppelingen bij opstarten&lt;/dt>
&lt;dd>Bij het starten van de toepassing laadt Ansel eerst de standaard snelkoppelingen en vervolgens de door de gebruiker gedefinieerde snelkoppelingen hier bovenop. Hierdoor kunnen standaard snelkoppelingen worden overschreven met een nieuwe actie, maar wordt voorkomen dat ze worden verwijderd (aangezien de verwijderde snelkoppeling automatisch opnieuw wordt geladen bij de volgende herstart). Deactiveer deze voorkeur om te stoppen met het laden van standaard snelkoppelingen bij het opstarten &amp;ndash; laad alleen de door de gebruiker gedefinieerde snelkoppelingen (inclusief eventuele standaardinstellingen die u daarna niet hebt verwijderd of overschreven). Dit maakt het verwijderen eenvoudiger, maar betekent ook dat u niet profiteert van nieuwe snelkoppelingen die in toekomstige versies worden toegevoegd zonder deze voorkeur eerst opnieuw in te schakelen (standaard aan).&lt;/dd>
&lt;dt>schaal schuif stappen met min/max&lt;/dt>
&lt;dd>Wanneer geactiveerd, zal de standaard stap grootte, bij het gebruik van de schuifregelaar, afhankelijk zijn van de huidige min/max waarde voor die schuif (standaard aan).&lt;/dd>
&lt;dt>sorteer de ingebouwde voorkeuren eerst&lt;/dt>
&lt;dd>Kies hoe het menu met voorinstellingen wordt gesorteerd. Als deze optie is ingeschakeld, worden eerst de ingebouwde voorinstellingen weergegeven. Als de optie is uitgeschakeld, worden eerst gebruikersvoorinstellingen weergegeven (standaard aan).&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/nl/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/nl/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/nl/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="shortcuts-with-multiple-instances">
&lt;h2 class="text-left heading">
Shortcuts with multiple instances
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Het is mogelijk om meerdere instanties van veel verwerkingsmodules te maken. In dit scenario is het niet altijd duidelijk welke instantie moet worden beheerd door snelkoppelingen. De volgende opties bepalen regels die worden toegepast (in volgorde) om te beslissen welke snelkoppelingen voor module-instanties moeten worden toegepast.&lt;/p></description></item><item><title>Shortcuts</title><link>https://ansel.photos/nl/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>8fce896e1a5ba4a77279958188597be7f82a2afa20333baa7a84b2ae3767ddaf</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>Presets</title><link>https://ansel.photos/nl/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>01dba5d2db93f81211d750e21b372902efdfbcc0d8c79da2427f0936cc2ef2ee</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>Vooraf gedefinieerde voorinstellingen (die standaard zijn opgenomen in Ansel) worden weergegeven met een slotsymbool. Hun eigenschappen kunnen niet worden gewijzigd.&lt;/p>
&lt;p>Door de gebruiker gedefinieerde voorinstellingen kunnen worden geïmporteerd uit geëxporteerde &lt;code>.dtpreset&lt;/code>-bestanden met behulp van de knop &amp;ldquo;importeren&amp;rdquo; onder aan het scherm. Je kan &lt;em>alle&lt;/em> door de gebruiker gedefinieerde voorinstellingen exporteren naar een enkele map met behulp van de knop &amp;ldquo;exporteren&amp;rdquo;.&lt;/p></description></item><item><title>Lua options</title><link>https://ansel.photos/nl/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>a13ec8ff62e81111b49a036c43126f3395fac447d5cc835cc6d19b62698455cf</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/nl/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>Color management</title><link>https://ansel.photos/nl/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>c293868f82e0bf79dbb307d373735bc3f6c28bd138197c726a381c4e88a41046</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>Display profile</title><link>https://ansel.photos/nl/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>d217bd7e0d95e770d70ffb070a06f3bddfa714fd2ea1334425cbf65ea1f7dcb2</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/nl/doc/preferences-settings/miscellaneous/" title="" rel="dofollow" >preferences &amp;gt; miscellaneous&lt;/a>.&lt;/p></description></item><item><title>Rendering method</title><link>https://ansel.photos/nl/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>0689132c51ccb03e2688bf592f9308f07d39ab88c42ba125b97a895fbd8e1113</guid><description>&lt;p>Ansel kan kleuren weergeven met zijn eigen interne algoritmen of met behulp van de externe bibliotheek LittleCMS2. De interne methode van Ansel is in een orde van grootte sneller dan de externe. De externe optie geeft jou een keuze uit de weergave-intentie en kan in sommige gevallen een iets hogere nauwkeurigheid bieden.&lt;/p>
&lt;p>You can change the default method in &lt;a href="https://ansel.photos/nl/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 intent</title><link>https://ansel.photos/nl/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>c2ffc01c9ad8ad1c17f193818d8c6990d08fbb3865d9209ec41707047c3bcd47</guid><description>&lt;p>If rendering with LittleCMS2 is activated (see &lt;a href="https://ansel.photos/nl/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/nl/doc/views/toolboxes/export/" title="" rel="dofollow" >export&lt;/a>, &lt;a href="https://ansel.photos/nl/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/nl/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>Kleurruimten van Ansel</title><link>https://ansel.photos/nl/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>690ca87c590443219f5851bbcf5aac0f1ff0f3ef26a6aa169612c0091dd4c85c</guid><description>&lt;p>Invoerafbeeldingen zijn RGB-bestanden (zoals JPEG&amp;rsquo;s of TIFF&amp;rsquo;s) of camera-RAW&amp;rsquo;s. Beide slaan visuele informatie op als een combinatie van primaire kleuren (bijv. rood, groen en blauw) die samen een lichtemissie beschrijven die door een scherm moet worden nagebootst.&lt;/p>
&lt;p>De volgende afbeelding illustreert dit concept.&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_28ddf7ba3896ea45.jpg 140w, https://ansel.photos/spectral-decomposition_hu_b2fe76f1def20ad3.jpg 264w, https://ansel.photos/spectral-decomposition_hu_9480bd66cfeafc21.jpg 331w, https://ansel.photos/spectral-decomposition_hu_9dbff79aac78c6c1.jpg 400w, https://ansel.photos/spectral-decomposition_hu_af84f5d8a4edd21c.jpg 496w, https://ansel.photos/spectral-decomposition_hu_96c02ab9413be25a.jpg 576w, https://ansel.photos/spectral-decomposition_hu_adfb82753570d7d4.jpg 600w, https://ansel.photos/spectral-decomposition_hu_9cd4f5db6264105d.jpg 720w, https://ansel.photos/spectral-decomposition_hu_75b018b6658a615b.jpg 800w, https://ansel.photos/spectral-decomposition_hu_4344fa5f0c839966.jpg 992w"width="1131" height="600"/>
&lt;/div>
&lt;/figure>
&lt;/p></description></item><item><title>Unbounded colors</title><link>https://ansel.photos/nl/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>8e075435c35b2ece6901e1337d502e6caf640bf072dfd87c66979f389f9953f0</guid><description>&lt;p>Schermen en de meeste bestandsindelingen voor afbeeldingen kunnen alleen RGB-intensiteiten coderen die binnen een bepaald bereik liggen. Afbeeldingen die zijn gecodeerd op 8 bits kunnen bijvoorbeeld alleen waarden bevatten van 0 tot 255, afbeeldingen op 10 bits van 0 tot 1023, enzovoort&amp;hellip; Grafische standaarden stellen dat het maximum van dat bereik, ongeacht de werkelijke waarde, altijd de maximale helderheid die het weergavemedium kan weergeven, meestal tussen 100 en 160 Cd/m² (of nits), afhankelijk van de werkelijke standaard. Over het algemeen noemen we dit maximum &amp;ldquo;100 % scherm-gerefereerd&amp;rdquo;. Het minimum van het bereik, gecodeerd met 0, ongeacht de gebruikte bitdiepte, wordt dan &amp;ldquo;0 % scherm-gerefereerd&amp;rdquo;. 100% codeert voor puur wit, 0% codeert voor puur zwart.&lt;/p></description></item><item><title>Possible color artifacts</title><link>https://ansel.photos/nl/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>2cd5eb1b3ab28714a5206a7bf0f11653e69f2ff435db0c8ee92bbce9f3944143</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>Er is gevonden dat sterk verzadigde blauwe lichtbronnen in het beeldframe waarschijnlijk kandidaten zijn voor pixels met negatieve L-waarden. Als je jou bezighoudt met toneelfotografie, moet je goed letten op dergelijke lichten die in afbeeldingen verschijnen.&lt;/p></description></item><item><title>Kleurdimensies van Ansel</title><link>https://ansel.photos/nl/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>99cc6ad5ec5aef3231b816eda4c33dc334d0bf3e1904d00ce059bb1aee3468d8</guid><description>&lt;p>Deze sectie definieert de perceptuele eigenschappen van kleur, zowel conceptueel als kwantitatief, om de creatieve en corrigerende aanpassingen aan kleur in Ansel te karakteriseren en te kwantificeren.&lt;/p>
&lt;/section>
&lt;section id="definitions">
&lt;h2 class="text-left heading">
Definitions
&lt;span class="header-filet">&lt;/span>
&lt;/h2>
&lt;p>Kleureigenschappen zoals &amp;ldquo;verzadiging&amp;rdquo;, &amp;ldquo;luminantie&amp;rdquo; of &amp;ldquo;helderheid&amp;rdquo; zijn algemeen gebruikt, maar worden grotendeels misbruikt en vaak gebruikt om verschillende dingen te betekenen. In de kleurenwetenschap heeft elk van deze termen een precieze betekenis.&lt;/p>
&lt;p>Er zijn twee kaders waarbinnen kleureigenschappen kunnen worden geanalyseerd en beschreven:&lt;/p></description></item><item><title>Command Line Interface</title><link>https://ansel.photos/nl/doc/cli/</link><pubDate>Sun, 04 Dec 2022 02:19:02 +0100</pubDate><updated>Sun, 04 Dec 2022 02:19:02 +0100</updated><guid>58cd7ad8fb0098fb12677fda6d904a849c642da402e67462a6a35bf56ac3f945</guid><description/></item><item><title>Ansel</title><link>https://ansel.photos/nl/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>70751b87ed5cc2a3dfadcd6734d2c221486f0f4b825957a90de69d0e452a7f64</guid><description>&lt;p>Het binaire bestand `Ansel&amp;rsquo; start Ansel met zijn GUI en volledige functionaliteit. Dit is de standaard manier om Ansel te gebruiken.&lt;/p>
&lt;p>&lt;code>Ansel&lt;/code> kan worden aangeroepen met de volgende opdrachtregelparameters:&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,invoer,ioporder,bibliotheek,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> maskers,geheugen,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> signaal,sql,tegels,ongedaan maken,uitgebreide}]
&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>afbeelding map&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>bibliotheek bestand&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 map&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 map&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 map&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>gebruiker config map&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>gebruiker cache map&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>lokale map&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 commando&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>ruisprofiel json bestand&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>signaal&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>alle, verhoog, verbind, verbreek, printtrace&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>waarde&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 parameters zijn optioneel. In de meeste gevallen moet Ansel worden gestart zonder aanvullende parameters, in welk geval Ansel geschikte standaardinstellingen gebruikt.&lt;/p></description></item><item><title>Ansel-cli</title><link>https://ansel.photos/nl/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>1a3f01d0411a2b81204f7552792e652b1721a3d958beaea334edf31b94bbc933</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>Deze variant opent geen enkel scherm &amp;ndash; het werkt in pure consolemodus zonder een GUI te starten. Deze modus is met name handig voor servers die achtergrondtaken uitvoeren.&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>De gebruiker moet een invoerbestandsnaam en een uitvoerbestandsnaam opgeven. Alle andere parameters zijn optioneel.&lt;/p></description></item><item><title>Ansel-generate-cache</title><link>https://ansel.photos/nl/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>7f28dbefff8997f0b788f564ccae843639b8dbc63ca37903fc2e3013860c22ce</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/nl/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>6c3e559a7ed108a34ea831ae00bd332d96dcb1985e4c0452d449e5ba152b74e4</guid><description>&lt;p>Het binaire bestand &lt;code>Ansel-cltest' controleert of er een bruikbare OpenCL-omgeving op jouw systeem is die Ansel kan gebruiken. Het zendt een debug-output uit die gelijk is aan het aanroepen van &lt;/code>Ansel -d opencl` en wordt dan beëindigd.&lt;/p>
&lt;p>&lt;code>Ansel-cltest&lt;/code> wordt aangeroepen zonder opdrachtregelparameters.&lt;/p></description></item><item><title>Ansel-cmstest</title><link>https://ansel.photos/nl/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>433766e19035b0c9e494b54e977dc3e888e86b0757ce6ef4687c5c20af4f6a39</guid><description>&lt;p>Het binaire bestand &lt;code>Ansel-cmstest&lt;/code> (alleen Linux) onderzoekt of het subsysteem voor kleurbeheer van jouw computer correct is geconfigureerd en geeft nuttige informatie weer over de geïnstalleerde monitorprofielen.&lt;/p>
&lt;p>&lt;code>Ansel-cmstest&lt;/code> wordt aangeroepen zonder opdrachtregelparameters.&lt;/p></description></item><item><title>Purge_non_existing_images.sh</title><link>https://ansel.photos/nl/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>f6b4f9c0f751a4fed822382b27bf0e2090a4a921d3cf705316a6d2440e15fd7c</guid><description>&lt;p>Zoek en verwijder items uit de bibliotheekdatabase die verwijzen naar afbeeldingen die niet langer in het bestandssysteem bestaan. Je moet Ansel sluiten voordat je dit script uitvoert.&lt;/p>
&lt;p>Het script kan worden aangeroepen met de volgende opdrachtregelparameters:&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>Voer het script uit zonder opties om een &amp;ldquo;dry run&amp;rdquo; uit te voeren, die een rapport genereert van de ontbrekende bestanden zonder enige wijzigingen in de database door te voeren.&lt;/p></description></item></channel></rss>