<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>Blog on Johannes Wienke Photography</title><updated>2023-01-19T21:27:49+00:00</updated><author><name>Johannes Wienke</name><email>mail@johanneswienke.de</email></author><link href="/posts/" rel="alternate" type="text/html" title="HTML"/><link href="/posts/feed.xml" rel="self" type="application/atom+xml" title="atom"/><id>/posts/</id><entry><title>A new portfolio</title><link rel="alternate" href="/posts/2020/05/a-new-portfolio/"/><id>/posts/2020/05/a-new-portfolio/</id><published>2020-05-31T00:00:00+00:00</published><updated>2020-05-31T21:21:34+02:00</updated><summary>I took the opportunity to use the last few weeks for a complete overhaul of my aging portfolio website. The result is the new site you are currently seeing. It uses modern technology, is mobile-first, and provides even more space to showcase the main content: the photos.</summary><content type="html"><![CDATA[<p>I took the opportunity to use the last few weeks for a complete overhaul of my aging portfolio website.
The result is the new site you are currently seeing.
It uses modern technology, is mobile-first, and provides even more space to showcase the main content: the photos.</p>
<h2 id="technology">Technology</h2>
<h3 id="hugo-static-site-generator">Hugo static site generator</h3>
<p>As already for the <a href="/posts/2015/06/new-site-with-new-technology/">previous incarnation of my portfolio</a>, my decision was to use a static site generator such that I can avoid any dynamic parts on the server side.
This prevents many security issues and also results in fast loading times.
So far, I had used <a href="https://jekyllrb.com/">Jekyll</a> for this site and <a href="https://middlemanapp.com/">Middleman</a> for my <a href="https://www.semipol.de/">tech blog</a>.
From a technological point of view I am more in favor of Middleman because of its greater flexibility.
However, what both frameworks lack is good support for managing photos, which is one of the main aspects of a photography portfolio.
Therefore, I searched for alternatives and finally selected <a href="https://gohugo.io/">Hugo</a> as the basis for the new portfolio.
With <a href="https://gohugo.io/content-management/page-resources/">page resources</a> photos and other assets can nicely be bundled with the page they belong to and Hugo&rsquo;s <a href="https://gohugo.io/content-management/image-processing/">image processing features</a> make it really easy to crop or resize images automatically.</p>
<h3 id="theme">Theme</h3>
<p>When starting this project I had the hope that I could speed up the process by building onto an existing theme.
Therefore, I took some (longer) time to browse through the available Hugo themes.
However, not many of them were suitable for the kind of site I was envisioning with a portfolio, photo stories, and a blog section.
Many visually appealing themes are limited to single page designs, which doesn&rsquo;t work for this structure.
One of the closest candidates was <a href="https://themes.gohugo.io/hugo-theme-massively/">Massively</a>, which is also <a href="https://urszihlmann.com/de/about/me/">used by Urs Zihlmann</a> for his portfolio.
However, I didn&rsquo;t like all aspects and also I didn&rsquo;t want to end up with a completely similar page.
Therefore, I finally decided to build something on my own, however, based on the CSS framework <a href="https://bulma.io">Bulma</a> as the means to speed up the process.</p>
<h3 id="responsiveness-and-lazy-loading">Responsiveness and lazy-loading</h3>
<p>Bulma is already mobile-first and all Bulma elements easily work on mobile platforms.
However, photos are the main content on this site and I also wanted them to be responsive such that for each device the photos are downloaded in a suitable resolution.
This especially avoids excessive downloads on mobile devices.
Fortunately, the web has matured enough to finally provide native HTML solutions for this problem and hence every large image on this site (apart from the gallery overview) now uses either <a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images"><code>img</code> tags with the <code>srcset</code> attribute</a> or - depending on the situation and the surrounding containers - <code>picture</code> elements with multiple sources.
In addition, most images are tagged with <a href="https://web.dev/native-lazy-loading/"><code>loading=&quot;lazy&quot;</code></a>.
Modern browsers only download these images when they become visible through scrolling (or shortly before).
This again saves bandwidth.</p>
<h2 id="structure">Structure</h2>
<p>So, what does the new site look like and what were my decisions regarding the layout?</p>
<h3 id="home-page">Home page</h3>
<p>My main idea with the home page (as already with the previous site) was to make my best images the most prominent feature.
Therefore, they are presented using a fullscreen carousel.</p>




<figure class="image">
    

    <a
        href="/posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_640x640_fit_q70_box.jpg 360w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_960x960_fit_q70_box.jpg 540w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_1152x1152_fit_q70_box.jpg 648w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_1344x1344_fit_q70_box.jpg 757w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_1920x1920_fit_q70_box.jpg 1081w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_2688x2688_fit_q70_box.jpg 1513w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_2894x2894_fit_q70_box.jpg 1629w"
        data-sub-html="The home page of the new site with full height hero carousel, an about me section, and links to the most recent content."
        data-sizes="100vw">
        <img
            alt="The home page of the new site."
            srcset="/posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_640x640_fit_q70_box.jpg 360w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_960x960_fit_q70_box.jpg 540w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_1152x1152_fit_q70_box.jpg 648w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_1344x1344_fit_q70_box.jpg 757w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_1920x1920_fit_q70_box.jpg 1081w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_2688x2688_fit_q70_box.jpg 1513w, /posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_2894x2894_fit_q70_box.jpg 1629w"
            sizes="100vw"
            src="/posts/2020/05/a-new-portfolio/images/home_hue1237be439a7a4c832dd95591a7d9d14_1132914_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1629px;"
                width="1629"
                height="2894"
            
        />
    </a>

    

    
    <figcaption>The home page of the new site with full height hero carousel, an about me section, and links to the most recent content.</figcaption>
    
</figure>

<p>New on this page is the brief &ldquo;about me&rdquo; section and a &ldquo;recently published&rdquo; section to put some emphasis on new posts and especially photo stories.</p>
<p>For the carousel, I am using <a href="https://flickity.metafizzy.co/">Flickity</a>, which has support for responsive images and a fullscreen plugin.
These were the reasons for selecting Flickity instead of the <a href="https://creativebulma.net/product/carousel">Bulma Carousel extension</a>.</p>
<h3 id="galleries">Galleries</h3>




<figure class="image">
    

    <a
        href="/posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_640x640_fit_q70_box.jpg 587w, /posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_960x960_fit_q70_box.jpg 881w, /posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_1152x1152_fit_q70_box.jpg 1057w, /posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_1344x1344_fit_q70_box.jpg 1233w, /posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_1776x1776_fit_q70_box.jpg 1629w"
        data-sub-html="The portfolio overview page."
        data-sizes="100vw">
        <img
            alt="The portfolio overview page"
            srcset="/posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_640x640_fit_q70_box.jpg 587w, /posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_960x960_fit_q70_box.jpg 881w, /posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_1152x1152_fit_q70_box.jpg 1057w, /posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_1344x1344_fit_q70_box.jpg 1233w, /posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_1776x1776_fit_q70_box.jpg 1629w"
            sizes="100vw"
            src="/posts/2020/05/a-new-portfolio/images/portfolio_hu2adaf7517782fa49f9079b6a93f46c37_748180_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1629px;"
                width="1629"
                height="1776"
            
        />
    </a>

    

    
    <figcaption>The portfolio overview page.</figcaption>
    
</figure>

<p>Instead of relying on a carousel/slider as on my previous site, I have this time decided to use a <a href="http://miromannino.github.io/Justified-Gallery/">Justified Gallery</a> with a <a href="http://sachinchoolur.github.io/lightGallery/">fullscreen lightbox (lightGallery)</a> for showcasing my work.
This gives a better initial overview of each collection of photos while still providing the elegant fullscreen display if desired.
Both selected tools support responsive images, although Justified Gallery only with JavaScript support.
lightGallery is also used for a fullscreen display of images inside blog posts and photo stories, such as the one below.</p>




<figure class="image">
    

    <a
        href="/posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_640x640_fit_q70_box.jpg 640w, /posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_960x960_fit_q70_box.jpg 960w, /posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_1152x1152_fit_q70_box.jpg 1152w, /posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_1344x1344_fit_q70_box.jpg 1344w, /posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_1657x1657_fit_q70_box.jpg 1657w"
        data-sub-html="A portfolio category displayed as a justified gallery."
        data-sizes="100vw">
        <img
            alt="An example for a Justified Gallery used in the portfolio"
            srcset="/posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_640x640_fit_q70_box.jpg 640w, /posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_960x960_fit_q70_box.jpg 960w, /posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_1152x1152_fit_q70_box.jpg 1152w, /posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_1344x1344_fit_q70_box.jpg 1344w, /posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_1657x1657_fit_q70_box.jpg 1657w"
            sizes="100vw"
            src="/posts/2020/05/a-new-portfolio/images/gallery_hudfdfc941072aed69b1bfd82705b94a8c_394449_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1657px;"
                width="1657"
                height="1624"
            
        />
    </a>

    

    
    <figcaption>A portfolio category displayed as a justified gallery.</figcaption>
    
</figure>

<h3 id="photo-stories">Photo stories</h3>
<p>A new element of my site is the photo story section where I display series of related images.
I have been using <a href="https://languitar.exposure.co/">Exposure</a> and <a href="https://www.behance.net/johanneswienke">Behance</a> for such content.
Exposure creates wonderfully styled stories and resonance is quite nice, however, pricing soon gets heavy.
Behance, on the other hand, is free but resonance and layout possibilities are quite limited.
Also, the situation with other social sharing sites is currently relatively unclear and big players are losing popularity.
Therefore, I decided to create my own space for such photo stories and series with a style comparable to Exposure.
This is the result:</p>




<figure class="image">
    

    <a
        href="/posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_640x640_fit_q70_box.jpg 471w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_960x960_fit_q70_box.jpg 706w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_1152x1152_fit_q70_box.jpg 847w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_1344x1344_fit_q70_box.jpg 988w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_1920x1920_fit_q70_box.jpg 1412w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_2445x2445_fit_q70_box.jpg 1798w"
        data-sub-html="Part of a photo story with full width hero images and justified galleries as the main presentation forms."
        data-sizes="100vw">
        <img
            alt="Part of a photo story page"
            srcset="/posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_640x640_fit_q70_box.jpg 471w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_960x960_fit_q70_box.jpg 706w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_1152x1152_fit_q70_box.jpg 847w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_1344x1344_fit_q70_box.jpg 988w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_1920x1920_fit_q70_box.jpg 1412w, /posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_2445x2445_fit_q70_box.jpg 1798w"
            sizes="100vw"
            src="/posts/2020/05/a-new-portfolio/images/story_hu8c9b7e524085255b46d2bf391e272a3d_692189_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1798px;"
                width="1798"
                height="2445"
            
        />
    </a>

    

    
    <figcaption>Part of a photo story with full width hero images and justified galleries as the main presentation forms.</figcaption>
    
</figure>

<p>Stories use text blocks, hero images in full width and justified galleries as the main presentation formats.
All images can also be viewed in fullscreen using a lightbox.
The same elements are also available to normal blog posts.</p>
<p>I hope that this gives a good platform for my images and serves as reasonable basis for the next few years.</p>]]></content></entry><entry><title>A trip to South Korea</title><link rel="alternate" href="/posts/2017/04/a-trip-to-south-korea/"/><id>/posts/2017/04/a-trip-to-south-korea/</id><published>2017-04-30T00:00:00+00:00</published><updated>2020-05-27T20:28:35+02:00</updated><summary>In October I visited the robotics conference IROS 2016 in Daejeon, South Korea. Afterwards, I spent a few more days to explore the country and take some photos. It took some time, but finally I finished to go through all of them and a selection from this trip is now online.
Please visit the following galleries for the photos:
500px Gallery flickr (extended)</summary><content type="html"><![CDATA[<p>In October I visited the robotics conference <a href="http://www.iros2016.org/">IROS 2016</a> in Daejeon, South Korea. Afterwards, I spent a few more days to explore the country and take some photos.
It took some time, but finally I finished to go through all of them and a selection from this trip is now online.</p>
<p>Please visit the following galleries for the photos:</p>
<ul>
<li><a href="https://500px.com/languitar/galleries/south-korea">500px Gallery</a></li>
<li><a href="https://www.flickr.com/photos/languitar/albums/72157680081615195">flickr (extended)</a></li>
</ul>
]]></content></entry><entry><title>Portfolio Update and Vietnam</title><link rel="alternate" href="/posts/2016/08/portfolio-update-and-vietnam/"/><id>/posts/2016/08/portfolio-update-and-vietnam/</id><published>2016-08-27T00:00:00+00:00</published><updated>2020-05-27T13:14:02+02:00</updated><summary>Time is passing and the number of taken photos is increasing. Therefore, I updated the portfolio to include more recent photos. These include trips to Vietnam, Peak District, UK and Saxon Switzerland, Germany.
Especially for the Vietnam trip there is a Flickr Album with a larger collection of images documenting three weeks in this country.</summary><content type="html"><![CDATA[<p>Time is passing and the number of taken photos is increasing.
Therefore, I updated the portfolio to include more recent photos.
These include trips to Vietnam, Peak District, UK and Saxon Switzerland, Germany.</p>
<p>Especially for the Vietnam trip there is a <a href="https://www.flickr.com/photos/languitar/sets/72157668490261105">Flickr Album</a> with a larger collection of images documenting three weeks in this country.</p>
]]></content></entry><entry><title>My Photo on a Ravensburger Jigsaw Puzzle</title><link rel="alternate" href="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/"/><id>/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/</id><published>2015-10-24T00:00:00+00:00</published><updated>2020-05-27T13:14:02+02:00</updated><summary>A few months ago a local toy shop (Teddy Toys) contacted me and asked for permissions to use one of my photos of our local castle &amp;ldquo;Burg Sparrenberg&amp;rdquo;. They intended to create a jigsaw puzzle representing Bielefeld. The jigsaw should be produced by Ravensburger Spiele, probably the best known producer of jigsaw puzzles in Germany.
These plans have now become reality and the jigsaw puzzle is available at Teddy Toys in Bielefeld.</summary><content type="html"><![CDATA[<p>A few months ago a local toy shop (<a href="https://www.teddytoys.de/">Teddy Toys</a>) contacted me and asked for permissions to use one of my photos of our local castle &ldquo;Burg Sparrenberg&rdquo;.
They intended to create a jigsaw puzzle representing Bielefeld.
The jigsaw should be produced by Ravensburger Spiele, probably the best known producer of jigsaw puzzles in Germany.</p>
<p>These plans have now become reality and the jigsaw puzzle is available at Teddy Toys in Bielefeld.</p>




<figure class="image">
    

    <a
        href="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_640x640_fit_q70_box.jpg 488w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_960x960_fit_q70_box.jpg 732w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_1152x1152_fit_q70_box.jpg 879w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_1344x1344_fit_q70_box.jpg 1025w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_1920x1920_fit_q70_box.jpg 1465w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_2688x2688_fit_q70_box.jpg 2051w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_4000x4000_fit_q70_box.jpg 3052w"
        data-sub-html="The puzzle as presented in the Teddy Toys store in Bielefeld."
        data-sizes="100vw">
        <img
            alt="The puzzle as presented in the Teddy Toys store in Bielefeld."
            srcset="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_640x640_fit_q70_box.jpg 488w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_960x960_fit_q70_box.jpg 732w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_1152x1152_fit_q70_box.jpg 879w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_1344x1344_fit_q70_box.jpg 1025w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_1920x1920_fit_q70_box.jpg 1465w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_2688x2688_fit_q70_box.jpg 2051w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_4000x4000_fit_q70_box.jpg 3052w"
            sizes="100vw"
            src="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/jigsaw-puzzle_hu0b10363faa15ba90e3978b2f3d4c6254_7248172_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3052px;"
                width="3052"
                height="4000"
            
        />
    </a>

    

    
    <figcaption>The puzzle as presented in the Teddy Toys store in Bielefeld.</figcaption>
    
</figure>

<p>Westfalen-Blatt, a local newspaper, <a href="http://www.westfalen-blatt.de/OWL/Lokales/Bielefeld/Bielefeld/2150849-Spielehersteller-Ravensburger-bringt-erstmals-Puzzle-mit-Bielefeld-Motiv-heraus-Die-Sparrenburg-in-1000-Teilen">reported about the first Ravensburger jigsaw of Bielefeld</a> on Wednesday:</p>




<figure class="image">
    

    <a
        href="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_640x640_fit_q70_box.jpg 383w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_960x960_fit_q70_box.jpg 574w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_1152x1152_fit_q70_box.jpg 689w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_1344x1344_fit_q70_box.jpg 804w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_1693x1693_fit_q70_box.jpg 1013w"
        
        data-sizes="100vw">
        <img
            
            srcset="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_640x640_fit_q70_box.jpg 383w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_960x960_fit_q70_box.jpg 574w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_1152x1152_fit_q70_box.jpg 689w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_1344x1344_fit_q70_box.jpg 804w, /posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_1693x1693_fit_q70_box.jpg 1013w"
            sizes="100vw"
            src="/posts/2015/10/my-photo-on-a-ravensburger-jigsaw-puzzle/images/sparrenburg-westfalenblatt_hu2aed78b7c026eaad3076560c002a0b6a_367349_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1013px;"
                width="1013"
                height="1693"
            
        />
    </a>

    

    
</figure>

<p>There is only a limited amount of these jigsaws available.
So go ahead and buy them. ;)</p>
]]></content></entry><entry><title>New Site with New Technology</title><link rel="alternate" href="/posts/2015/06/new-site-with-new-technology/"/><id>/posts/2015/06/new-site-with-new-technology/</id><published>2015-06-19T00:00:00+00:00</published><updated>2020-05-27T13:14:02+02:00</updated><summary>I finally took some time to completely rebuild my photography portfolio. The complete site is recreated from scratch with new technology and improved layout ideas.
New desktop layout with stronger focus on photos. For the layout, I emphasized the focus on the photos by making them the main content of the site and displaying them in full size without any user action required. This way, the photos hopefully get a lot more attentions and just look nicer.</summary><content type="html"><![CDATA[<p>I finally took some time to completely rebuild my photography portfolio.
The complete site is recreated from scratch with new technology and improved layout ideas.</p>




<figure class="image">
    

    <a
        href="/posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_640x640_fit_q70_box.jpg 640w, /posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_960x960_fit_q70_box.jpg 960w, /posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_1152x1152_fit_q70_box.jpg 1152w, /posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_1344x1344_fit_q70_box.jpg 1344w, /posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_1600x1600_fit_q70_box.jpg 1600w"
        data-sub-html="New desktop layout with stronger focus on photos."
        data-sizes="100vw">
        <img
            alt="New desktop layout with stronger focus on photos."
            srcset="/posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_640x640_fit_q70_box.jpg 640w, /posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_960x960_fit_q70_box.jpg 960w, /posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_1152x1152_fit_q70_box.jpg 1152w, /posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_1344x1344_fit_q70_box.jpg 1344w, /posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_1600x1600_fit_q70_box.jpg 1600w"
            sizes="100vw"
            src="/posts/2015/06/new-site-with-new-technology/images/portfolio_hu1ca87a130eaedb79538d9f0c95e53092_114198_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1600px;"
                width="1600"
                height="989"
            
        />
    </a>

    

    
    <figcaption>New desktop layout with stronger focus on photos.</figcaption>
    
</figure>

<p>For the layout, I emphasized the focus on the photos by making them the main content of the site and displaying them in full size without any user action required.
This way, the photos hopefully get a lot more attentions and just look nicer.</p>
<p>Technically, the site now has a much improved responsive design which should make mobile viewing much better and faster.
Images are now also delivered in the appropriate size for the viewing device, so that mobile loading times and bandwidth are reduced.
The responsive image solution is completely realized using CSS as explained in <a href="http://www.smashingmagazine.com/2013/07/22/simple-responsive-images-with-css-background-images/" title="Simple Responsive Images With CSS Background Images">this article</a>.</p>




<figure class="image">
    

    <a
        href="/posts/2015/06/new-site-with-new-technology/images/portfolio-responsive_hu3abf511c92ed689a77de5c53c1623448_45612_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2015/06/new-site-with-new-technology/images/portfolio-responsive_hu3abf511c92ed689a77de5c53c1623448_45612_640x640_fit_q70_box.jpg 640w, /posts/2015/06/new-site-with-new-technology/images/portfolio-responsive_hu3abf511c92ed689a77de5c53c1623448_45612_960x960_fit_q70_box.jpg 960w, /posts/2015/06/new-site-with-new-technology/images/portfolio-responsive_hu3abf511c92ed689a77de5c53c1623448_45612_1040x1040_fit_q70_box.jpg 1040w"
        data-sub-html="Mobile version of the website."
        data-sizes="100vw">
        <img
            alt="Mobile version of the website."
            srcset="/posts/2015/06/new-site-with-new-technology/images/portfolio-responsive_hu3abf511c92ed689a77de5c53c1623448_45612_640x640_fit_q70_box.jpg 640w, /posts/2015/06/new-site-with-new-technology/images/portfolio-responsive_hu3abf511c92ed689a77de5c53c1623448_45612_960x960_fit_q70_box.jpg 960w, /posts/2015/06/new-site-with-new-technology/images/portfolio-responsive_hu3abf511c92ed689a77de5c53c1623448_45612_1040x1040_fit_q70_box.jpg 1040w"
            sizes="100vw"
            src="/posts/2015/06/new-site-with-new-technology/images/portfolio-responsive_hu3abf511c92ed689a77de5c53c1623448_45612_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1040px;"
                width="1040"
                height="590"
            
        />
    </a>

    

    
    <figcaption>Mobile version of the website.</figcaption>
    
</figure>

<p>From a backend perspective I moved away from Wordpress and dynamically generated content to a completely static site, by using the <a href="http://jekyllrb.com">Jekyll static site generator</a>.
No more Wordpress security nightmares&hellip;</p>
]]></content></entry><entry><title>Speedlight Color Temperature Differences</title><link rel="alternate" href="/posts/2014/12/speedlight-color-temperature-differences/"/><id>/posts/2014/12/speedlight-color-temperature-differences/</id><published>2014-12-07T00:00:00+00:00</published><updated>2020-05-27T20:28:35+02:00</updated><summary>While creating a simple product shot for selling one of my lenses I recently noticed a quite visible color difference between the two speedlights I have been using:
The symmetric nature of this photo makes any color difference between the two speedlights quite obvious. After this experience I wanted to examine this more closely and created a simple test setup to compare the colors of the four different speedlights I own.</summary><content type="html"><![CDATA[<p>While creating a simple product shot for selling one of my lenses I recently noticed a quite visible color difference between the two speedlights I have been using:</p>




<figure class="image">
    

    <a
        href="/posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_640x640_fit_q70_box.jpg 640w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_960x960_fit_q70_box.jpg 960w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_1152x1152_fit_q70_box.jpg 1152w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_1344x1344_fit_q70_box.jpg 1344w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_1920x1920_fit_q70_box.jpg 1920w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_2688x2688_fit_q70_box.jpg 2688w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_3242x3242_fit_q70_box.jpg 3242w"
        data-sub-html="The symmetric nature of this photo makes any color difference between the two speedlights quite obvious."
        data-sizes="100vw">
        <img
            alt="Photo of a lens with bracket lighting"
            srcset="/posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_640x640_fit_q70_box.jpg 640w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_960x960_fit_q70_box.jpg 960w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_1152x1152_fit_q70_box.jpg 1152w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_1344x1344_fit_q70_box.jpg 1344w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_1920x1920_fit_q70_box.jpg 1920w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_2688x2688_fit_q70_box.jpg 2688w, /posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_3242x3242_fit_q70_box.jpg 3242w"
            sizes="100vw"
            src="/posts/2014/12/speedlight-color-temperature-differences/images/af-s-micro-nikkor-60mm-f28-standing-flash-colors_hu20170c62c5e87238654aefd222b6c941_1850704_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3242px;"
                width="3242"
                height="3242"
            
        />
    </a>

    

    
    <figcaption>The symmetric nature of this photo makes any color difference between the two speedlights quite obvious.</figcaption>
    
</figure>

<p>After this experience I wanted to examine this more closely and created a simple test setup to compare the colors of the four different speedlights I own. To do this, I placed a greycard in front of the camera and fired each flash onto this greycard with different output levels dialed in. For each output level I took 3 subsequent shots so that I could also get an insight on the consistency between shots. First things first: For each output level all tested speedlights are very consistent. So I will only focus on the remaining aspects now. This is an overview of the collected photos:</p>




<figure class="image">
    

    <a
        href="/posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_640x640_fit_q70_box.jpg 640w, /posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_960x960_fit_q70_box.jpg 960w, /posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_1152x1152_fit_q70_box.jpg 1152w, /posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_1326x1326_fit_q70_box.jpg 1326w"
        data-sub-html="Displayed is one image per output level and per speedlight. The tested output levels were 1/64, 1/32, 1/8, 1/2. Since the Nikon and Metz speedlights have lower guide numbers, I tried to match the exposure afterwards in Lightroom. All photos are set to the same white balance using the eyedropper tool on the first image."
        data-sizes="100vw">
        <img
            alt="Displayed is one image per output level and per speedlight. The tested output levels were 1/64, 1/32, 1/8, 1/2. Since the Nikon and Metz speedlights have lower guide numbers, I tried to match the exposure afterwards in Lightroom. All photos are set to the same white balance using the eyedropper tool on the first image."
            srcset="/posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_640x640_fit_q70_box.jpg 640w, /posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_960x960_fit_q70_box.jpg 960w, /posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_1152x1152_fit_q70_box.jpg 1152w, /posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_1326x1326_fit_q70_box.jpg 1326w"
            sizes="100vw"
            src="/posts/2014/12/speedlight-color-temperature-differences/images/flash-color-comparison_hu10261dcad7e48191cec72272f03ca0e6_182430_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1326px;"
                width="1326"
                height="443"
            
        />
    </a>

    

    
    <figcaption>Displayed is one image per output level and per speedlight. The tested output levels were 1/64, 1/32, 1/8, 1/2. Since the Nikon and Metz speedlights have lower guide numbers, I tried to match the exposure afterwards in Lightroom. All photos are set to the same white balance using the eyedropper tool on the first image.</figcaption>
    
</figure>

<p>As visible from the photo grid, the two Yongnuo speedlights are quite consistent with respect to color temperature. However, the Nikon and Metz ones are a bit warmer. Moreover, it looks a bit as if their color varies with output levels. This somehow contradicts <a href="http://strobist.blogspot.de/2011/10/q-speedlight-color-shifts.html" title="Strobist - Q&amp;A: Speedlight Color Shifts">what David Hobby said</a>&hellip;</p>
<p>To be at least a bit more precise about the differences in color, I also include the histograms for the first photo of each speedlight. The measurement point in all cases (for the percent values Lightroom displays) was chosen in the center of the image.</p>




<figure class="image">
    

    <a
        href="/posts/2014/12/speedlight-color-temperature-differences/images/flash-comparison-histograms_hu5e7f8d9ff8c48a897902b7ccc18f4963_50150_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2014/12/speedlight-color-temperature-differences/images/flash-comparison-histograms_hu5e7f8d9ff8c48a897902b7ccc18f4963_50150_640x640_fit_q70_box.jpg 640w, /posts/2014/12/speedlight-color-temperature-differences/images/flash-comparison-histograms_hu5e7f8d9ff8c48a897902b7ccc18f4963_50150_932x932_fit_q70_box.jpg 932w"
        data-sub-html="Histograms for the different speedlights. From left to right: Yongnuo YN560-III, Yongnuo YN560-II, Nikon SB-700, Metz MB 44 AF-1."
        data-sizes="100vw">
        <img
            alt="Histograms for the different speedlights. From left to right: Yongnuo YN560-III, Yongnuo YN560-II, Nikon SB-700, Metz MB 44 AF-1."
            srcset="/posts/2014/12/speedlight-color-temperature-differences/images/flash-comparison-histograms_hu5e7f8d9ff8c48a897902b7ccc18f4963_50150_640x640_fit_q70_box.jpg 640w, /posts/2014/12/speedlight-color-temperature-differences/images/flash-comparison-histograms_hu5e7f8d9ff8c48a897902b7ccc18f4963_50150_932x932_fit_q70_box.jpg 932w"
            sizes="100vw"
            src="/posts/2014/12/speedlight-color-temperature-differences/images/flash-comparison-histograms_hu5e7f8d9ff8c48a897902b7ccc18f4963_50150_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 932px;"
                width="932"
                height="146"
            
        />
    </a>

    

    
    <figcaption>Histograms for the different speedlights. From left to right: Yongnuo YN560-III, Yongnuo YN560-II, Nikon SB-700, Metz MB 44 AF-1.</figcaption>
    
</figure>

<p>At least now I know which speedlights to combine in case of a comparable product shot.</p>
]]></content></entry><entry><title>Recent Work: Corporate Headshots for my University Workgroup</title><link rel="alternate" href="/posts/2013/11/recent-work-corporate-headshots-for-my-university-workgroup/"/><id>/posts/2013/11/recent-work-corporate-headshots-for-my-university-workgroup/</id><published>2013-11-25T00:00:00+00:00</published><updated>2020-05-27T20:33:15+02:00</updated><summary>Recently we revamped the homepage of my workgroup, the Applied informatics Group, at Bielefeld University. For this process I created new headshots for (nearly) all group members. You can find them here:
The general idea was to have kind of a classic corporate headshot that is easily reproducible as members come and go. Moreover, I wanted to incorporate a few aspects of our new research building. The resulting setup was quite easy in the end.</summary><content type="html"><![CDATA[<p>Recently we revamped the homepage of my workgroup, the <a href="http://aiweb.techfak.uni-bielefeld.de" title="Applied Informatics Group, Bielefeld University">Applied informatics Group</a>, at <a href="http://www.uni-bielefeld.de/(en)/index.html" title="Bielefeld University">Bielefeld University</a>. For this process I created new headshots for (nearly) all group members. You can find them here:</p>




<figure class="image">
    

    <a
        href="/posts/2013/11/recent-work-corporate-headshots-for-my-university-workgroup/images/ai-website-headshots_hua169fcb133c5279efbc5c57bb089d284_310404_640x640_fit_box_3.png"
        class="use-in-lg"
        data-srcset="/posts/2013/11/recent-work-corporate-headshots-for-my-university-workgroup/images/ai-website-headshots_hua169fcb133c5279efbc5c57bb089d284_310404_640x640_fit_box_3.png 640w, /posts/2013/11/recent-work-corporate-headshots-for-my-university-workgroup/images/ai-website-headshots_hua169fcb133c5279efbc5c57bb089d284_310404_800x800_fit_box_3.png 800w"
        
        data-sizes="100vw">
        <img
            alt="Screenshot of the Applied Informatics Workgroup Homepage"
            srcset="/posts/2013/11/recent-work-corporate-headshots-for-my-university-workgroup/images/ai-website-headshots_hua169fcb133c5279efbc5c57bb089d284_310404_640x640_fit_box_3.png 640w, /posts/2013/11/recent-work-corporate-headshots-for-my-university-workgroup/images/ai-website-headshots_hua169fcb133c5279efbc5c57bb089d284_310404_800x800_fit_box_3.png 800w"
            sizes="100vw"
            src="/posts/2013/11/recent-work-corporate-headshots-for-my-university-workgroup/images/ai-website-headshots_hua169fcb133c5279efbc5c57bb089d284_310404_640x640_fit_box_3.png"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 800px;"
                width="800"
                height="632"
            
        />
    </a>

    

    
</figure>

<p>The general idea was to have kind of a classic corporate headshot that is easily reproducible as members come and go. Moreover, I wanted to incorporate a few aspects of our new research building. The resulting setup was quite easy in the end. One of the long hallways, softbox on one side, reflector on the other and the flash gelled to increase the green color of the fluorescent lights in that hallway, as green is the signature color of the university. I had to use the fluorescents as I could not light the whole hallway artificially without annoying all colleagues working there. So I had to balance the flash power with the available light, which resulted in some green color casts on the heads. I fixed these in post.</p>
]]></content></entry><entry><title>Using Flash Softboxes with Triggers</title><link rel="alternate" href="/posts/2013/09/using-flash-softboxes-with-triggers/"/><id>/posts/2013/09/using-flash-softboxes-with-triggers/</id><published>2013-09-08T00:00:00+00:00</published><updated>2020-05-27T20:33:15+02:00</updated><summary>Many softboxes designed for hot shoe flashes suffer from the same problem: their mounting system for the flash does not cooperate well with longish flash triggers like the popular Yongnuo RF-602 or RF-603 and various others. As these triggers extends the flash to the front, they collide with screws or other parts of the mounting construction. I&amp;rsquo;ve seen some solutions proposing to build a custom metal bar to move the flash up, but actually there are two simple ways that don&amp;rsquo;t require any custom parts at all.</summary><content type="html"><![CDATA[<p>Many softboxes designed for hot shoe flashes suffer from the same problem: their mounting system for the flash does not cooperate well with longish flash triggers like the popular Yongnuo RF-602 or RF-603 and various others. As these triggers extends the flash to the front, they collide with screws or other parts of the mounting construction. I&rsquo;ve seen some solutions proposing to build a custom metal bar to move the flash up, but actually there are two simple ways that don&rsquo;t require any custom parts at all.</p>
<h3 id="the-suboptimal-way">The &ldquo;suboptimal&rdquo; way</h3>




<figure class="image">
    

    <a
        href="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_640x640_fit_q70_box.jpg 640w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_960x960_fit_q70_box.jpg 960w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_3264x3264_fit_q70_box.jpg 3264w"
        
        data-sizes="100vw">
        <img
            alt="The suboptimal way"
            srcset="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_640x640_fit_q70_box.jpg 640w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_960x960_fit_q70_box.jpg 960w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_3264x3264_fit_q70_box.jpg 3264w"
            sizes="100vw"
            src="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-suboptimal_hu844038bacb6b508f639a595ad00f61aa_1686167_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3264px;"
                width="3264"
                height="3264"
            
        />
    </a>

    

    
</figure>

<p>This solution works as soon as you have a flash where the head can be turned around by 180 degrees. In that position the flash trigger extends to the back of the softbox mount and doesn&rsquo;t collide anymore. However, flash controls are basically blocked and often the head is too short to actually enter the opening of the softbox, wasting a bit of light. Even for the monster-sized Yongnuo YN560-II&hellip;</p>
<h3 id="the-right-way">The &ldquo;right&rdquo; way</h3>
<p>Many of the flash softboxes, especially the cheaper (Chinese?) ones from Walimex, Delamax, Alzo or whatever names exist, use a mounting system where the flash bracket is attached to the ring using a single screw. Hence, in this case the ring can be turned to point slightly off-axis from the vertical mounting bar:</p>




<figure class="image">
    

    <a
        href="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_640x640_fit_q70_box.jpg 424w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_960x960_fit_q70_box.jpg 636w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_1152x1152_fit_q70_box.jpg 763w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_1344x1344_fit_q70_box.jpg 890w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_1920x1920_fit_q70_box.jpg 1272w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_2688x2688_fit_q70_box.jpg 1780w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_4000x4000_fit_q70_box.jpg 2649w"
        
        data-sizes="100vw">
        <img
            alt="The right way"
            srcset="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_640x640_fit_q70_box.jpg 424w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_960x960_fit_q70_box.jpg 636w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_1152x1152_fit_q70_box.jpg 763w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_1344x1344_fit_q70_box.jpg 890w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_1920x1920_fit_q70_box.jpg 1272w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_2688x2688_fit_q70_box.jpg 1780w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_4000x4000_fit_q70_box.jpg 2649w"
            sizes="100vw"
            src="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-mounting_hu053c95b0e68d099f984709c84fe5c987_3419543_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 2649px;"
                width="2649"
                height="4000"
            
        />
    </a>

    

    
</figure>

<p>This allows us to mount the flash perpendicular to the axis of the softbox with the flash head turned around to one side so that the controls are easily accessible:</p>




<figure class="image">
    

    <a
        href="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_640x640_fit_q70_box.jpg 640w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_960x960_fit_q70_box.jpg 960w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_3264x3264_fit_q70_box.jpg 3264w"
        
        data-sizes="100vw">
        <img
            alt="The right way"
            srcset="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_640x640_fit_q70_box.jpg 640w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_960x960_fit_q70_box.jpg 960w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_3264x3264_fit_q70_box.jpg 3264w"
            sizes="100vw"
            src="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-side_hu654b6adffca05fbd3a6031d9a9d06d7f_2198300_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3264px;"
                width="3264"
                height="3264"
            
        />
    </a>

    

    
</figure>





<figure class="image">
    

    <a
        href="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_640x640_fit_q70_box.jpg 640w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_960x960_fit_q70_box.jpg 960w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_3094x3094_fit_q70_box.jpg 3094w"
        
        data-sizes="100vw">
        <img
            alt="The right way"
            srcset="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_640x640_fit_q70_box.jpg 640w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_960x960_fit_q70_box.jpg 960w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_3094x3094_fit_q70_box.jpg 3094w"
            sizes="100vw"
            src="/posts/2013/09/using-flash-softboxes-with-triggers/images/speedlight-softbox-back_huf547a842893a79d6914d12996dcb3c2c_2607629_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3094px;"
                width="3094"
                height="3094"
            
        />
    </a>

    

    
</figure>

<p>Without twisting the ring, this usually doesn&rsquo;t work for modern flashes as the flash head most often doesn&rsquo;t rotate directly on the axis of the hot shoe and hence the flash head wouldn&rsquo;t enter the ring correctly.</p>
]]></content></entry><entry><title>Tethered Shooting for Macro Photography</title><link rel="alternate" href="/posts/2013/08/tethered-shooting-for-macro-photography/"/><id>/posts/2013/08/tethered-shooting-for-macro-photography/</id><published>2013-08-03T00:00:00+00:00</published><updated>2020-05-27T13:14:02+02:00</updated><summary>Macro photography demands a high amount of precision from the photographers since the available depth of field is very limited with the close distance to the subject and already small movements of the camera can result in the subject being out of focus. These movements do not only occur when recomposing the image or through movements of the subject itself, but also unintentionally while adjusting camera parameters. This is especially true as most macro subjects are not present at a usual human working height (tabletop) but often on the ground or other hard to reach places, where fine-grained control of the camera becomes even more challenging.</summary><content type="html"><![CDATA[<p>Macro photography demands a high amount of precision from the photographers since the available depth of field is very limited with the close distance to the subject and already small movements of the camera can result in the subject being out of focus. These movements do not only occur when recomposing the image or through movements of the subject itself, but also unintentionally while adjusting camera parameters. This is especially true as most macro subjects are not present at a usual human working height (tabletop) but often on the ground or other hard to reach places, where fine-grained control of the camera becomes even more challenging. Finally, another issue is that it is quite hard to focus correctly in such situations with the tiny viewfinders and screens on the backs of the cameras. So it is a tough problem to end up with tack-sharp macro photos.</p>
<p>Some of the aforementioned issues can be addressed by using a tripod for shooting macro photos. But even with a tripod, touching the camera for fiddling around with the menus easily results in slight movements and hence out of focus photos.</p>
<p>This is the time where <em>tethered shooting</em> can greatly improve the situation. The idea behind tethered shooting is that you connect your camera to an external device like a laptop, tablet or smartphone and then use this device for some of the camera&rsquo;s functionality, e.g. pressing the shutter and reviewing the resulting photo on a much bigger screen. Usually, setting up the camera, laptop and the wired connection and then being limited by the cable length is not an option with the resulting setup time and inflexibility but as taking macro photos is usually a slow business at the same place, this is not a real issue here.</p>
<p>During the last years many options for tethered shooting have emerged but the available functionality differs considerably and some solutions are more useful for macro photography than others. To my mind the following features are required for providing a real help with macro photography:</p>
<ol>
<li><strong>Live view</strong>: Live view of the camera image on the tethering device for composing and defining the focus.</li>
<li><strong>LV 100% zoom</strong>: 100% zoom in live view for accurate focusing.</li>
<li><strong>Zoom position</strong>: Free position of the zoomed view in the whole live view image. Usually the subject is not in the center of the image&hellip;</li>
<li><strong>Camera control</strong>: Control of common camera parameters like aperture and shutter speed to avoid touching the cameras as much as possible.</li>
<li><strong>Focus</strong>: Setting the focus automatically and manually inside the tethering software.</li>
<li><strong>Review</strong>: Instant review of captured images with full size to review focus and DOF.</li>
</ol>
<p>Considering these requirements I have evaluated a few available tools for my personal use. In the following paragraphs I will share my experience with these tools. As I currently own a Macbook and an Android tablet as portable tethering devices the selection of tools is limited to these platforms.</p>
<h4 id="adobe-lightroom">Adobe Lightroom</h4>




<figure class="image">
    

    <a
        href="/posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_640x640_fit_q70_box.jpg 640w, /posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_960x960_fit_q70_box.jpg 960w, /posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_1600x1600_fit_q70_box.jpg 1600w"
        
        data-sizes="100vw">
        <img
            alt="Lightroom screenshot"
            srcset="/posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_640x640_fit_q70_box.jpg 640w, /posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_960x960_fit_q70_box.jpg 960w, /posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_1600x1600_fit_q70_box.jpg 1600w"
            sizes="100vw"
            src="/posts/2013/08/tethered-shooting-for-macro-photography/images/lightroom-tethering_hudb549a13369b5fae9a107c98f450375e_137376_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1600px;"
                width="1600"
                height="1013"
            
        />
    </a>

    

    
</figure>

<p><a href="http://www.adobe.com/de/products/photoshop-lightroom.html" title="Adobe Lightroom">Link</a> - Commercial</p>
<p>Lightroom provides tethering support since some time and has support for a wide variety of cameras. Many photographers would probably prefer using Lightroom as a &ldquo;one size fits all&rdquo; solutions so that no additional software needs to be used. Unfortunately, only a minority of the requirements for macro photography are fulfilled.</p>
<ol>
<li><strong>Live view</strong>: no</li>
<li><strong>LV 100% zoom</strong>: no</li>
<li><strong>Zoom positions</strong>: no</li>
<li><strong>Camera control</strong>: minimally, only shutter</li>
<li><strong>Focus</strong>: no</li>
<li><strong>Review</strong>: yes</li>
</ol>
<h4 id="sofortbild">Sofortbild</h4>




<figure class="image">
    

    <a
        href="/posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_640x640_fit_q70_box.jpg 640w, /posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_960x960_fit_q70_box.jpg 960w, /posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_1600x1600_fit_q70_box.jpg 1600w"
        
        data-sizes="100vw">
        <img
            alt="Sofortbild screenshot"
            srcset="/posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_640x640_fit_q70_box.jpg 640w, /posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_960x960_fit_q70_box.jpg 960w, /posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_1600x1600_fit_q70_box.jpg 1600w"
            sizes="100vw"
            src="/posts/2013/08/tethered-shooting-for-macro-photography/images/sofortbild-tethering_hu96c92cd648ace46c032218124dee33d8_141552_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1600px;"
                width="1600"
                height="1012"
            
        />
    </a>

    

    
</figure>

<p><a href="http://www.sofortbildapp.com/" title="Sofortbild">Link</a> - Free</p>
<p>A Mac application for tethered shooting. It basically provides the same operational mode to tethered shooting as Lightroom does but for free.</p>
<ol>
<li><strong>Live view</strong>: yes, but basically unusable, i.e. no control of the camera like auto focus works when in live view.</li>
<li><strong>LV 100% zoom</strong>: yes</li>
<li><strong>Zoom positions</strong>: no</li>
<li><strong>Camera control</strong>: no</li>
<li><strong>Focus</strong>: no</li>
<li><strong>Review</strong>: yes</li>
</ol>
<h4 id="helicon-remote">Helicon Remote</h4>




<figure class="image">
    

    <a
        href="/posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_640x640_fit_q70_box.jpg 640w, /posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_960x960_fit_q70_box.jpg 960w, /posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_1600x1600_fit_q70_box.jpg 1600w"
        
        data-sizes="100vw">
        <img
            alt="Helicon Remote screenshot"
            srcset="/posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_640x640_fit_q70_box.jpg 640w, /posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_960x960_fit_q70_box.jpg 960w, /posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_1600x1600_fit_q70_box.jpg 1600w"
            sizes="100vw"
            src="/posts/2013/08/tethered-shooting-for-macro-photography/images/heliconremote-tethering_hube21be3ee411009a909e65477900e345_82454_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1600px;"
                width="1600"
                height="1000"
            
        />
    </a>

    

    
</figure>

<p><a href="http://www.heliconsoft.com/heliconsoft-products/helicon-remote/" title="Helicon Remote">Link</a> - Commercial with limited free version</p>
<p>An Android application. Helicon seems to be one of the state of the art providers of technology for focus stacking, a kind of special use case for macro photography. Helicon Remote is the Android application to control the capturing of images for focus stacking they provide. Naturally it also meets some of the requirements for usual macro photography.</p>
<ol>
<li><strong>Live view</strong>: yes</li>
<li><strong>LV 100% zoom</strong>: yes</li>
<li><strong>Zoom positions</strong>: yes</li>
<li><strong>Camera control</strong>: mostly. Camera mode needs to be selected on the camera, basic settings like aperture and ISO can then be adjusted inside the app.</li>
<li><strong>Focus</strong>: yes</li>
<li><strong>Review</strong>: yes</li>
</ol>
<p>Notes:</p>
<ul>
<li>Helicon remote is not entirely free. For shooting in RAW format a license needs to be purchased.</li>
<li>When the camera is in manual mode I experienced several bugs when changing settings like aperture on the tablet, which required a restart of the app.</li>
</ul>
<h4 id="dslrdashboard">DslrDashboard</h4>




<figure class="image">
    

    <a
        href="/posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_640x640_fit_q70_box.jpg 640w, /posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_960x960_fit_q70_box.jpg 960w, /posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_1600x1600_fit_q70_box.jpg 1600w"
        
        data-sizes="100vw">
        <img
            alt="DslDashboard screenshot"
            srcset="/posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_640x640_fit_q70_box.jpg 640w, /posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_960x960_fit_q70_box.jpg 960w, /posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_1600x1600_fit_q70_box.jpg 1600w"
            sizes="100vw"
            src="/posts/2013/08/tethered-shooting-for-macro-photography/images/dslrdashboard-tethering_hu256eb31925413d3941c841f7fd3f4855_143936_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 1600px;"
                width="1600"
                height="1000"
            
        />
    </a>

    

    
</figure>

<p><a href="https://code.google.com/p/dslrdashboard/" title="DslrDashboard">Link</a> - Free (GPLv3)</p>
<p>An open source Android application for tethered shooting with a lot of functionality. Unfortunately, with the amount of available features the interface is quite cluttered and its sometimes not easy to understand how to achieve what you need. Moreover, I have observed some crashes in the past but not with the most recent version.</p>
<ol>
<li><strong>Live view</strong>: yes</li>
<li><strong>LV 100% zoom</strong>: yes</li>
<li><strong>Zoom positions</strong>: yes</li>
<li><strong>Camera control</strong>: yes</li>
<li><strong>Focus</strong>: yes</li>
<li><strong>Review</strong>: yes, sometimes automatic launch is buggy but can be manually triggered after the shot</li>
</ol>
<p>Notes:</p>
<ul>
<li>The review feature only works reliably if JPEG files are used (in conjunction with RAW files). This is not a problem for me as I can easily shoot both RAW and JPEG in parallel.</li>
<li>DslrDashboard also supports shooting focus stacks.</li>
</ul>
<h3 id="verdict">Verdict</h3>
<p>Lightroom and Sofortbild implement a tethered shooting mode that basically replaces the screen of the camera for review with the computer screen in addition to directly downloading the photos to the computer. Besides having a bigger screen for reviewing purposes this does not help very much with the macro shooting process. Much better suited are Helicon Remote and DslrDashboard. Both satisfy nearly all requirements with their fine grained camera control and live view capabilities (and additionally, a table is more portable than a laptop). Personally, I decided to use DslrDashboard. It is entirely free and doesn&rsquo;t require a license &gt; 40$ for shooting in RAW format as Helicon Remote does. Also, it offers more controls and features than Helicon Remote already does with the price of a more cluttered user interface. Finally, I had less annoying bugs and crashed in the most recent version of DslrDashboard than with Helicon Remote.</p>
<p>In one of the next posts I will try to come up with a short tutorial how to use DslrDashboard for macro purposes and how to understand the user interface. ;)</p>
]]></content></entry><entry><title>New Lens: AF-S Micro Nikkor 60mm F/2.8G ED</title><link rel="alternate" href="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/"/><id>/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/</id><published>2013-07-08T00:00:00+00:00</published><updated>2020-05-27T20:33:15+02:00</updated><summary>Since I switched to Nikon from my old and rusty Olympus E-510 I have been lacking a macro lens. Moreover, my primary portrait lens, the AF Nikkor 85mm f/1.8D, is already bit long on my crop sensor in confined spaces. So I wanted a little less longer portrait lens and a macro lens. And what I tried two weeks ago was killing these two bird with one stone: I bought the AF-S Micro Nikkor 60mm F/2.</summary><content type="html"><![CDATA[<p>Since I switched to Nikon from my old and rusty Olympus E-510 I have been lacking a macro lens. Moreover, my primary portrait lens, the <a href="http://www.nikonusa.com/en/Nikon-Products/Product/Camera-Lenses/1931/AF-NIKKOR-85mm-f%252F1.8D.html">AF Nikkor 85mm f/1.8D</a>, is already bit long on my crop sensor in confined spaces. So I wanted a little less longer portrait lens and a macro lens. And what I tried two weeks ago was killing these two bird with one stone: I bought the <a href="http://www.nikonusa.com/en/Nikon-Products/Product/Camera-Lenses/2177/AF-S-Micro-Nikkor-60mm-f%252F2.8G-ED.html">AF-S Micro Nikkor 60mm F/2.8G ED</a>, which is a macro lens with a portrait-ready focal length and a F2.8 aperture.</p>




<figure class="image">
    

    <a
        href="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_640x640_fit_q70_box.jpg 640w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_960x960_fit_q70_box.jpg 960w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_4000x4000_fit_q70_box.jpg 4000w"
        
        data-sizes="100vw">
        <img
            alt="AF-S Micro NIKKOR 60mm f/2.8G ED"
            srcset="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_640x640_fit_q70_box.jpg 640w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_960x960_fit_q70_box.jpg 960w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens_hucb90134f8b8eca86d12b5d3e82d6b90f_1551147_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2649"
            
        />
    </a>

    

    
</figure>





<figure class="image">
    

    <a
        href="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_640x640_fit_q70_box.jpg 527w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_960x960_fit_q70_box.jpg 790w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_1152x1152_fit_q70_box.jpg 948w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_1344x1344_fit_q70_box.jpg 1106w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_1920x1920_fit_q70_box.jpg 1580w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_2688x2688_fit_q70_box.jpg 2212w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_2983x2983_fit_q70_box.jpg 2455w"
        
        data-sizes="100vw">
        <img
            alt="AF-S Micro NIKKOR 60mm f/2.8G ED v"
            srcset="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_640x640_fit_q70_box.jpg 527w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_960x960_fit_q70_box.jpg 790w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_1152x1152_fit_q70_box.jpg 948w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_1344x1344_fit_q70_box.jpg 1106w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_1920x1920_fit_q70_box.jpg 1580w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_2688x2688_fit_q70_box.jpg 2212w, /posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_2983x2983_fit_q70_box.jpg 2455w"
            sizes="100vw"
            src="/posts/2013/07/new-lens-af-s-micro-nikkor-60mm-f/2.8g-ed/images/lens-standing_hub91867554864b8bb7affaa106d7f2268_1234059_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 2455px;"
                width="2455"
                height="2983"
            
        />
    </a>

    

    
</figure>

<p>(Lighting diagrams and pull back shots for the two product shots can be found in the flickr comments for the two photos)</p>
<p>Here are some initial experiences with the lens.</p>
<p>First of all, I am quite happy with it so far. It&rsquo;s already a heavy lens given that it has a fixed focal length in the medium range and the fact that the front element looks tiny compared to the diameter of the whole lens.</p>
<p>The sharpness looks good as expected from a prime lens and event a FX lens on a crop sensor.</p>
<p>What might be a surprise to some people is that the lens actually isn&rsquo;t F2.8 all the time. Starting from approx. 0.5 meters to near focusing distance the minimum aperture goes gradually up to F4.8. However, this is really no problem for these distances as the depth of field would be unbelievably narrow and focusing nearly impossible at F2.8.</p>
<p>As others have already pointed out, the lens hood is quite large and might get in the way for close macro work so that you have to remove it in this kind of situation.</p>
<p>Another nice feature is that is has a rubber at the lens mount for weather sealing.</p>
]]></content></entry><entry><title>Spyder 4 Monitor Calibration and Ambient Light Influences</title><link rel="alternate" href="/posts/2013/06/spyder-4-monitor-calibration-and-ambient-light-influences/"/><id>/posts/2013/06/spyder-4-monitor-calibration-and-ambient-light-influences/</id><published>2013-06-23T00:00:00+00:00</published><updated>2020-05-27T13:14:02+02:00</updated><summary>Today I had to recalibrate my monitor again as the last calibration had been some time ago. Since I own a Spyder 4 calibration device I always had some trouble with inconsistencies between different calibration runs and this was also the case today. One time the calibration resulted in a green tint, the next time a bit less and another time even in a bit of a red tint. After googling around I found a possible candidate for explaining this issue: ambient light.</summary><content type="html"><![CDATA[<p>Today I had to recalibrate my monitor again as the last calibration had been some time ago.  Since I own a Spyder 4 calibration device I always had some trouble with inconsistencies between different calibration runs and this was also the case today. One time the calibration resulted in a green tint, the next time a bit less and another time even in a bit of a red tint. After googling around I found a possible candidate for explaining this issue: <em>ambient light</em>.</p>
<p>Of course I followed the advice to avoid strong light falling directly on the screen, but it seems that even the remaining ambient light in the room from a windows with closed curtains is too much, at least for the Spyder 4. So what I did was putting a thick black cloth on the screen (and the Spyder device) during the calibration run to shield it from all ambient light. And voilà, results are much more reasonable and consistent.</p>
<p>So, <em>don&rsquo;t underestimate the effect of ambient light on the monitor calibration</em>. This seems to be especially true for glossy display types. In case of doubt, use a dark room or put a thick black cloth on the monitor during calibration.</p>
]]></content></entry><entry><title>Simple but more resistant DIY aluminum foil reflector</title><link rel="alternate" href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/"/><id>/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/</id><published>2013-05-03T00:00:00+00:00</published><updated>2020-05-31T21:32:07+02:00</updated><summary>Since some time I kept a small piece of cardboard wrapped in aluminum foil in my camera bag as an always-with-me reflector, e.g. for flower photography. This is a well known thing and the effect is great. However, I had the problem that the aluminum foil is not very resistant and after some time starts peel off the cardboard. So I was thinking how to make things a bit more resilient with stuff available in the household.</summary><content type="html"><![CDATA[<p>Since some time I kept a small piece of cardboard wrapped in aluminum foil in my camera bag as an always-with-me reflector, e.g. for flower photography. This is a well known thing and the effect is great. However, I had the problem that the aluminum foil is not very resistant and after some time starts peel off the cardboard. So I was thinking how to make things a bit more resilient with stuff available in the household.</p>




