<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Tutorial9 &#187; Photography Tutorials</title> <atom:link href="http://www.tutorial9.net/category/photography/feed/" rel="self" type="application/rss+xml" /><link>http://www.tutorial9.net</link> <description>Tutorial Bliss.</description> <lastBuildDate>Wed, 01 Sep 2010 21:12:27 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>Correcting and Preventing Chromatic Aberration</title><link>http://www.tutorial9.net/photography/correcting-and-preventing-chromatic-aberration/</link> <comments>http://www.tutorial9.net/photography/correcting-and-preventing-chromatic-aberration/#comments</comments> <pubDate>Mon, 12 Jul 2010 13:00:17 +0000</pubDate> <dc:creator>João Alves</dc:creator> <category><![CDATA[Photography Tips]]></category> <category><![CDATA[Photography Tutorials]]></category> <category><![CDATA[chromatic aberration]]></category> <category><![CDATA[color correction]]></category><guid isPermaLink="false">http://www.tutorial9.net/?p=5872</guid> <description><![CDATA[This article explains what causes Chromatic Aberration in Photography, how to prevent it, and how to fix it in Photoshop.]]></description> <content:encoded><![CDATA[<p class="important">When examining their photos closely, almost every photographer has come across a situation in which a colored halo (usually purple, green or red) is apparent around certain elements of a scene. This sort of optic anomaly, more commonly known as color fringing, is known as chromatic aberration. In this article we&#39;ll understand its causes and learn ways to easily avoid it both while shooting and in post-production.</p><div class="toc" id="toc"><p><span class="label">Quick Nav:</span></p><ul><li><a href="#1">What is chromatic aberration?</a></li><li><a href="#2">The (somewhat) simple physics</a></li><li><a href="#3">Camera lenses and chromatic aberrations</a></li><li><a href="#4">How to avoid it on the field</a></li><li><a href="#4">How to correct it in Photoshop</a></li></ul></div><h3 id="1">What is chromatic aberration?</h3><p>Chromatic aberration is an optical phenomenon in which the camera lens is unable to focus the different wavelengths of light on the same plane (in this case the image sensor) in order to produce a correct image, resulting in a halo or fringe around objects.</p><p>This is especially noticeable in high contrast situations and when shooting at wide apertures. Such a situation is presented below, where the hands of a statue were shot against a bright sky, resulting in a bad case of purple fringing.</p><div class="image-container full"> <img src="http://www.tutorial9.net/wp-content/uploads/2010/07/indian-chromatic-aberration-example.jpg" alt="Example of CA" width="590" height="465" /> <br /> <small>Image taken by <a href="http://www.flickr.com/photos/mikebaird/3951263425/">Mike Baird</a></small></p></div><p>It should be noted that color fringes may also be caused by other factors such as lens flare or the camera&#39;s sensitivity to the different wavelengths of light but since chromatic aberration is the most common cause it will be the main subject of this article.</p><p></p><div class="tip"><h4>I&#8217;m no Einstein!</h4><p>I should state that I am a photographer, not a physicist, so some parts of this article may not be entirely correct from a scientific point of view but I believe they&#39;re helpful constructs to understand these concepts. With that being said, let&#39;s get started. <img src='http://www.tutorial9.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p></div><h3 id="2">The (somewhat) simple physics</h3><p>As you might imagine, DSLR lenses are a complex piece of equipment but for the sake of simplicity, let&#39;s consider them as a single piece of glass.<br /> When light hits the lens it is refracted, ie, it changes direction. As most people probably know just by looking at the rainbow, visible light is comprised of different wavelengths which are perceived as different colors. What happens in this situation is that the different wavelengths are bent differently by the lens, causing them to diverge (a phenomenon known as <strong>dispersion</strong>) and hit different planes, as shown in the following diagram:</p><div class="image-container full"> <img src="http://www.tutorial9.net/wp-content/uploads/2010/07/chromatic-aberration.png" alt="How chromatic aberrations Work" width="590" height="365" /></div><p>This will cause the sensor to pick up &#34;misplaced&#34; colors at certain spots, resulting in the familiar chromatic aberrations.</p><div class="tip"><h4>Go to the corner!</h4><p>Chromatic aberration is usually more or less controlled in the center of the frame. It&#8217;s at the image corners that it is more troublesome.</p></div><h3 id="3">Camera lenses and chromatic aberrations</h3><p>In order to correct this problem, lens makers came up with ways to minimize the divergence of light waves. The cheapest solution is usually used in consumer level optics like the common 18-55mm kit lenses and is known as an <strong>achromatic lens design</strong>. It uses a second lens that has a different dispersion than the main lens and tries to converge the light rays in order to try to correct both spherical and chromatic aberrations that light suffers when passing through the first lens. However, this isn&#39;t a perfect process and small imperfections are still present.</p><div class="image-container full"> <img src="http://www.tutorial9.net/wp-content/uploads/2010/07/chromatic-aberration-achromatic.png" alt="Achromatic lens design" width="590" height="435" /><br /> <small>A simplified diagram demonstrating how achromatic lenses work</small></div><p>What is used in higher end lenses is an <strong>apochromatic lens design</strong>, in which a third element is added, correcting even further the aberrations.</p><div class="image-container full"> <img src="http://www.tutorial9.net/wp-content/uploads/2010/07/chromatic-aberration-apochromatic.png" alt="Achromatic lens design" width="590" height="428" /><br /> <small>A simplified diagram demonstrating how apochromatic lenses work</small></div><p>In addition to this design, lenses like the <strong>Canon EF 70-200mm F2.8L IS</strong> (and all other L lenses, for that matter) contain super-low dispersion glass, which as the name implies, doesn&#39;t disperse the different wavelengths as much, minimizing this problem. Because <strong>low dispersion materials</strong> like fluorite are usually used, the final lens cost is driven up quite a bit, which <strong>partly explains why they cost so much</strong> in the first place.</p><h3 id="4">How to avoid it on the field</h3><h4>Avoid high contrast situations</h4><p>This might seem like a no-brainer but it really helps to downplay the optic design imperfections, especially if using consumer level lenses like most of us do. Common suspects include fences, tree branches and shooting a subject against a bright sunny sky.</p><h4>Stop down your aperture</h4><p>While it is very tempting to use a wide aperture to get nice bokeh, if you get some fringing try to stop down the aperture at least one stop. This will greatly help minimize the visible aberrations.</p><h4>Avoid the extremes of your zoom lens</h4><p>Not only in life but also in photographic lenses it is said that virtue is in the middle. Zoom lenses usually perform better when using its middle focal lengths. For example, when using a 70-200mm zoom, shooting at 135mm will usually wield better results than at 200mm.</p><h4>Avoid super zoom lenses</h4><p>Unless you don&#39;t want to carry extra weight, like when going on vacations, avoid super zooms at all costs. They have terrible chromatic aberrations on the wide end. Alternatively, get some prime lenses, as they are generally optimized to reduce these optical artifacts and are relatively cheaper and lighter.</p><h3 id="5">How to correct it in Photoshop</h3><h4>After opening your image in Photoshop, go to <strong>Filter</strong> -> <strong>Distort</strong> -> <strong>Lens Correction&#8230;</strong></h4><div class="image-container full"> <img src="http://www.tutorial9.net/wp-content/uploads/2010/07/step1.png" width="328" height="416" alt="" /></div><h4>On the right side panel you should find a set of controls named <strong>Chromatic Aberration</strong>.</h4><div class="image-container full"> <img src="http://www.tutorial9.net/wp-content/uploads/2010/07/step2.png" width="328" height="416" alt="" /></div><p>Depending on your image, you should try to correct the fringing in the best way you can by adjusting the sliders. To do this in an optimal way <strong>make sure you are viewing the image at a magnification of 100% or more.</strong></p><p>You might have to move only one or both sliders: it all depends on the image you&#8217;re dealing with. In this case, I had to move both.</p><div class="image-container full"> <img src="http://www.tutorial9.net/wp-content/uploads/2010/07/step3.png" width="590" height="435" alt="" /></div><p>Moving the <strong>Fix Red/Cyan Fringe</strong> slider to the left will correct red fringes, while sliding to the right will conversely correct the cyan fringes. The <strong>Fix Blue/Yellow Fringe</strong> slider works in a similar fashion.</p><div class="tip"><h4>Don&#8217;t crop just yet!</h4><p>If you recall from earlier on, chromatic aberration is more prevalent on corners. Photoshop&#8217;s algorithm takes this into account so make sure you are editing the image in its original aspect ratio or else you&#8217;ll get weird results in some areas of the image. Correct first the aberrations and you can always crop later.</p></div><h4>The Before and After Using Photoshop</h4><div class="image-container full"> <img src="http://www.tutorial9.net/wp-content/uploads/2010/07/CA-before-and-after.jpg" width="475" height="546" alt="Chromatic Aberration Fixed" /></div> ]]></content:encoded> <wfw:commentRss>http://www.tutorial9.net/photography/correcting-and-preventing-chromatic-aberration/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Professional Post Production for Model Photography</title><link>http://www.tutorial9.net/photography/professional-post-production-for-model-photography/</link> <comments>http://www.tutorial9.net/photography/professional-post-production-for-model-photography/#comments</comments> <pubDate>Thu, 03 Jun 2010 13:00:51 +0000</pubDate> <dc:creator>Maciej Pestka</dc:creator> <category><![CDATA[Photography Tutorials]]></category> <category><![CDATA[Post Production Tutorials]]></category> <category><![CDATA[model photography]]></category> <category><![CDATA[photography post production tutorials]]></category> <category><![CDATA[professional photo retouching]]></category><guid isPermaLink="false">http://www.tutorial9.net/?p=5631</guid> <description><![CDATA[Learn how to edit your photographs to give them that magic touch seen in the magazines. This article is a continuation of a case study tutorial on: <a href="http://www.tutorial9.net/photography/professional-lighting-in-model-photography/">Professional Lighting for Model Photography</a>.]]></description> <content:encoded><![CDATA[<p class="important">Learn how to edit your photographs to give them that magic touch seen in the magazines. This article is a continuation of a case study tutorial on: <a href="http://www.tutorial9.net/photography/professional-lighting-in-model-photography/">Professional Lighting for Model Photography</a>.</p><div class="info"><h4>Starting with the Right Photograph</h4><p>If you followed my <a href="http://www.tutorial9.net/photography/professional-lighting-in-model-photography/">Professional Lighting tutorial</a> about setting up two strobe lights for photographing fashion, you will know where the image we are starting with came from.</p><p>You can also start with a professional taken photo from stock photo websites, or from any of your own projects.</p></div><h3 id="8">Original Shot</h3><div class="image-container alignright" ><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/raw-image.jpg" alt="Raw Shot" width="400" height="600" /></div><p>This is how raw image looks like. It was shot with Canon 400D, using kit lens 18mm-55mm at 55mm, f16 and exposure 1/125. ISO I used was 100 to keep noise level as low as possible, and my white balance was set to Flash light as we were shooting with strobe lights.</p><p>I have to say that when I chose this shot from whole bunch taken, I was pretty happy with it already. But my domain says that everything can be better, even if it seems to be perfect already.</p><p>It is very important to know what you want to do, before you start, to avoid complications in the process.</p><p>What I didn&#8217;t like straight away, was the shape of the bottom part of models face. Also, some colors seem to be a little bit off.</p><h3 id="1">Photoshops Camera Raw</h3><p>I like to use Photoshops Camera Raw, as it is integrated with Adobe Bridge and Photoshop, making my life a bit easier.</p><div class="image-container full" ><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/CameraRaw.jpg" alt="Settings in Camera Raw" width="577" height="501" /></div><p>I use Adobe Camera raw to fix colors to my own liking. I tweaked <strong>Temperature</strong> and <strong>Tint</strong> a little bit.</p><p>Next was fixing <strong>Vibrance</strong> and <strong>Saturation</strong> to even out some imperfections of the skin tones.</p><p>Last adjustment was changing of overall colour tones of the image. To do this I used the <strong>Split Toning</strong> tool in <em>Camera Raw</em></p><div class="tip"><h4>Don&#8217;t be Afraid to play around</h4><p>Color changes, contrast, saturation etc of an image are a very personal thing. It all depends on the effect you want to achieve.</p><p>Don&#8217;t be afraid to move these sliders! If something goes wrong in Camera Raw, you can always use Ctrl+Z (Windows) or Cmd+Z (Mac) to go back one step or Ctrl+Alt+Z (Win) / Cmd+Alt+Z (Mac) to go back step further.</p><p>If you are not happy with what you got, just click on <strong> Camera Raw Defaults</strong></div><p>Once you have the colors you are after, hit <strong>Open Image</strong> button to open it in Photoshop.<br /> This is how my shot looks like:</p><div class="image-container full"> <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('RawImage','','http://www.tutorial9.net/wp-content/uploads/2010/05/camera-raw-image.jpg',1)"><br /> <img src="http://www.tutorial9.net/wp-content/uploads/2010/05/raw-image.jpg" name="RawImage" width="400" height="600" border="0" id="RawImage" /></a></p><p>Rollover the image to see the difference that our adjustments made.</p></div><h3 id="2">Skin Imperfections</h3><div class="image-container full"><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/spots-and-blemishes.jpg" alt="Getting rid of Spots and Blemishes" width="600" height="450" /></div><p>After opening the photograph in <em>Photoshop</em>, the first thing you want to do is get rid of all the dust you have on your sensor, spots, blemishes <em>etc.</em> on the models face. I do this all with the <strong>Patch tool</strong>.</p><p>You have to be very careful, as this technique if over done tends to change, or even blur skin texture. <br />It takes time to master this technique, but trust me, it is worth that time practicing it.</p><h3 id="3">Defining Face Shape</h3><div class="image-container full"><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/face-sculpting.jpg" alt="Before and After Liquifying Face" width="600" height="450" /></div><p>Having dealt with imperfections in our photo, it is time to sculpt our models face a little bit with the <strong>Liquify tool</strong>. I mentioned earlier that in this shot, chin area is my main focus.</p><p>I like when the face is more defined by sharper lines in general, but that is personal preference.</p><h3 id="4">Airbrushing</h3><p>There are billions of airbrushing tutorials, everyone has their own way of doing it.</p><p>I like when it is done as natural as possible, but that can be achieved only if you did good work removing spots to begin with!</p><p>I always airbrush with the <strong>Stamp tool</strong> with opacity set to very low, around <strong>20%</strong>, and by hand. This allows us to sculpt a models face even more.</p><div class="image-container full"><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/aribrushing.jpg" alt="Airbrushing" width="600" height="450" /></div><p>As you can see difference between our before and after are very few. This is because it is very easy to go one step to far and change our model into an overdone plastic doll.</p><h3 id="5">Dodging &#038; Burning</h3><div class="image-container full"><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/doge-burn.jpg" alt="Dodging &#038; Burning" width="600" height="450" /></div><p>As we come closer to the finishing the image, Dodge &#038; Burn becomes a useful tool.</p><p>Again, be wary of overdoing it, as it might create an unnatural effect, and ruin all our hard work.</p><div class="tip"><h4>Too dark? Too Bright?</h4><p>To avoid an unnatural look, I zoom in and out, all the time, back and forth.</p><p>Sometimes it is a good idea to take few minutes brake from looking at the image to get your judgement back on track.</p></div><h3 id="6">Finishing Touches</h3><p>Now when most of our work is done, it&#8217;s time for finishing touches.</p><p>I darkened the background a bit and added a warming photo filter, to get that &#8220;punch&#8221; with a warm touch.</p><div class="image-container full"> <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','http://www.tutorial9.net/wp-content/uploads/2010/05/raw-image.jpg',1)"><br /> <img src="http://www.tutorial9.net/wp-content/uploads/2010/05/finished-image.jpg" name="Image10" width="400" height="600" border="0" id="Image10" /></a></p><p>Rollover the image to be stunned by the end result!</p></div><p>You&#8217;re welcome to download the source files from this project to take a closer look if you wish. I hope you enjoyed the process and results.</p><h3 id="7">Download the Source File</h3><div class="download"> <a href="http://www.tutorial9.net/wp-content/uploads/2010/05/raw-image.jpg">Download the Original Image</a></div> ]]></content:encoded> <wfw:commentRss>http://www.tutorial9.net/photography/professional-post-production-for-model-photography/feed/</wfw:commentRss> <slash:comments>39</slash:comments> </item> <item><title>Professional Lighting in Model Photography</title><link>http://www.tutorial9.net/photography/professional-lighting-in-model-photography/</link> <comments>http://www.tutorial9.net/photography/professional-lighting-in-model-photography/#comments</comments> <pubDate>Wed, 02 Jun 2010 13:00:09 +0000</pubDate> <dc:creator>Maciej Pestka</dc:creator> <category><![CDATA[Lighting Tutorials]]></category> <category><![CDATA[Photography Tutorials]]></category> <category><![CDATA[lighting in photography]]></category> <category><![CDATA[model photography]]></category><guid isPermaLink="false">http://www.tutorial9.net/?p=5620</guid> <description><![CDATA[This case study shows how lighting was manipulated to create the perfect environment for a fashion photoshoot.]]></description> <content:encoded><![CDATA[<p class="important">This case study shows how lighting was manipulated to create the perfect environment for a fashion photoshoot.</p><div class="toc" id="toc"><p><span class="label">Quick Nav:</span></p><ul><li><a href="#1">Finding Perfect Model</a></li><li><a href="#2">Setting Key Light</a></li><li><a href="#3">Background Light</a></li><li><a href="#4">Deflector, Reflector and Flag</a></li><li><a href="#5">Camera Settings</a></li></ul></div><h3>Materials Needed:</h3><ul><li>2 Strobes</li><li>Shoot Thru Umbrella</li><li>Big Octagonal Softbox</li><li>Tall Black Gobo (deflector)</li><li>Round Silver Reflector</li><li>Big Octagonal Softbox</li></ul><h3>A Case Study in Lighting</h3><p>This article in a close look at a project I recently worked on. Together with Stylist Natalie Svikle, we teamed up to create an fashion story that will be based on the way french woman dress. We called it L&#8217;Affaire Parissienne.</p><h3 id="1">Step 1: Finding Perfect Model</h3><p>It took a long time, before we found right model.<br /> We needed someone very soft and friendly on the face, with cheeky smile that will bring an under layer to the shoot.<br /> After about a week going through model books, we found <a href="http://www.compton.ie/stats/girls/CATHYB_b.shtml">Cathy</a> from <a href="http://www.compton.ie/">Compton Model Agency</a>, here in Dublin.</p><p>She was sweet, nice and most important for our project, she had that French quality, even though she is not French at all.<br /> She was the one we wanted&hellip;</p><div class="note"><h4>The Model is more important than you might think!</h4><p>Remember that the model is not only a pretty girl. She has to communicate with you very well too. In order to get desired look/pose, meet her before shooting to make sure that you are on the same page.</p></div><h3 id="2">Step 2: Setting Key Light</h3><div class="image-container full"><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/LightingSetup2.jpg" alt="Key Light Setup" width="600" height="600" /></div><p>I wanted to create a natural feel to the photographs. I decided to use an <strong>Octagonal Softbox</strong> as main light source, on tcamera right. Setting it up close to model will give very nice soft light wrapping around her face. This is similar to light you might get from the sun shining through light clouds.</p><p>Following idea of keeping light natural, the main source will have to be placed just above our models head, and pointed a little bit down. Keep an eye on the shadow under her nose and chin, they can&#8217;t be too long.</p><h3 id="3">Step 3: Background Light</h3><div class="image-container full"><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/LightingSetup3.jpg" alt="Background Light Setup" width="600" height="600" /></div><p>After setting my main light, I thought that the background (<em>even though it is white</em>) came out in my test shot too dark. Also, the model was casting a shadow which I didn&#8217;t want.</p><p>I needed additional light in the back. A <strong>Shoot Thru umbrella</strong> was the perfect solution: it gives nice, soft light, with quite an obvious hot spot. I placed it on the left of the camera.</p><p>As a White Shoot Thru umbrella is a type of light modifier that has very broad range of emitted light, it will also brighten up a whole scene a little bit. We will take care of this extra light in the next step.</p><div class="caution"><h4>Carefull!</h4><p>White Shoot Thru Umbrella&#8217;s used in the way described above will spill on the model, creating unwanted shine on the side of the subject.</p></div><h3 id="4">Step 4: Deflector, Reflector and Flag.</h3><div class="image-container full"><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/LightingSetup4.jpg" alt="Reflector and Deflector Setup" width="600" height="600" /></div><p>First of all we have to get rid of light spilling on our model from Background Light. To do this, I used Black Gobo (<em>a kind of flag used to block light</em>) as a Flag and at the same time it helped me to deepen the shadow on the models left side. Creating nice contrast between the well lit background and the model&#8217;s left side, I gain more focus on the clothes she is wearing.</p><p>Everything seemed to be ready for shooting. But shadows created by my key light, under the chin and nose, were a bit too dark.</p><p>A <strong>Silver Reflector</strong> was the perfect solution. Placed just under the camera, flat on the floor, the reflector bounced light coming from the key light and filled unwanted shadows with soft light.</p><h3 id="5">Step 5: Camera Settings</h3><div class="image-container full"><img src="http://www.tutorial9.net/wp-content/uploads/2010/05/RawImage.jpg" alt="L'Affaire Parisienne by Maciej Pestka" width="400" height="600"/></div><p>Everything was shot with simple <em>(yet powerful</em>) <strong>Canon 400D</strong> and kit lens <strong>18-55mm @ 55mm</strong>. As you can see, even with low budget camera it is possible to get very attractive shot.</p><p>My white balance was set to flash, I find it easier than  adjusting in Adobe Camera Raw. I used ISO 100 to get away from any possible noise, and thanks to f16  I could be sure that everything will be sharp in the shot (this is very important in fashion photography). Exposure time was 1/125.</p><p><em><p>photography: Maciej Pestka<br />Styling: Natalie Svikle<br />Makeup: Ciara Hanlon<br />Model: Cathy @ Compton</p><p></em></p> ]]></content:encoded> <wfw:commentRss>http://www.tutorial9.net/photography/professional-lighting-in-model-photography/feed/</wfw:commentRss> <slash:comments>47</slash:comments> </item> <item><title>Wildlife Photography Tips: Take Better Wildlife Photos</title><link>http://www.tutorial9.net/photography/wildlife-photography-tips-take-better-wildlife-photos/</link> <comments>http://www.tutorial9.net/photography/wildlife-photography-tips-take-better-wildlife-photos/#comments</comments> <pubDate>Thu, 05 Mar 2009 14:30:46 +0000</pubDate> <dc:creator>Jeremy Tolbert</dc:creator> <category><![CDATA[Photography Tips]]></category> <category><![CDATA[Photography Tutorials]]></category> <category><![CDATA[photography tips]]></category> <category><![CDATA[wildlife photography]]></category><guid isPermaLink="false">http://www.tutorial9.net/?p=3608</guid> <description><![CDATA[This post describes some basic tips to improve the quality of wildlife photography. Anyone interested in capturing more compelling images of animals will find it useful in furthering the development of their skills.]]></description> <content:encoded><![CDATA[<p></p><p class="important">This post describes some basic tips to improve the quality of wildlife photography. Anyone interested in capturing more compelling images of animals will find it useful in furthering the development of their skills.</p><div class="toc" id="toc"><p><span class="label">Quick Nav:</span></p><ul><li><a href="#1">Why Wildlife Photography?</a></li><li><a href="#2">Getting Close &amp; Keeping Steady</a></li><li><a href="#3">Practice Your Skills</a></li><li><a href="#4">Know your Subject</a></li><li><a href="#5">Capture Action!</a></li></ul></div><h3 id="1">Why photograph wildlife?</h3><div class="image-container alignright"> <img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/wearebusy.jpg" /></div><p><strong>Nature has been one of the primary subjects of photography  for over 115 years.</strong>  The natural beauty  that surrounds us in the form of landscapes, plants, and wildlife is a  compelling subject to capture in still images. </p><p>But more than that, the experience of taking photography of wildlife is  one of the most thrilling forms of the craft.   There is something deeply compelling—<em>almost primeval</em>—about sharing a  wooded glen with wild animals, gaining their trust, and documenting their  beauty and behavior. </p><p><strong>Wildlife is not the easiest subject to capture</strong>.  It often requires larger, telephoto lenses,  or if your interests lie in the tiny, macro lenses that allow for magnification  and close focusing.  Wildlife is most  active at dawn and dusk—time when light is not always cooperative.  Fast telephoto lenses are an option if you  have a nice line of credit available, but they’re not always necessary.  Today’s manufacturers have some more  affordable, slower telephotos that can be used to capture great wildlife  images. </p><p>In this article, I will share  with you some of the tips I have collected over the past several years in capturing  beautiful wildlife with my camera.</p><h3>Time to Invest in a New Camera?</h3><p>If you are truly interested in wildlife photography, you  will need a digital SLR camera.  Most of the  point-and-shoot models simply don’t have the reach you will need to safely photograph wild animals, and ultimately lack quality when it comes to taking a half decent photograph.</p><h4>Popular Digital SLR Cameras</h4><div class="recommended"><div class="item forbeginners"><div class="image-container alignleft"> <img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/nikon-d60.png" width="120" height="120" /></div><h4><a href="https://www.amazon.com/dp/B0012OGF6Q?tag=theleg0d-20&#038;camp=0&#038;creative=0&#038;linkCode=as4&#038;creativeASIN=B0012OGF6Q&#038;adid=1PRQHYPHJFA11V16KYXM&#038;">Nikon D60 10.2MP <span class="red">($484.43)</span></a></h4><p>A great starter camera that comes with a 18-55mm f/3.5-5.6 Lens. If you&#8217;re just looking to get started with Digital Photography, this is a nice starting point and won&#8217;t require a huge investment up front.</p></div><div class="item odd"><div class="image-container alignleft"> <img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/canon-rebel-xti.png" width="120" height="120" /></div><h4><a href="https://www.amazon.com/dp/B000I1ZWRC?tag=theleg0d-20&#038;camp=0&#038;creative=0&#038;linkCode=as4&#038;creativeASIN=B000I1ZWRC&#038;adid=08H8PT8CHDHCYHW3SGMH&#038;">Canon Digital Rebel XTi 10.1MP <span class="red">($599.95)</span></a></h4><p>Essentially the same package you get with the Nikon D60, only from Canon. If you&#8217;re a Canon person, you may prefer this setup.</p></div><div class="item"><div class="image-container alignleft"> <img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/canon-rebel-xsi.png" width="120" height="120" /></div><h4><a href="https://www.amazon.com/dp/B0012YA85A?tag=theleg0d-20&#038;camp=0&#038;creative=0&#038;linkCode=as4&#038;creativeASIN=B0012YA85A&#038;adid=1W4TJHQN93JCCG3AVQDT&#038;">Canon Digital Rebel XSi 12.2MP <span class="red">($679.99)</span></a></h4><p>Another fine choice for starting photographers (includes the stock 18-55mm f/3.5-5.6 Lens).The additional $100 buys you several notable improvements from the XTi, plus an extra 2MP for slightly higher image resolution.</p></div><div class="item odd sweetbuy"><div class="image-container alignleft"> <img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/nikon-d90.png" width="120" height="120" /></div><h4><a href="https://www.amazon.com/dp/B001ET5U92?tag=theleg0d-20&#038;camp=0&#038;creative=0&#038;linkCode=as4&#038;creativeASIN=B001ET5U92&#038;adid=13EDV9XG1HNCT6CXTY5A&#038;">Nikon D90 12.3MP <span class="red">($920.00)</span></a></h4><p>The D90 made quite an entrance into the marketplace of Digital SLRs after it was announced that it included a High Definition (<em>720p</em>), smooth (<em>24fps</em>) video capture feature. It&#8217;s a Digital Camera, and Video Camera that performs incredibly well for its price tag. No lens included.</p></div><div class="item"><div class="image-container alignleft"> <img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/canon-eos-5d.png" width="120" height="120" /></div><h4><a href="https://www.amazon.com/dp/B001G5ZTLS?tag=theleg0d-20&#038;camp=0&#038;creative=0&#038;linkCode=as4&#038;creativeASIN=B001G5ZTLS&#038;adid=1XCATF7R7R90YV03495Y&#038;">Canon EOS 5D Mark II 21.1MP <span class="red">($2,892.03)</span></a></h4><p>This isn&#8217;t the camera you buy unless you&#8217;re really taking Photography seriously (<em>and you&#8217;ve probably been doing it professionally for a while if you&#8217;re even considering purchasing</em>). Oh, and it has HD video up to 1080p, though there are some setbacks. More research is suggested if you&#8217;re looking into getting this. Lens sold separately.</p></div></div><h3 id="2">Getting Close &amp; Keeping Steady</h3><p><em>Animals are inherently more sensitive to the shape and form  of an upright human being than they are to vehicles.</em>  You can attribute this to the thousands of  years we’ve spent hunting them for food.   The fear that animals have for humans is well deserved.  Many wildlife photographers use expensive and  complicated blinds to hide their presence from animals.  In the right circumstances though, you  already have a working blind—<strong>your vehicle.</strong></p><p>Some more cautious animals will flee at the sight of a  vehicle.  Kestrels, for instance, flee at  the sight of a car as much as they do a human being.  But many species feel much more comfortable  around them than they do people, especially in national parks where vehicles  are a common sight, such as Rocky Mountain National Park  or Yellowstone.   I can’t tell you how many times I’ve been  able to get remarkably close to elk in <a href="http://www.nps.gov/romo/planyourvisit/index.htm" title="Rocky Mountain National Park">Rocky Mountain   National Park</a>. </p><p>Unfortunately too often, a tourist with a  point-and-shoot camera comes along and steps out of their vehicle and  approaches the animals.  The elk shy away  or bolt into the trees, and my shoot is over.</p><p>Stabilizing your camera inside a car isn’t often easy.  You can set up some tripods so that you can  shoot from the driver or passenger seat, but some wildlife photographers find  the tripod too constrictive, especially when photographing animals on the  move.</p><div class="image-container extra-large"> <img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/photography-stances.png" width="600" height="300" /></div><p>In those situations, your window is your friend.  Roll up your window to the level at which you  want to set your lens.  Buy some cheap  pipe insulation with a slit down one side at any hardware store. Slip this over  the edge of the glass of your window and you can comfortably rest your lens on  the edge.   I have seen photographers use  bean bags for the same purpose. </p><p>Remember the rule of thumb to eliminate camera shake:  you should be shooting at a shutter speed at or above the effective focal length of your  lens.  That means if you shoot like I do  with a 70-300mm lens on an Olympus body with a  2x sensor <a href="http://www.tutorial9.net/photography/crop-factor/" title="Crop Factor"><strong>crop factor</strong></a>, you need a shutter speed of at least 1/600th  of a second to help ensure that your image will be as sharp as it can be. </p><p>Tripods and the window edge trick can help  lower this shutter speed, as well as cameras or lenses with image  stabilization.  The kind of blur we’re  talking about isn’t always obvious when you check an image with your LCD.  With this rule of thumb, you help reduce the  chances of being disappointed with what you thought were great shots in the  field, but turned out to be blurry or soft when loaded onto your computer. Don&#8217;t be afraid to increase your ISO to get the shutter speeds you need. When shooting fast-moving animals such as birds in flight, you may want a shutter speed as high as 1/1000th of a second to freeze your subject. And of course, <a href="http://www.tutorial9.net/photography/standing-steady-proven-ways-to-reduce-shake-in-photography/" title="Standing Steady: Proven Ways to Reduce Shake in Photography">proper technique in stabilizing your camera</a> can go a long way.</p><p>Most photographer recommend that you use at least a 300mm (35mm equivalent) telephoto for wildlife photography (if you need to learn more about different kinds of lenses, <a href="http://www.tutorial9.net/photoshop/interface/lenses-and-focal-length/" title="Lenses and Focal Length Photography Tutorial">this article can help</a>) . Any less and you will have  difficulty filling the frame with your subject. But no matter how much reach your longest lens gives you, you&#8217;ll always be left wanting more. <strong>Teleconverters</strong> can be used, at the cost of sharpness and f-stops, but for bird photography involving small subjects, they may be your best option.</p><div class="image-container extra-large"><img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/getting-close-example.jpg" width="600" height="320" alt="How NOT to get close to wildlife." /></div><h3 id="3">Practice Your Skills</h3><p>Before spending a fortune on a photography expedition to Africa, hone your skills in your own backyard. My area of Colorado  is rife with red-winged blackbirds in the spring.   They can be found around nearly any body of water, and the males are  claiming and protecting territory from nearly every tree branch or  cattail.  Their focus on competitors and  attracting a mate means that their guard is down more than it would be at other  times, and the cattails they often frequent are conveniently located at eye  level. </p><p>I have found that red-winged  blackbirds are an excellent “practice subject” to work on my skills of  approach, framing, and general technical work (exposure, focus, and the general  fiddling of knobs and buttons).  They are  common enough that if you blow an approach by moving too quickly or loudly,  another will most likely present itself shortly.  But they are not so easy to catch.  Dark subjects against light backgrounds can  be a technical challenge, and learning to expose the blacks of their feathers  along with that red patch can really hone your skills.</p><p>Blackbirds may not be common in your area, but most likely,  some form of wildlife frequents the parks and fields in your area.  Find a good “practice subject” and work on  your basics, so that when you go after bigger, more impressive animals, you  will have a solid foundation in the basic techniques and you will stand a  better chance of capturing a great image.</p><div class="image-container extra-large"><img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/practice-example.jpg" width="600" height="300" alt="Red-winged blackbirds are a good subject with which to practice." /></div><h3 id="4">Know Your Subject</h3><p><strong>Get to know your subject’s behavior. </strong> Read books and talk with hunters or experts  on the species.  Your local university  may have researchers who special in the animal you’re trying to capture.  Politely ask them for tips via email—often  they will be more than happy to share their expertise, provided you’re  respectful of the animals. </p><p>Some knowledge you will only gain through experience.  I’ve spent most of the winter travelling to Rocky Mountain   National Park on a weekly  basis.  Of particular interest in this  park are the herds of wild elk.  A large  bachelor herd is my favorite subject, but finding them in time for the good  light was not easy at first. Over time, and through trial and error, I began to  understand how weather affected which altitudes the animals could be found  at.  Colder weather or snow would push  them down into lower elevations where it they were easier to find and  photograph.  Also, I learned which park  entrances they were most likely to be near at the time of  day I was photographing them.  Other photographers in your area may be able  to share this information, but I think if you can spare the time, it’s more  fulfilling to learn their behavior on your own.</p><p>Speaking of parks, the local rangers and park staff are an  excellent resource for learning the activities and whereabouts of great  subjects.  I often swing into the pay  station later in the morning to chat with the rangers about how things have  been inside the park.  As amateur  photographers, we’re not able to spend all of our time out there, but the  rangers do, and they excellent resources at your disposal.</p><div class="image-container extra-large"><img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/know-your-subject-example.jpg" width="600" height="300" alt="Learning the movements of the elk allowed me to capture this shot of sparring." /></div><h3 id="5">Capture Action!</h3><p>Starting out, I was content to capture any animal in focus,  properly exposed, and decently composed.   I didn’t care so much what they were doing in the image, so long as I  got them in the shot and they weren’t just a speck in the distance.  As you develop your other skills, however,  you will find that the most compelling and successful images are one that  capture an animal in action.  It’s common  sense, but often, we forget in the excitement of just being near the animal  that that closeness is not easily conveyed through still photography. </p><p><strong>Capturing action requires more patience than just  getting the animals in the frame</strong>.  It’s  nearly impossible to approach an animal without impacting its behavior  somewhat.  They will often be rattled or  cautious in your presence.  It takes time  for the animal to settle back into its routine, to forget that you’re watching. </p><p>Increase your chances of capturing hunting or feeding  behavior by photographing at dawn and dusk.   The <strong>golden hour</strong> is great not just for light but for locating  wildlife as well.  Many animals are nocturnal or  at the least crepuscular, so they are on the move at these times.  Being out half an hour before sunrise or an  hour before sunset will help ensure that you find your subjects when they’re  doing something more interesting than chewing their cud.</p><p><strong>One last tip</strong> for capturing action with birds of prey was recently  shared with me by wildlife photographer <a href="http://www.vicschendel.com/" title="Nature Photography by Colorado Photographer Vic Schendel">Vic Schendel</a>.   In his years of wildlife photography, he’s  discovered that raptors often defecate shortly before taking flight.  When you have the bird in your frame, and you  see this happen, starting firing off shots, because you are likely to catch a  much more impressive image of the bird taking flight than if you had taken a  shot while it rested on a tree branch or telephone wire.</p><div class="image-container extra-large"><img src="http://tutorial9.s3.amazonaws.com/uploads/2009/03/capture-action-example.jpg" width="600" height="300" alt="A bald eagle tears off a branch to make its nest." /></div> ]]></content:encoded> <wfw:commentRss>http://www.tutorial9.net/photography/wildlife-photography-tips-take-better-wildlife-photos/feed/</wfw:commentRss> <slash:comments>61</slash:comments> </item> <item><title>Your Rights as a Photographer</title><link>http://www.tutorial9.net/photography/your-rights-as-a-photographer/</link> <comments>http://www.tutorial9.net/photography/your-rights-as-a-photographer/#comments</comments> <pubDate>Fri, 19 Sep 2008 14:00:07 +0000</pubDate> <dc:creator>Fredrik Silverglimth</dc:creator> <category><![CDATA[Photography Basics]]></category> <category><![CDATA[Photography Tutorials]]></category><guid isPermaLink="false">http://www.tutorial9.net/?p=1015</guid> <description><![CDATA[Don't find yourself in a situation where you could face legal action. Understand your rights, and your responsibilities as a photographer, as well as the importance of Model Releases.]]></description> <content:encoded><![CDATA[<p></p><p>Photographers keep facing more and more questions and charges for breaking the law, making it important now so more than ever to understand your rights and responsibilities as a photographer. In this article, we&#8217;ll go over such rights, as well as Model Releases.<span id="more-1015"></span></p><div class="note spacer">First a quick note, your rights and the laws surrounding photography <strong>vary from country to country</strong> and even from state to state, so always make sure what laws are in force in your area.</div><h3>Where and What can I photograph?</h3><p><img class="alignright size-full wp-image-1017" src="http://tutorial9.s3.amazonaws.com/uploads/2008/06/photographersrights.jpg" alt="Know your rights" width="333" height="500" /><strong>The general rule</strong> is that you can photograph mostly anything you like as long as it&#8217;s in a <strong>public place</strong>. You do not need to have permission to photograph in public, this include photographing building and parks as well as people that are in public areas.</p><p>If you&#8217;re on public property you can even photograph private property, for example standing on the street and photographing someone&#8217;s garden. If you are on private property you can photograph until someone ask you to stop (a sign prohibiting photography counts as well) and you must obey such a request.</p><p>There are <strong>exceptions to this rule</strong>, for example military installations or other subjects that can be classed as national security. However infrastructures such as bridges are not included in such a list. Another exception is, even in a public space, places like dressing rooms, restrooms or people entering their code at the ATM machine — photographing at these places counts as invading a person&#8217;s privacy.</p><p>So to summarize, here are some examples of things you can photograph, if you&#8217;re in a public space you can photograph adults, children, law enforcement officers, accidents, criminal activities, celebrities, airports and train stations.</p><h3>What to do when people question you</h3><p>There is a good chance that somewhere along the way in your photography experience, someone is going to confront you. Everything from regular citizens to security personal and law enforcement officers might question your activity and ask you to stop photographing. They might say it&#8217;s for security reason and refer to acts like terrorism, <strong>this is not a valid reason for them to ask you to stop</strong> what you are doing. <strong>As long as you&#8217;re in a public space you have the right to photograph.</strong></p><p><strong>First of all, act politely and stay as calm as possible.</strong> You do not need to explain why you are there or what you are photographing. In most cases you do not need to disclose your identity (depending on your country/state you might need to do so if it&#8217;s a law enforcement officer that is requesting).</p><p><strong>You do not need to give them your camera/memory card nor do you need to delete the images.</strong> Unless they have a court order or are arresting you (again, depending on your location) they have no right to take your equipment.</p><p>If you are asked to delete photographs or asked to hand over your equipment ask for their identity and who they work for. Also ask what legal reason they cite for doing this to you. If this happens to you, you might want to consider taking legal action or contact your local newspaper.</p><h3>How and Where can I use/publish my photographs?</h3><p>Okay, so you have the right to photograph mostly anything, but are you allowed to do whatever you want with the photographs you took? The short answer is: No, there are rules and laws surrounding how you publish and distribute your photographs.</p><p>Once again, I cannot stress this enough, the laws are not the same all around the world so make sure you know what the laws says in your area before you do something you will later regret. A wrong decision can end up costing you a lot of money, not to mention your reputation as a respectable photographer.</p><p>In most areas <strong>the main difference in your rights is depending on if the photograph is used commercially or not.</strong> If your photograph is not commercial, i.e. considered art, you have much more rights to publish and use your photograph. For example, in most countries you are allowed to publish and sell photographs that are considered art without a legal release from the model/person in the photo. This means that you can go around the city photographing people in everyday situations and sell the prints or have a show at a gallery without notifying the people you photograph.</p><p>However if you intend to use the photograph in any commercial situation you will need a model release from the model. An important note is that if you sell the photograph to a commercial agency they are responsible for getting the model release from both the model and you as the photographer. If they publish your photograph without a model release you are not to blame — however all serious agencies requires a model release for every photograph they buy.</p><p>There is one gray spot though, photographers <strong>portfolios</strong>. They are used to display your work, just like commercials, but in most countries they are considered art and you do not need a model release to publish a photo on your portfolio.</p><p><strong>News photographs</strong>, even though they can be used to sell newspapers, do not require a model release to be published and sold.</p><p>As you can see this is a rather <strong>complex issue</strong>, and I haven&#8217;t even talked about how different it is from country to country, so it&#8217;s important that you check this yourself before doing a job.</p><h3>Model release</h3><p>I&#8217;ve talked quite a lot about model release, which is a form of a <strong>legal document</strong> that basically states that you as a photographer holds the rights to the photograph and can do what you want with it. These legal releases can be made very simple or they can be quite detailed; in most cases a simple one will do just fine. Before doing a large-scale job, contacting a lawyer will be well worth the money to avoid any legal problems later on.</p><p>I have designed two different samples of model releases, which could be used as a guide to what you might need/want. <strong>These samples are not intended for actual use, they are supplied as guides and should be used as such.</strong></p><p>The first one is a standard model release to be used when photographing a model for commercial use. It gives the photographer complete rights to the photographs.</p><p><a title="Download Model Release Sample 1" href="http://tutorial9.s3.amazonaws.com/uploads/2008/06/modelrelease_sample1.pdf"><img class="aligncenter size-full wp-image-1018" src="http://tutorial9.s3.amazonaws.com/uploads/2008/06/modelrelease1.jpg" alt="Download Model Release Sample 1" width="591" height="200" /></a></p><p>The second one is a specific model release for a type of modeling that is becoming more and more common, <strong>Time-For-Print</strong>. Time-For-Print is the idea that the model gives you his/her time and for that they receive an agreed upon amount of prints for compensation. This is common for models starting out and wanting to build up a portfolio and for photographers doing the same thing. This model release is more flexible and gives options on what compensation the model is expected to receive.</p><p><a title="Download Model Release Sample 1" href="http://tutorial9.s3.amazonaws.com/uploads/2008/06/modelrelease_sample2.pdf"><img class="aligncenter size-full wp-image-1019" src="http://tutorial9.s3.amazonaws.com/uploads/2008/06/modelrelease2.jpg" alt="Download Model Release Sample 2" width="591" height="200" /></a></p><p>If you&#8217;re doing a planned photography session with people; models, weddings, children etc. always have them sign a model release. <strong>It&#8217;s for your own safety!</strong> Do not just throw the paper on the counter and force them to sign it, it&#8217;s important that they understand what they are signing and explain what it is. They are signing away their rights to the photograph of themselves or their children; it&#8217;s understandably that they might have some questions or concerns so you should be thorough.</p><div class="note"><strong>DISCLAIMER</strong></p><p>I am not a lawyer and this text should not be seen as legal advice. If you need legal advice contact a local lawyer whom have knowledge in this field.</p><p>Laws are different from country to country and even state-to-state, so contact a lawyer or local law enforcement office for specific laws in your area. Another good advice is to contact a local newspaper, they often have good knowledge what photography related laws are in place in the area they work in.</p></div> ]]></content:encoded> <wfw:commentRss>http://www.tutorial9.net/photography/your-rights-as-a-photographer/feed/</wfw:commentRss> <slash:comments>99</slash:comments> </item> <item><title>Photography Troubleshooting: No More Bad Photos</title><link>http://www.tutorial9.net/photography/troubleshooting/</link> <comments>http://www.tutorial9.net/photography/troubleshooting/#comments</comments> <pubDate>Wed, 03 Sep 2008 15:00:18 +0000</pubDate> <dc:creator>Fredrik Silverglimth</dc:creator> <category><![CDATA[Photography Basics]]></category> <category><![CDATA[Photography Tutorials]]></category><guid isPermaLink="false">http://www.tutorial9.net/?p=565</guid> <description><![CDATA[Running into problems when taking photographs over, and over again? Here's a handy guide that will help you troubleshoot your problems, and improve your shots all at once!]]></description> <content:encoded><![CDATA[<p></p><p><em>Running into problems when taking photographs over, and over again? Here&#8217;s a handy guide that will help you troubleshoot your problems, and improve your shots all at once!</em></p><p><strong>Rather than stretch this out over several articles, it seemed like a good idea to provide solutions to common problems in Photography all in one informative list. Please be sure to ask any questions if you&#8217;re having problems not mentioned here!</strong><span id="more-565"></span></p><p></p><div class="clear"></div><h3>Blurry Images Caused by Poor Focus</h3><p><a href="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_focus.jpg"><img class="alignleft size-full wp-image-567" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_focus.jpg" alt="" width="150" height="150" /></a>Photos that aren&#8217;t sharp are almost always caused by focus problems — either you, or the auto focus didn&#8217;t do their job correctly. If you are using auto focus and still get blurred photos it might be because the camera used another focusing point rather than the one thought you intended to use. Another reason might be the setting of the focus and then moving the camera without refocusing.</p><div class="clear spacer3"></div><h3>Blurry Photos Caused by Camera Shake</h3><p><img class="alignleft size-full wp-image-568" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_shake.jpg" alt="" width="150" height="150" />Camera shake is a result of unsteady hands or a too long of a exposure. To counter this you can change the shutter speed, or make the exposure time shorter. If you don&#8217;t want to change the aperture you can always change the ISO setting. Higher ISO will create noise, but noise is better than a blurry image caused by too long of a exposure time. <strong>Another option is to use a tripod or monopod.</strong></p><p>For more information about this topic, you may like to read our tutorial on <a href="http://www.tutorial9.net/photography/standing-steady-proven-ways-to-reduce-shake-in-photography/">Proven Ways to Reduce Camera Shake</a>.</p><div class="clear spacer3"></div><h3>Stop Motion Blur in Photographs</h3><p><img class="alignleft size-full wp-image-569" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_motion.jpg" alt="" width="150" height="150" />This is the result of photographing a moving object with a too long exposure… <em>no matter how steady you are</em>. A faster shutter speed is the only solution in this problem — <strong>some action sports require speeds as quick as 1/1000+.</strong></p><div class="clear spacer3"></div><h3>Too Much Contrast</h3><p><img class="alignleft size-full wp-image-570" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_hcontrast.jpg" alt="" width="150" height="150" />The sensor is not able to pick up the whole spectrum of light and expose it correctly in some situations. Unless you want to manipulate your photographs in post-production (such as HDR) you have two options: either select the part of the scene that is most important to expose correctly, or use a graduated ND filter to get the entire scene exposed correctly (<em>primarily used in landscape photography</em>).</p><div class="clear spacer3"></div><h3>Add More Contrast</h3><p><img class="alignleft size-full wp-image-571" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_lcontrast.jpg" alt="" width="150" height="150" />Low contrast can be a result from photographing in bad lighting conditions, or in unique instances, environments can play a role in this problem <em>(such as a snowy landscape)</em>. This is most often easily fixed in Photoshop by using the adjustment layer Levels to change the black and white point. The example photograph is lacking contrast due to stray light reaching the sensor, which can be countered by using a lens hood.</p><p>Here&#8217;s a good article that shows how to <a href="http://www.tutorial9.net/photography/digital-adjustments/">Correct Lighting and Contrast Problems in Photoshop</a>.</p><div class="clear spacer3"></div><h3>Prevent Lens Flares</h3><p><img class="alignleft size-full wp-image-572" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_flare.jpg" alt="" width="150" height="150" />A lens flare is created when the lens picks up stray light. The best way to block out this unwanted light is to use a lens hood. Different lenses create different lens flares — cheaper lenses usually create uglier flares than high-end lenses, but even with a high-end lens one should always use a hood to minimize the risk.</p><div class="clear spacer3"></div><h3>Prevent Double Lights</h3><p><img class="alignleft size-full wp-image-573" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_doublelight.jpg" alt="" width="150" height="150" />This is an optical effect that can occur in low light situations in combination with some (often cheaper) lenses. <strong>A UV filter can increase this effect, so if you notice these types of odd lights on your night photographs you might want to consider removing the UV filter for the duration of the shoot.</strong></p><div class="clear spacer3"></div><h3>Underexposure</h3><p><img class="alignleft size-full wp-image-574" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_underex.jpg" alt="" width="150" height="150" />Not enough light reached the sensor, you need to change the exposure settings to get a correctly exposed photograph. Either a slower shutter speed, a larger aperture or higher ISO — or all of them combined.</p><p>Read more about <a href="http://www.tutorial9.net/photography/exposure-camera-modes/">Exposure in Photography</a>.</p><div class="clear spacer3"></div><h3>Overexposure</h3><p><img class="alignleft size-full wp-image-575" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_overex.jpg" alt="" width="150" height="150" />Too much light reached the sensor — you need to change the exposure settings to get a correctly exposed photograph. Either a faster shutter speed, a smaller aperture or lower ISO — or all of them combined.</p><p>Read more about <a href="http://www.tutorial9.net/photography/exposure-camera-modes/">Exposure in Photography</a>.</p><div class="clear spacer3"></div><h3>Dark Corners — Vignette</h3><p><img class="alignleft size-full wp-image-576" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_vignette.jpg" alt="" width="150" height="150" />Vignette are dark corners in a photograph, which occur when the light is not evenly distributed on the sensor or when the flash just lights up the center of a shot.</p><p>Many lenses, even high-end, create this effect when opened wide (largest aperture). <strong>To fix this problem simply stop down the aperture a few stops and this should even out the distribution.</strong></p><div class="clear spacer3"></div><h3>Lens distortion</h3><p><img class="alignleft size-full wp-image-577" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_distortion.jpg" alt="" width="150" height="150" />Mostly a problem when photographing architecture with a wide-angle lens. A lens below 50mm usually creates some distortion but in most cases this is not visible. However when you are photographing straight lines (such as buildings), standing close to the object and pointing the camera upwards you will more easily see these distortions. Take a few steps backward or change to a more suitable lens.</p><p>For more information, read our article about different <a href="http://www.tutorial9.net/photoshop/interface/lenses-and-focal-length/">Camera Lenses</a>.</p><div class="clear spacer3"></div><h3>Skewed horizon</h3><p><img class="alignleft size-full wp-image-578" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_skewed.jpg" alt="" width="150" height="150" />You were either holding the camera skewed or the tripod was set up uneven. Some DSLR cameras have the ability to change the focusing screen and install one that has guidelines. This is rather easily fixed in post-production by rotating the image, but you will loose some of the edges.</p><div class="clear spacer3"></div><h3>Red eyes</h3><p>This effect occurs when the flash is located close to the lens and is a common problem with our modern point-and-shoot-cameras due to their placement of the flash. To prevent red eyes, do not use the cameras internal flash if your camera has one. Use an external flash that you can bounce on a wall or on the ceiling.</p><div class="clear spacer3"></div><h3>Reduce Noise in Photographs</h3><p><img class="alignleft size-full wp-image-584" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_noise.jpg" alt="" width="150" height="150" />Most likely due to a high ISO setting, but can also be caused by long exposures. To prevent noise, use a low ISO setting. If you have photographs with much noise you can always use a software to remove it, such as Photoshop or Noise Ninja, though some detail will be lost of course.</p><p>You can learn more about ISO, Aperture, and other essential subjects in our <a href="http://www.tutorial9.net/photography/photography-basics/">Photography Basics</a> article.</p><div class="clear spacer3"></div><h3>Photo is yellow/orange tinted</h3><p><img class="alignleft size-full wp-image-583" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_tinty.jpg" alt="" width="150" height="150" />The camera is most likely to have miscalculated and thought the photograph was outdoors and added orange tones to compensate. The white balance is the fault here, and if you&#8217;re <a href="http://www.tutorial9.net/photography/the-power-of-raw-photography/">photographing in RAW</a> there&#8217;s no problem since you can easily just change the white balance to a desired level. If you&#8217;re not using RAW-files then you might want to check your settings in the camera — <em>most cameras have W/B setting for indoors and outdoors, as well as custom settings and auto</em>. The fault could also be that you used a flash that bounced off an orange surface as well, so try to always bounce the flash at a neutral surface, such as gray.</p><div class="clear spacer3"></div><h3>Photo is blue tinted</h3><p><img class="alignleft size-full wp-image-579" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_tintb.jpg" alt="" width="150" height="150" />These photographs look very cold and are most likely due to a miscalculation by the camera and just like the previous problem discussed, you can fix it the same way. Another reason why a photograph can get a blue tint is because of large amounts of UV-light, to reduce this problem use a UV-filter that prevents the UV-light to reach the sensor without affecting the overall quality of the photograph. (Not a problem for most digital SLR cameras.)</p><div class="clear spacer3"></div><h3>Photo is half black</h3><p><img class="alignleft size-full wp-image-580" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_flashsync.jpg" alt="" width="150" height="150" />The flash doesn&#8217;t sync correctly with the camera (shutter). This problem was more predominant before the digital era, but old flashes can still cause problems with newer technology. Either buy a new flash or learn which shutter speeds work best — 1/125 and 1/60 are usually good.</p><div class="clear spacer3"></div><h3>Chromatic aberration</h3><p><img class="alignleft size-full wp-image-581" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_ca.jpg" alt="" width="150" height="150" />Chromatic Aberration (sometimes also called &#8220;purple fringing&#8221;) is an optical effect and it&#8217;s seen as purple edges around an object, sometimes green edges on the opposite side are also visible. This effect is most common in situations with strong contrast, such as sunlight against dark objects or black text on white background. The problem is more prominent on zoom lenses, the longer the range the worse the problem usually is. To prevent it you could use a smaller aperture — <em>shooting with the lens wide open will enhance the problem</em>.</p><div class="clear spacer3"></div><h3>Sensor Dust</h3><p><img class="alignleft size-full wp-image-582" src="http://tutorial9.s3.amazonaws.com/uploads/2008/04/trouble_dust.jpg" alt="" width="150" height="150" />These gray spots are usually caused by sensor dust. The best way to get rid of this problem is to keep your gear clean and dust free. The sensor is very sensitive and cleaning it will mean that you expose it to further risks. Some photographers send their cameras to be cleaned while others clean the sensor themselves. Choose which option you like best.</p><div class="clear spacer3"></div><h3>Want to Learn More About Photography?</h3><p>If you&#8217;d like to learn more about Photography, Lenses, and Equipment, be sure to see the rest of our <a href="http://www.tutorial9.net/category/photography/">Photography Tutorials</a>! If you&#8217;re a beginner, you may want to check out our <a href="http://www.tutorial9.net/photography/photography-basics/">Photography Basics</a> Tutorial. Also feel free to leave a comment here, and someone will try to answer your questions as quickly as possible!</p> ]]></content:encoded> <wfw:commentRss>http://www.tutorial9.net/photography/troubleshooting/feed/</wfw:commentRss> <slash:comments>40</slash:comments> </item> <item><title>Crop Factor (Focal Length Multiplier)</title><link>http://www.tutorial9.net/photography/crop-factor/</link> <comments>http://www.tutorial9.net/photography/crop-factor/#comments</comments> <pubDate>Wed, 16 Jul 2008 13:00:50 +0000</pubDate> <dc:creator>Fredrik Silverglimth</dc:creator> <category><![CDATA[Photography Basics]]></category> <category><![CDATA[Photography Tutorials]]></category><guid isPermaLink="false">http://www.tutorial9.net/?p=876</guid> <description><![CDATA[The Crop Factor is a term that can be heard quite often in the world of digital photography. What does it mean that a camera has a crop factor of 1.6x and how does it affect your focal length? We try to untangle this issue and describe it as clearly as possible.]]></description> <content:encoded><![CDATA[<p></p><p>The Crop Factor is a term that can be heard quite often in the world of digital photography. What does it mean that a camera has a crop factor of 1.6x and how does it affect your focal length? We try to untangle this issue and describe it as clearly as possible.<span id="more-876"></span></p><p>The subject of crop factors and focal length multiplier can be a bit confusing and hard to understand at first — I will try to explain it as simple as possible but yet informative enough for you to get the entire picture.</p><p><strong>The size of the sensor</strong> is what controls the crop factor, and it&#8217;s always compared to a <strong>35mm film</strong> size. So when people talk about <strong>Full Frame</strong> they are talking about cameras that have a sensor the same size as a 35mm film (24x36mm).</p><p><img class="aligncenter size-full wp-image-878" src="http://tutorial9.s3.amazonaws.com/uploads/2008/05/crop-factor-photo.jpg" alt="" width="590" height="590" /></p><p>As you can see in the illustration above, a body with a <strong>crop factor captures only the center part of the image</strong>. The image itself is round because that&#8217;s what the lens produces, and the sensor only picks up the light that reaches it. A full frame sensor will capture edge to edge of what the lens capture.</p><p>It&#8217;s important to know that the crop factor changes the field of view, it doesn&#8217;t actually change the focal length, since that is something that is decided by the design of the lens. The same results could be produced by taking a photograph with a full frame camera and crop it to only show the center — however it would require a camera with a good enough sensor that such a small crop would still produce a good quality image. These high-end sensors are currently only found in the top of the line cameras from Nikon and Canon.</p><p>What it also means is that <strong>the perspective doesn&#8217;t change with the crop factor</strong>, if you stand on the same spot and take a photograph with a full frame camera with a 50mm lens and then take another photograph with a 1.6x crop factor camera you will get the exact same perspective (the 1.6x camera will however not have the same view of field).</p><p>When people say that a <strong>50mm lens</strong> is the natural focal length they talk about perspective in relations with the human eye, and as stated above, this is the same even on cropped bodies, a 50mm lens still produces a natural looking photograph. To test this, use a 50mm lens and look through the viewfinder with one eye and have your other eye open, you will notice that the perspective looks the same for both eyes, no matter if you&#8217;re using a cropped body or not.</p><h3>Lenses designed for Crop Factor cameras</h3><p></p><p>To counter this issue, most lens manufacturers have designed some lenses that are only meant to be used on cameras with a crop factor (i.e. not on full frame bodies). These lenses often <strong>produces a smaller image circle</strong> so if they were used on full frame bodies they would create a black edge, much like circular fish eye lenses do. Since the problem with crop factor is mainly negative with wide-angle lenses it&#8217;s almost entirely that focal range that has designated digital lenses.</p><p>Here is a list of the name camera manufacturers call their digital only lenses.</p><ul><li><strong>Canon</strong> — EF-S</li><li><strong>Nikon</strong> — DX</li><li><strong>Sony</strong> — DT</li><li><strong>Pentax</strong> — DA</li><li><strong>Sigma</strong> — DC</li><li><strong>Tamron</strong> — Di-II</li></ul><p>One thing to remember is that the crop factor is still in use even on these cameras and you must multiply the given focal length to get the &#8220;correct&#8221; focal length. For example, Canon has an ultra wide EF-S lens that has a focal length of 10-22mm, on a body with a 1.6x crop factor the focal length corresponds to a 16-35mm.  So don&#8217;t believe that you do not need to multiply the focal length just because you have a lens designed from cropped bodies.</p><h3>How it affects your photographs</h3><p>There are both positive and negative affects with the crop factor, let&#8217;s talk about the <strong>positive aspects first</strong>.<br /> To get the &#8220;correct&#8221; focal length you need to <strong>multiply</strong> the focal length with the crop factor. When I say correct I mean the focal length that the lens acts like, not what it truly is. My camera has a crop factor of 1.6x and that means that a 50mm lens is a 80mm lens (50&#215;1.6=80). It also means that a 100-400mm lens is actually a 160-640mm lens. That&#8217;s a very good thing in most situations. You loose 60mm on the short end but gain 240mm on the long end — rather significant. With telephoto lenses the crop factor is often desirable, since it extends your &#8220;reach&#8221; quite a bit.</p><p>Another positive affect is that almost <strong>all lenses are much sharper in the middle</strong> and softer on the edges. How can this be a good thing? Well with a camera that has a crop factor you only get the center of what the lens sees (unless it&#8217;s a lens designed for crop factors as described above). So with a crop factor you only get the center and therefore the <strong>best performance from your lens</strong>.</p><p>Now over to the <strong>not so good aspects</strong> of the crop factor. <strong>Wide-angle lenses</strong>, this is a big minus on the bodies with smaller sensors. As the example above, the 10-22mm ultra wide turns into a 16-35mm lens, and for example a 17-40mm lens turns into a 27-64mm lens. You simply do not get the same wide angles with a crop factor, <strong>the edges are cut off and field of view is more limited</strong>.</p><p>Another negative affect is that the extra focal length you gain also means that you increase the risk for blur due to camera shake. The rule that you should have a shutter speed of 1/focal length is no longer true. For this rule to be true you first need to multiply your focal length with the crop factor of the body.</p><p>Full frame camera often have a <strong>larger viewfinder</strong> as well. When I&#8217;m comparing my old 35mm film camera with my 1.6x crop DSLR it actually makes me a little bit sad inside. The viewfinder on the 35mm camera is so large and bright where as the DSLR&#8217;s viewfinder is although bright still very very small.</p><p>There is one more thing a smaller sensor affects, but it would be hard to classify it as either good or bad. <strong>Different sizes of sensors change the depth of field.</strong> A smaller sensor will give you greater depth of field (more in focus) and a full frame sensor will give you a narrower depth of field (less in focus). If this is good or bad is dependent on what you desire, either you want as much as possible in focus or you want to isolate your subject as effective as possible.</p><p>I hope I didn&#8217;t confuse you too much. This is an important part of digital photography to understand, at least the very basics of it.<a href="http://www.tutorial9.net/"><img class="alignnone size-full wp-image-1526" title="Tutorial Bliss." src="http://tutorial9.s3.amazonaws.com/uploads/2008/08/cloud.gif" alt="" width="16" height="10" /></a></p> ]]></content:encoded> <wfw:commentRss>http://www.tutorial9.net/photography/crop-factor/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using memcached (user agent is rejected)
Database Caching 5/17 queries in 0.011 seconds using memcached

Served from: www.tutorial9.net @ 2010-09-02 18:56:52 -->