<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.0">Jekyll</generator><link href="https://www.le-monnier.net/en/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.le-monnier.net/en/" rel="alternate" type="text/html" /><updated>2026-03-19T09:35:40+00:00</updated><id>https://www.le-monnier.net/feed.xml</id><title type="html">Frederic Le Monnier Images</title><subtitle>Discovering the hidden beauty of the natural world, through the lens of a camera.</subtitle><entry xml:lang="en"><title type="html">Photoshop recipe #1</title><link href="https://www.le-monnier.net/en/journal/Nouvelle-recette-photoshop/" rel="alternate" type="text/html" title="Photoshop recipe #1" /><published>2026-02-23T00:00:00+00:00</published><updated>2026-02-23T00:00:00+00:00</updated><id>https://www.le-monnier.net/journal/Nouvelle-recette-photoshop</id><content type="html" xml:base="https://www.le-monnier.net/journal/Nouvelle-recette-photoshop/"><![CDATA[<h2 id="introduction">Introduction</h2>

<p>Some photos taken in the mountains in winter or over the sea in summer, for example, have a very pronounced overall color cast that one would like to be able to quickly correct without, however, altering the other colors in the photo.</p>

<h2 id="aperçu">Aperçu</h2>

<!-- Image Comparaison __-->
<!-- Before / After slider for two images -->

<div class="g-before-after" id="beforeafter">
  <img src="/img/posts/ps1/DSC6897.jpg" data-aftersrc="/img/posts/ps1/DSC6897v2.jpg" />
</div>
<!-- End of Image Comparaison __-->

<h2 id="recette">Recette</h2>

<p>Load the photo in Photoshop then:
<strong>Layer</strong> &gt; new layer &gt; apply image &gt; Background image &gt; <strong>filter</strong> &gt; average blur &gt; <strong>Invert</strong> (command I) &gt; color mode &gt; opacity 20% or below depending of your preference.</p>

<h2 id="conclusion">Conclusion</h2>