<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_3732x3732_fit_q70_box.jpg 3732w"
        data-sub-html="Aluminum peeling off the cardboard"
        data-sizes="100vw">
        <img
            alt="Aluminum peeling off the cardboard"
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_3732x3732_fit_q70_box.jpg 3732w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-peel-off_hu025cedfb1010e8eac5bd47335b2e7128_4661254_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3732px;"
                width="3732"
                height="2990"
            
        />
    </a>

    

    
    <figcaption>Aluminum peeling off the cardboard</figcaption>
    
</figure>

<p>The solution I came up with is to us a transparent sheet protector (punched pocket) for carrying around the cardboard wrapped in aluminum foil. This way the reflector hopefully last longer. Along with the cardboard I also put a white paper into the sheet protector to have a second reflector type for some variation. Here is a short photo walk-through of the creation process:</p>




<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_3580x3580_fit_q70_box.jpg 3580w"
        data-sub-html="The required ingredients: aluminum foil, a piece of cardboard (pink color is not required), a sheet protector, and a sheet of white paper."
        data-sizes="100vw">
        <img
            alt="The required ingredients: aluminum foil, a piece of cardboard (pink color is not required), a sheet protector, and a sheet of white paper."
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_3580x3580_fit_q70_box.jpg 3580w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-ingredients_hu17b1783cde7cd85aea214560de20d1f6_2758175_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3580px;"
                width="3580"
                height="3264"
            
        />
    </a>

    

    
    <figcaption>The required ingredients: aluminum foil, a piece of cardboard (pink color is not required), a sheet protector, and a sheet of white paper.</figcaption>
    
</figure>





<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_4000x4000_fit_q70_box.jpg 4000w"
        data-sub-html="Cut the aluminum foil to cover the cardboard."
        data-sizes="100vw">
        <img
            alt="Cut the aluminum foil to cover the cardboard."
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-1_hu45ffb3bad02241344b154006932b6bc3_1625828_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2854"
            
        />
    </a>

    

    
    <figcaption>Cut the aluminum foil to cover the cardboard.</figcaption>
    
</figure>





<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_3869x3869_fit_q70_box.jpg 3869w"
        data-sub-html="Wrap it around the cardboard."
        data-sizes="100vw">
        <img
            alt="Wrap it around the cardboard."
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_3869x3869_fit_q70_box.jpg 3869w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-2_hu7cb092807019cd560853aea8f802e73b_1676320_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3869px;"
                width="3869"
                height="2601"
            
        />
    </a>

    

    
    <figcaption>Wrap it around the cardboard.</figcaption>
    
</figure>





<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_3838x3838_fit_q70_box.jpg 3838w"
        data-sub-html="Slide things into the sheet protector. Et voilà."
        data-sizes="100vw">
        <img
            alt="Slide things into the sheet protector. Et voilà."
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_3838x3838_fit_q70_box.jpg 3838w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-step-3_huf3cb9e6f82fb0ae3bbf8485eac8205f3_2326917_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3838px;"
                width="3838"
                height="2662"
            
        />
    </a>

    

    
    <figcaption>Slide things into the sheet protector. Et voilà.</figcaption>
    