<p>In a few clicks, you get an image with the main hue corrected without unbalancing the other colors.</p>]]></content><author><name></name></author><category term="workflow" /><category term="recipes" /><category term="photoshop" /><summary type="html"><![CDATA[Some photos present a dominant tint that is much too strong and cannot be softened just by white balance, at least not without heavily impacting the other colors.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.le-monnier.net/%7B%22feature%22=%3E%22/img/postcover/DSC6897cover.jpg%22%7D" /><media:content medium="image" url="https://www.le-monnier.net/%7B%22feature%22=%3E%22/img/postcover/DSC6897cover.jpg%22%7D" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry xml:lang="en"><title type="html">Why a NAS?</title><link href="https://www.le-monnier.net/en/journal/Why-a-nas/" rel="alternate" type="text/html" title="Why a NAS?" /><published>2026-02-03T00:00:00+00:00</published><updated>2026-02-03T00:00:00+00:00</updated><id>https://www.le-monnier.net/journal/Why-a-nas</id><content type="html" xml:base="https://www.le-monnier.net/journal/Why-a-nas/"><![CDATA[<h2 id="introduction">Introduction</h2>

<p>How I use TrueNAS (probably what is described here can also apply to other distributions) to simplify and secure my workflow and my photos.</p>

<h2 id="how-the-nas-saves-my-life-as-a-photographer">“How the NAS saves my life (as a photographer)”</h2>

<p>Geek once, geek always! I had set up a DIY NAS long before I even considered what it could bring to my photography activities, but little by little, I realized its potential and gradually put solutions in place to meet my needs. And as the implementation of solutions brought new problems to light, I have been continuously improving my setup. Here, I share the initial steps. And above all, please leave a comment if you’d like me to share more technical details about the setup of the different things mentioned here.</p>

<h2 id="nas-core-feature-data-storage-">NAS core feature: Data Storage …</h2>

<h3 id="-of-my-valuable-artistic-work">… of my valuable artistic work</h3>

<p>Right after OS installation went like a charm</p>

<ul>
  <li>📌 TrueNAS</li>
  <li>📌 Intel Intel Celeron 5990 and 64Gb of DDR5</li>
  <li>📌 5 HDD Seagate Ironwolf 4Tb ZRAID2</li>
</ul>

<p>I’m starting to set up the backup of my already edited and exported photo library that I previously stored locally. The simplest and fastest way, after measuring the LAN/NAS transfer rate at 100MB/s, is to create an SMB share on the NAS and move all my local images remotely onto this new share.</p>

<p><strong>Pros</strong> : Space saved locally without significantly impacting access times.</p>

<p><strong>Cons</strong> : “Admittedly, storage on the NAS is more secure than on my PC, but not secure enough.”</p>

<h3 id="what-if-my-nas-was-disappearing-">What if my NAS was disappearing ?</h3>

<p>I had already subscribed previously to pCloud’s ‘2TB for life’ plan. TrueNAS natively offers the functionality to sync files from the NAS to the cloud. After a few settings adjustments, I now have my images on my NAS and automatically synchronized/backed up to the cloud.</p>

<h3 id="but-explorer-view-for-photographs-is-not-enough">But explorer view for photographs is not enough</h3>

<p>Happy to have all my images accessible, no longer taking up local space, and backed up, but not yet satisfied with the way I access them. Not worse, but especially not better.</p>

<p>After some research, I activated the Imminch app on TrueNAS. The setup wasn’t the easiest, but after some effort, I finally have access to my images, with the added bonus of new features like text search, geolocation, and easy recognition.</p>

<h2 id="key-takeaways">Key Takeaways</h2>

<ul>
  <li>📌 TrueNAS as an open-source NAS solution rocks !</li>
  <li>📌 A cloud with ample space to back up sensitive data is mandatory</li>
  <li>📌 A solution with extendable capacility for adding features (Docker, VM hosting, plugins, etc.) to assure the future</li>
</ul>

<h2 id="conclusion">Conclusion</h2>

<p>If you enjoy tinkering and have some IT knowledge, setting up an open-source NAS will allow you to meet all your current needs… and even those you haven’t thought of yet, all while keeping control over your data.</p>

<p>In the next article, I will share how to make the most of the NAS with Adobe Lightroom…</p>]]></content><author><name></name></author><category term="workflow" /><category term="gears" /><summary type="html"><![CDATA[How a NAS makes a photographer's life easier without necessarily having the skills of a computer engineer.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.le-monnier.net/%7B%22feature%22=%3E%22/img/posts/nas/feature.jpg%22%7D" /><media:content medium="image" url="https://www.le-monnier.net/%7B%22feature%22=%3E%22/img/posts/nas/feature.jpg%22%7D" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry xml:lang="en"><title type="html">Complete revamp of my collection</title><link href="https://www.le-monnier.net/en/journal/Moving-from-collections-to-series/" rel="alternate" type="text/html" title="Complete revamp of my collection" /><published>2025-09-08T00:00:00+00:00</published><updated>2025-09-08T00:00:00+00:00</updated><id>https://www.le-monnier.net/journal/Moving-from-collections-to-series</id><content type="html" xml:base="https://www.le-monnier.net/journal/Moving-from-collections-to-series/"><![CDATA[<p>During this summer vacation, it appears clearly to me that photo has less impact than series of photos. With series, you can bring more context, tell a longer story and most of all becoming more exigent in the quality of what I propose.</p>

<blockquote>
  <p>Ce qui est rare est cher</p>

</blockquote>

<p>So during the next coming weeks, I will largely restructure these pages and probably reducing a lot the number of pictures of this portfolio. I want to move from presenting what I can technically do to what I can artistically propose. It will probably takes some time but I hope I will share here some progress</p>

<blockquote>
  <p>Little by little, one travels far.</p>
  <ul>
    <li>J.R.R Tolkien</li>
  </ul>

</blockquote>

<p>I will be part of the Shootifull community for this work. Pretty excited with what I have seen so far from them</p>

<p>Stay tuned :)</p>]]></content><author><name></name></author><category term="photograph" /><category term="changes" /><summary type="html"><![CDATA[During this summer vacation, it appears clearly to me that photo has less impact than series of photos. With series, you can bring more context, tell a longer story and most of all becoming more exigent in the quality of what I propose.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.le-monnier.net/%7B%22feature%22=%3E%22/img/postcover/giant.jpg%22%7D" /><media:content medium="image" url="https://www.le-monnier.net/%7B%22feature%22=%3E%22/img/postcover/giant.jpg%22%7D" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry xml:lang="en"><title type="html">New portfolio website</title><link href="https://www.le-monnier.net/en/journal/New-portfolio-website/" rel="alternate" type="text/html" title="New portfolio website" /><published>2024-05-16T00:00:00+00:00</published><updated>2024-05-16T00:00:00+00:00</updated><id>https://www.le-monnier.net/journal/New-portfolio-website</id><content type="html" xml:base="https://www.le-monnier.net/journal/New-portfolio-website/"><![CDATA[<!-- Gallery __-->

<div class="wrap">
  <div id="showcase" class="noselect">
    
      <div class="card">
        <h2>Jekyll</h2>
        <img src="https://jekyllrb.com/img/logo-2x.png" />
        <p>©</p>
      </div>
  
      <div class="card">
        <h2>Sunbliss</h2>
        <img src="/img/posts/newsite/jackson-sophat-wUbNvDTsOIc-unsplash.jpg" />
        <p>© Jackson Sophat</p>
      </div>
  
      <div class="card">
        <h2>Gitlab</h2>
        <img src="/img/posts/newsite/pankaj-patel-ZV_64LdGoao-unsplash.jpg" />
        <p>© Pankaj Patel</p>
      </div>
  
  </div>
    <span class="nav3D noselect left">
      &lt;
    </span>
    <span class="nav3D noselect right">
      &gt;
    </span>
</div>

<!-- end of GALLERY __ -->
<p>To replace my previous Hugo bases website, I move to Jekyll and Photorama template made by Sunbliss.</p>

<p>
  <ul>
    <li>The site is edited with <a href="https://code.visualstudio.com">Visual Studio Code</a>.</li>
    <li>The site is published on internet and hosted for free on <a href="https://gitlab.com">GitLab</a>.</li>
  </ul>
</p>]]></content><author><name></name></author><category term="photograph" /><category term="changes" /><summary type="html"><![CDATA[Jekyll © Sunbliss © Jackson Sophat Gitlab © Pankaj Patel &lt; &gt; To replace my previous Hugo bases website, I move to Jekyll and Photorama template made by Sunbliss.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.le-monnier.net/%7B%22feature%22=%3E%22/img/postcover/luca-bravo-XJXWbfSo2f0-unsplash.jpg%22%7D" /><media:content medium="image" url="https://www.le-monnier.net/%7B%22feature%22=%3E%22/img/postcover/luca-bravo-XJXWbfSo2f0-unsplash.jpg%22%7D" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>