</figure>

<p>The resulting reflector fits easily into the pocket of my photo bag (<a href="http://www.vanguardworld.com/index.php/en-GB/products/photo-video/detail-1-1-4-433.html" title="Vanguard Up-Rise 33">Vanguard Up-Rise 33</a>).</p>




<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_4000x4000_fit_q70_box.jpg 4000w"
        
        data-sizes="100vw">
        <img
            alt="Reflector fitting into the photo bag"
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/aluminum-reflector-in-bag_hu26b92b79c9b123adb9f3d833d98cb71c_5642166_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2649"
            
        />
    </a>

    

    
</figure>

<p>Here is a test shot I did with the reflector to show the effect of the two sides.</p>




<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_4000x4000_fit_q70_box.jpg 4000w"
        data-sub-html="Without reflector."
        data-sizes="100vw">
        <img
            alt="Without reflector."
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-without-reflector_hu84635e3c3bfcadcdbcabd7b1bdb762ff_2142797_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2649"
            
        />
    </a>

    

    
    <figcaption>Without reflector.</figcaption>
    
</figure>





<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_4000x4000_fit_q70_box.jpg 4000w"
        data-sub-html="Silver side."
        data-sizes="100vw">
        <img
            alt="Silver side."
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-silver-side_hua8ddfa95f69c688e8073ff35c60d242a_2337763_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2649"
            
        />
    </a>

    

    
    <figcaption>Silver side.</figcaption>
    
</figure>





<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_4000x4000_fit_q70_box.jpg 4000w"
        data-sub-html="White side."
        data-sizes="100vw">
        <img
            alt="White side."
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-reflector-white-side_hu2cabe40ff0e00fbdafe2ece3455054b7_2495049_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2649"
            
        />
    </a>

    

    
    <figcaption>White side.</figcaption>
    
</figure>

<p>This was the setup used for the photos:</p>




<figure class="image">
    

    <a
        href="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_4000x4000_fit_q70_box.jpg 4000w"
        
        data-sizes="100vw">
        <img
            alt="Setup shot"
            srcset="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_640x640_fit_q70_box.jpg 640w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_960x960_fit_q70_box.jpg 960w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/05/simple-but-more-resistant-diy-aluminum-foil-reflector/images/apple-setup_hu50d740adf02eb5ebc9fc0c2f8d7e2469_2881513_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2667"
            
        />
    </a>

    

    
</figure>

]]></content></entry><entry><title>Handheld Nighttime Photography</title><link rel="alternate" href="/posts/2013/04/handheld-nighttime-photography/"/><id>/posts/2013/04/handheld-nighttime-photography/</id><published>2013-04-04T00:00:00+00:00</published><updated>2020-05-27T20:33:15+02:00</updated><summary>During a recent business trip to Grenoble, France I had a short amout of time to visit the remarkable landmark &amp;ldquo;La Bastille&amp;rdquo;, which is a fortress in the mountains overlooking the city of Grenoble. With the time constraints and the bad weather I didn&amp;rsquo;t bring my tripod with me but actually the twilight turned out to be quite pleasing, so I had to challenge the high-ISO capabilities of my Nikon D7000 as well as my hands.</summary><content type="html"><![CDATA[<p>During a recent business trip to Grenoble, France I had a short amout of time to visit the remarkable landmark <a href="http://www.bastille-grenoble.fr/" title="La Bastille, Grenoble">&ldquo;La Bastille&rdquo;</a>, which is a fortress in the mountains overlooking the city of Grenoble. With the time constraints and the bad weather I didn&rsquo;t bring my tripod with me but actually the twilight turned out to be quite pleasing, so I had to challenge the high-ISO capabilities of my Nikon D7000 as well as my hands. The results are actually quite usable with some amount of lightroom denoising:</p>




<figure class="image">
    

    <a
        href="/posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_640x640_fit_q70_box.jpg 640w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_960x960_fit_q70_box.jpg 960w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_4000x4000_fit_q70_box.jpg 4000w"
        
        data-sizes="100vw">
        <img
            alt="Photo: Walking through the Blue Hour"
            srcset="/posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_640x640_fit_q70_box.jpg 640w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_960x960_fit_q70_box.jpg 960w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/04/handheld-nighttime-photography/images/grenoble-night_hu2d164a8ca86ed6e1624876b3dbf2198c_3773156_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2711"
            
        />
    </a>

    

    
</figure>

<p>Of course it would have been much sharper and with less noise at lower ISO and I wouldn&rsquo;t print this on a big canvas, but for internet use it works.</p>
]]></content></entry><entry><title>New Filters: Haida ND Set and Hoya Polarizer</title><link rel="alternate" href="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/"/><id>/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/</id><published>2013-03-16T00:00:00+00:00</published><updated>2020-05-27T20:33:15+02:00</updated><summary>Since October or November I own a Sigma 10-20 wide angle lens and since then I never had filters for that lens. This situation changed now, as better weather should be here soon. After some research I decided to buy the &amp;ldquo;cheap&amp;rdquo; Haida neutral density filters instead of much more expensive &amp;ldquo;real&amp;rdquo; ones. I had Haida ND filters before, and yes, they had some color casting. However, the ones I got now are the second revision (PRO II MC) and color casts should be better with these ones, at least some sources say.</summary><content type="html"><![CDATA[<p>Since October or November I own a Sigma 10-20 wide angle lens and since then I never had filters for that lens. This situation changed now, as better weather should be here soon. After some research I decided to buy the &ldquo;cheap&rdquo; Haida neutral density filters instead of much more expensive &ldquo;real&rdquo; ones. I had Haida ND filters before, and yes, they had some color casting. However, the ones I got now are the second revision (PRO II MC) and color casts should be better with these ones, at least some sources say. There are not that many reviews for the new generation, so far and I didn&rsquo;t have time to test them during the week, but at least I managed to get some photos of the filters.</p>




<figure class="image">
    

    <a
        href="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_640x640_fit_q70_box.jpg 640w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_960x960_fit_q70_box.jpg 960w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_4000x4000_fit_q70_box.jpg 4000w"
        
        data-sizes="100vw">
        <img
            alt="Haide ND Filter Set"
            srcset="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_640x640_fit_q70_box.jpg 640w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_960x960_fit_q70_box.jpg 960w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-closed_hu942ec355a516cd44254a4072502aa089_1183765_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2349"
            
        />
    </a>

    

    
</figure>





<figure class="image">
    

    <a
        href="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_640x640_fit_q70_box.jpg 640w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_960x960_fit_q70_box.jpg 960w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_4000x4000_fit_q70_box.jpg 4000w"
        
        data-sizes="100vw">
        <img
            alt="Haida ND Filter Set Open"
            srcset="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_640x640_fit_q70_box.jpg 640w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_960x960_fit_q70_box.jpg 960w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_4000x4000_fit_q70_box.jpg 4000w"
            sizes="100vw"
            src="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/haida-pro-ii-mc-nd-set-open_hu949df2116d7cbb25f8c836331afaba49_1435849_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 4000px;"
                width="4000"
                height="2304"
            
        />
    </a>

    

    
</figure>

<p>In addition to the ND filters I also bought a new polarizer. This time a bit more expensive: Hoya HD circular polarizer.</p>




<figure class="image">
    

    <a
        href="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_640x640_fit_q70_box.jpg"
        class="use-in-lg"
        data-srcset="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_640x640_fit_q70_box.jpg 640w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_960x960_fit_q70_box.jpg 960w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_3664x3664_fit_q70_box.jpg 3664w"
        
        data-sizes="100vw">
        <img
            alt="Hoya Polarizer"
            srcset="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_640x640_fit_q70_box.jpg 640w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_960x960_fit_q70_box.jpg 960w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_1152x1152_fit_q70_box.jpg 1152w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_1344x1344_fit_q70_box.jpg 1344w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_1920x1920_fit_q70_box.jpg 1920w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_2688x2688_fit_q70_box.jpg 2688w, /posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_3664x3664_fit_q70_box.jpg 3664w"
            sizes="100vw"
            src="/posts/2013/03/new-filters-haida-nd-set-and-hoya-polarizer/images/hoya-hd-cir-pl_hu2a4ed34c3c41f666e889ac6bcc1a40e4_470714_640x640_fit_q70_box.jpg"
            loading="lazy"
            class="animate-loading"
            data-aos="fade-in"
            
                style="max-width: 3664px;"
                width="3664"
                height="1962"
            
        />
    </a>

    

    
</figure>

<p>Now I only need good weather for the landscape work to start again. ;)</p>
]]></content></entry></feed>