<?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>In Photos dot Org &#187; Tutorials</title>
	<atom:link href="http://inphotos.org/tag/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://inphotos.org</link>
	<description>no photoshopped images here</description>
	<lastBuildDate>Thu, 24 May 2012 18:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Adventures adding a new lens to Aftershot Pro</title>
		<link>http://inphotos.org/2012/03/15/adventures-adding-a-new-lens-to-aftershot-pro/</link>
		<comments>http://inphotos.org/2012/03/15/adventures-adding-a-new-lens-to-aftershot-pro/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 21:39:28 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Aftershot Pro]]></category>
		<category><![CDATA[lens correction]]></category>
		<category><![CDATA[Sigma 18-200]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Words]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=5823</guid>
		<description><![CDATA[Bibble 5 and Aftershot Pro have a useful lens correction function that will fix the distortion created by a camera lens when a photo is taken. You won&#8217;t even recognise the distortion unless you&#8217;re looking for it but quite often it can look like straight lines are slightly bent or bulging. The animated gif above [...]]]></description>
			<content:encoded><![CDATA[<p>Bibble 5 and Aftershot Pro have a useful lens correction function that will fix the distortion created by a camera lens when a photo is taken. You won&#8217;t even recognise the distortion unless you&#8217;re looking for it but quite often it can look like straight lines are slightly bent or bulging. </p>
<p><img src="http://inphotos.org/inphotos/2012/03/lens-correction.gif" alt="" title="lens-correction" width="200" height="300" class="aligncenter size-full wp-image-5824" /></p>
<p>The animated gif above shows you what that distortion looks like in my favourite zoom lens, the Sigma 18-200mm DC. The middle of the image is clearly bulging out. The bottom of the sign isn&#8217;t straight but after correction it&#8217;s much better.</p>
<p>Unfortunately not every lens is supported. In the lens correction widget of Aftershot Pro you&#8217;ll see an &#8220;Uncalibrated Lens&#8221; message if your lens isn&#8217;t there.</p>
<p><img src="http://inphotos.org/inphotos/2012/03/sigma18-200-0.png" alt="" title="sigma18-200-0" width="340" height="337" class="aligncenter size-full wp-image-5826" /></p>
<p>Bibble 4 supported this lens and I only realised today that a bug in Bibble 5 and Aftershot identified the lens incorrectly and led me on a merry dance across the Internet. Bibble 5 and Aftershot Pro think my lens is the &#8220;Sigma 18-200mm DC OS&#8221; but my lens doesn&#8217;t have an Optical Stabilizer! Bibble 4 probably detected the lens correctly. </p>
<p>Unfortunately for me there&#8217;s no mention of &#8220;Sigma 18-200mm DC&#8221; in the &#8220;Canon Lens Table&#8221; or profile_canonlenstable.txt. Only the OS lens is mentioned and I presume the non OS lens was removed in Bibble 5 by error. Once I added an entry for my lens and added settings for the OS lens everything worked ok again. </p>
<p>Anyway, thanks to <a href="http://forum.corel.com/EN/viewtopic.php?p=241389#p241389">this ASP forum post</a> and <a href="http://support.bibblelabs.com/forums/viewtopic.php?f=94&#038;t=15277">this Bibble forum post</a> I was able to add my lens to Aftershot Pro. The nice thing about the lens database is that it is composed of text files that are easy to edit. I found a basic uncalibrated entry for the non OS lens. Unfortunately I didn&#8217;t search further or I&#8217;d have found the &#8220;Sigma 18-200mm DC&#8221; settings I wanted and saved myself some time! I created a new file called profile_mylenses.txt and added that filename to profile.txt.</p>
<p>First of all, I had to find the lens correction parameters that would fix things. The Bibble 5 post above links to sites that will help you figure out the correct a, b and c coefficients but thankfully I didn&#8217;t have far to look to find working figures.</p>
<p>I checked out <a href="http://epaperpress.com/ptlens/">PTLens</a> first. It&#8217;s a programme that corrects lots of different lens distortions and it&#8217;s reasonably priced at US$25 per license. The author has shrewdly kept his lens distortion database in a secret format so I had to continue looking.</p>
<p>I then found <a href="http://lensfun.berlios.de/">LensFun</a>, an open source tool to do much the same thing but using an older version of the PTLens database. The source is available so I went digging and found <a href="http://svn.berlios.de/wsvn/lensfun/trunk/data/db/slr-sigma.xml">this interesting file</a>! All the info I needed in one XML file!</p>
<p><img src="http://inphotos.org/inphotos/2012/03/sigma-xml.png" alt="" title="sigma-xml" width="600" height="284" class="aligncenter size-full wp-image-5828" /></p>
<p>All that remained to do was edit profile_mylenses.txt. In Windows and Linux the file can be placed in the following locations respectively. Mac OS X is probably in &#8220;Application Support&#8221; or somewhere obvious like that. In Windows you&#8217;ll want to use WordPad as the other profile files don&#8217;t have Windows line endings. You&#8217;ll also have to open it as an administrator to edit it.</p>
<blockquote><p>C:\Program Files (x86)\Corel\Corel AfterShot Pro\supportfiles\Profiles\LensProfiles\<br />
/opt/AfterShotPro/supportfiles/Profiles/LensProfiles/</p></blockquote>
<p>After some editing and experimenting I found that these settings worked well:</p>
<blockquote><p>begin lens<br />
group: genericSLR<br />
multiplier: 1.6<br />
aperture: 3.5<br />
menu_lens: Sigma 18-200mm f/3.5-6.3 DC OS<br />
cal_abc:  18   0.018238 -0.045992  0.000000<br />
cal_abc:  21   0.013683 -0.026594  0.000000<br />
cal_abc:  24   0.007113 -0.008911  0.000000<br />
cal_abc:  33   0.000000  0.010791  0.000000<br />
cal_abc:  59   0.000000  0.012006  0.000000<br />
cal_abc:  88   0.000000  0.010958  0.000000<br />
cal_abc: 144   0.000000  0.008752  0.000000<br />
cal_abc: 200   0.000000  0.007390  0.000000<br />
end</p></blockquote>
<p>I had to restart Aftershot Pro to test new settings each time.</p>
<p>If editing files like that puts you off you can create a preset to apply the lens correction. Click on the Manual tab in the Lens Correction widget where you can enter the a, b and c coefficients. Now go to the Presets widget and follow the instructions in my <a href="http://inphotos.org/2012/03/08/howto-add-a-copyright-notice-in-aftershot-pro/">HOWTO: Add a copyright notice in Aftershot Pro</a> tutorial except you&#8217;ll want the Lens Correction function to be active.</p>
<p>I suspect that these changes will be overwritten whenever I upgrade Aftershot Pro but maybe Corel will notice this little post of mine and they&#8217;ll fix the detection, or duplicate the settings in the next version..</p>
<p>While writing this post I found entries for the &#8220;Sigma 18-200mm f/3.5-6.3 DC&#8221; lens in profile_genericSLR.txt. Because the programme misidentified my lens it never used those settings. The 1.5 multiplier settings have the same settings as above, the 1.6 multiplier one is slightly different but there&#8217;s not much difference when applied to my test image.<br />
Let that be a lesson to you if you&#8217;re trying to get this work. Look harder for an existing profile and make sure your lens is identified correctly! Argh!</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5823" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2006/08/21/wide-angle-adventures/" rel="bookmark" title="Permanent Link: Wide angle adventures">Wide angle adventures</a></li><li> <a href="http://inphotos.org/2005/10/11/canon-eos-20d-lens-advice/" rel="bookmark" title="Permanent Link: Canon EOS 20D Lens Advice">Canon EOS 20D Lens Advice</a></li><li> <a href="http://inphotos.org/2012/03/12/aftershot-pro-bw-workflow/" rel="bookmark" title="Permanent Link: Aftershot Pro B&#038;W Workflow">Aftershot Pro B&#038;W Workflow</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2012/03/15/adventures-adding-a-new-lens-to-aftershot-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aftershot Pro B&amp;W Workflow</title>
		<link>http://inphotos.org/2012/03/12/aftershot-pro-bw-workflow/</link>
		<comments>http://inphotos.org/2012/03/12/aftershot-pro-bw-workflow/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 09:30:47 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Aftershot Pro]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=5811</guid>
		<description><![CDATA[Martin, over at Photoakademie.eu created a workflow video showing how a photo was processed and eventually turned into a black and white image using Aftershot Pro. Coming from a GIMP background I used layers and layer masks but never used adjustment layers to keep changes separate. Quite an eye opener for me! Plus another demonstration [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-align:center; display: block;"><a href="http://inphotos.org/2012/03/12/aftershot-pro-bw-workflow/"><img src="http://img.youtube.com/vi/CfO0U2tXVkc/2.jpg" alt="" /></a></span></p>
<p>Martin, <a href="http://photoakademie.eu/Corel_AfterShot%20PRO_b-w-Workflow">over at Photoakademie.eu</a> created a workflow video showing how a photo was processed and eventually turned into a black and white image using Aftershot Pro.</p>
<p>Coming from a GIMP background I used layers and layer masks but never used adjustment layers to keep changes separate. Quite an eye opener for me!</p>
<p><img src="http://inphotos.org/inphotos/2012/03/blue-lagoon-in-bw.jpg" alt="" title="blue lagoon in bw" width="700" height="467" class="aligncenter size-full wp-image-5812" /></p>
<p><img src="http://inphotos.org/inphotos/2012/03/aftershotpro-layers.png" alt="" title="aftershotpro-layers" width="350" height="384" class="aligncenter size-full wp-image-5813" /></p>
<p>Plus another demonstration of Aftershot Pro and a <a href="https://plus.google.com/116498377005270301723">Google Plus account</a> dedicated to sharing presets.</p>
<p><span style="text-align:center; display: block;"><a href="http://inphotos.org/2012/03/12/aftershot-pro-bw-workflow/"><img src="http://img.youtube.com/vi/i633ZBya9Fc/2.jpg" alt="" /></a></span></p>
<p>You can download a 30 day trial of Aftershot Pro <a href="http://www.corel.com/corel/product/index.jsp?pid=prod4670071">here</a> (I should be on commission for this..)</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5811" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2007/02/24/bluemarine-free-digital-photography-workflow-software/" rel="bookmark" title="Permanent Link: blueMarine &#8211; Free digital photography workflow software">blueMarine &#8211; Free digital photography workflow software</a></li><li> <a href="http://inphotos.org/2012/03/08/howto-add-a-copyright-notice-in-aftershot-pro/" rel="bookmark" title="Permanent Link: HOWTO: Add a copyright notice in Aftershot Pro">HOWTO: Add a copyright notice in Aftershot Pro</a></li><li> <a href="http://inphotos.org/2012/03/15/adventures-adding-a-new-lens-to-aftershot-pro/" rel="bookmark" title="Permanent Link: Adventures adding a new lens to Aftershot Pro">Adventures adding a new lens to Aftershot Pro</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2012/03/12/aftershot-pro-bw-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Add a copyright notice in Aftershot Pro</title>
		<link>http://inphotos.org/2012/03/08/howto-add-a-copyright-notice-in-aftershot-pro/</link>
		<comments>http://inphotos.org/2012/03/08/howto-add-a-copyright-notice-in-aftershot-pro/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 18:14:14 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Aftershot Pro]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[Bibble 5]]></category>
		<category><![CDATA[copyright notice]]></category>
		<category><![CDATA[Corel]]></category>
		<category><![CDATA[zText]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=5730</guid>
		<description><![CDATA[This is a tutorial that will explain how to add a copyright notice to your photos in Aftershot Pro. It can even be done automatically when you export the image as a Jpeg for publishing online. In this tutorial you&#8217;ll learn how to create a new preset called &#8220;My Copyright Text&#8221;. This tutorial uses the [...]]]></description>
			<content:encoded><![CDATA[<p>This is a tutorial that will explain how to add a copyright notice to your photos in Aftershot Pro. It can even be done automatically when you export the image as a Jpeg for publishing online. In this tutorial you&#8217;ll learn how to create a new preset called &#8220;My Copyright Text&#8221;. This tutorial uses the <a href="http://aftershotpro.com/plugins/index.html?plug=ztext">zText</a> plugin.</p>
<p><img src="http://inphotos.org/inphotos/2012/03/copyright-1.png" alt="" title="copyright-1" width="328" height="66" class="aligncenter size-full wp-image-5731" /></p>
<p>This is what a simple copyright message will look like but you can change it to suit your own needs.</p>
<p><img src="http://inphotos.org/inphotos/2012/03/copyright-2.png" alt="" title="copyright-2" width="339" height="315" class="aligncenter size-full wp-image-5732" /></p>
<p>After you install zText find it in the plugins tabs and enable it, type your copyright notice and set the size appropriately.</p>
<p><img src="http://inphotos.org/inphotos/2012/03/copyright-3.png" alt="" title="copyright-3" width="342" height="319" class="aligncenter size-full wp-image-5733" /></p>
<p>You can adjust where the message will appear on the &#8220;Preset&#8221; tab of the plugin.</p>
<p><img src="http://inphotos.org/inphotos/2012/03/copyright-4.png" alt="" title="copyright-4" width="354" height="152" class="aligncenter size-full wp-image-5734" /></p>
<p>Once you&#8217;re happy with your copyright message hop over to the Presets widget and click the + &#8220;Add Preset&#8221; icon.</p>
<p><img src="http://inphotos.org/inphotos/2012/03/copyright-5.png" alt="" title="copyright-5" width="441" height="392" class="aligncenter size-full wp-image-5735" /></p>
<p>This window will popup, rename the preset to something meaningful and click &#8220;None&#8221; to unselsect everything.</p>
<p><img src="http://inphotos.org/inphotos/2012/03/copyright-6.png" alt="" title="copyright-6" width="441" height="392" class="aligncenter size-full wp-image-5736" /></p>
<p>Go into the Advanced tab and select zTextPlug and you should see the settings you already configured. Click OK.</p>
<p><img src="http://inphotos.org/inphotos/2012/03/copyright-7.png" alt="" title="copyright-7" width="343" height="233" class="aligncenter size-full wp-image-5737" /></p>
<p>Click the Show checkbox next to your new preset and the &#8220;Done&#8221; button on the Preset widget.</p>
<p>If you have an output job configured you can add the copyright notice as a preset in the job settings to automate the task every time you export a file. One advantage of doing this is your image in Aftershot Pro won&#8217;t have the copyright text making it easier to export it again using a different batch output job.</p>
<p>Hope that helped, want some more Aftershot Pro tutorials?</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5730" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2012/03/15/adventures-adding-a-new-lens-to-aftershot-pro/" rel="bookmark" title="Permanent Link: Adventures adding a new lens to Aftershot Pro">Adventures adding a new lens to Aftershot Pro</a></li><li> <a href="http://inphotos.org/2012/03/12/aftershot-pro-bw-workflow/" rel="bookmark" title="Permanent Link: Aftershot Pro B&#038;W Workflow">Aftershot Pro B&#038;W Workflow</a></li><li> <a href="http://inphotos.org/2009/02/17/photo-frame-with-copyright-message-in-the-gimp/" rel="bookmark" title="Permanent Link: Photo Frame with Copyright Message in the GIMP">Photo Frame with Copyright Message in the GIMP</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2012/03/08/howto-add-a-copyright-notice-in-aftershot-pro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Curves Tool</title>
		<link>http://inphotos.org/2008/09/15/the-curves-tool/</link>
		<comments>http://inphotos.org/2008/09/15/the-curves-tool/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 08:35:00 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Gimp Tutorials]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[GIMP For Photographers]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=2846</guid>
		<description><![CDATA[The curves tool is a very basic tool that can be used to improve photos with a few clicks of the mouse. It is used to change the brightness and contrast of an image. It can also modify the separate Red, Green and Blue channels of an image too. The Curves Tool has a histogram [...]]]></description>
			<content:encoded><![CDATA[<p>The curves tool is a very basic tool that can be used to improve photos with a few clicks of the mouse. It is used to change the brightness and contrast of an image. It can also modify the separate Red, Green and Blue channels of an image too. The Curves Tool has a histogram to represent the shadow, midtone and highlight detail in the image. In the GIMP, you access it by right clicking on an image and go to Colors-&gt;Curves.</p>
<p>This is the second article in my <a href="http://inphotos.org/tag/gimp-for-photographers/">GIMP for Photographers</a> series, but as usual, all of this applies to Photoshop, or any other image application with a Curves Tool. The first tutorial was on <a href="http://inphotos.org/gimp-for-photographers-levels/">The Levels Tool</a>, and worth a read if you missed it!</p>
<p>Here&#8217;s an image I shot at the Lord Mayor&#8217;s Picnic in Fitzgerald&#8217;s Park a few months ago, and the Curve Tool below it. Notice the histogram? The photo is fairly well exposed, but some highlights are &#8220;clipped&#8221;, as the histogram hits right hand side without sloping off.</p>
<div align='center'>
<img src="http://inphotos.org/files/2008/09/curves1.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /><br />
<img src="http://inphotos.org/files/2008/09/screenshot-curves1.png" alt="" width="380" height="536" class="alignnone size-full wp-image-2854" /></div>
<h4>Brightening Curve</h4>
<p>It&#8217;s easy to brighten an image. Just drag points on the line up.</p>
<div align='center'><img src="http://inphotos.org/files/2008/09/screenshot-curves2.png" alt="" width="380" height="536" class="alignnone size-full wp-image-2854" /><br />
<img src="http://inphotos.org/files/2008/09/curves1.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /> <img src="http://inphotos.org/files/2008/09/curves2.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /></div>
<h4>Darkening Curve</h4>
<p>Now, let&#8217;s darken the image by dragging points down.</p>
<div align='center'><img src="http://inphotos.org/files/2008/09/screenshot-curves3.png" alt="" width="380" height="536" class="alignnone size-full wp-image-2854" /><br />
<img src="http://inphotos.org/files/2008/09/curves1.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /> <img src="http://inphotos.org/files/2008/09/curves3.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /></div>
<h4>Contrast Curve</h4>
<p>A classic use of the Curves Tool is to increase contrast in an image. You do this by darkening the shadows, and brightening the highlights. The curve looks sort of like an &#8220;S&#8221; when you do this. Don&#8217;t go overboard on this though, because it&#8217;s easy to lose detail in either direction.</p>
<div align='center'><img src="http://inphotos.org/files/2008/09/screenshot-curves4.png" alt="" width="380" height="536" class="alignnone size-full wp-image-2854" /><br />
<img src="http://inphotos.org/files/2008/09/curves1.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /> <img src="http://inphotos.org/files/2008/09/curves4.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /></div>
<p>If for some reason your image has too much contrast, a quick inverted S curve will solve that problem,</p>
<div align='center'><img src="http://inphotos.org/files/2008/09/screenshot-curves7.png" alt="" width="380" height="536" class="alignnone size-full wp-image-2854" /><br />
<img src="http://inphotos.org/files/2008/09/curves1.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /> <img src="http://inphotos.org/files/2008/09/curves7.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /></div>
<h4>Wacky Colours</h4>
<p>You can select any of the Red, Green and Blue channels and do strange things to your photos. Here&#8217;s what happens when you play with the Red Channel.</p>
<div align='center'><img src="http://inphotos.org/files/2008/09/screenshot-curves5.png" alt="" width="380" height="536" class="alignnone size-full wp-image-2854" /><br />
<img src="http://inphotos.org/files/2008/09/curves1.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /> <img src="http://inphotos.org/files/2008/09/curves5.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /></div>
<p>And here&#8217;s what happens when you change multiple colour channels in different ways.</p>
<div align='center'><img src="http://inphotos.org/files/2008/09/curves1.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /> <img src="http://inphotos.org/files/2008/09/curves6.jpg" alt="" width="300" height="200" class="alignnone size-full wp-image-2847" /></div>
<h4>Colour Picker</h4>
<p>After you have opened the Curves Tool, click anywhere in the image. Notice how a vertical line goes up and down the histogram/line? That vertical line is the colour of the pixel where you clicked. That can be useful if you&#8217;re trying to modify a particular part of a photo. This is what you get when you click on the black coat on the left of the image above.</p>
<div align='center'><img src="http://inphotos.org/files/2008/09/screenshot-curves8.png" alt="" width="380" height="536" class="alignnone size-full wp-image-2854" /></div>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2846" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2006/01/10/the-look-dad-the-yawn/" rel="bookmark" title="Permanent Link: The Look, Dad, The Yawn">The Look, Dad, The Yawn</a></li><li> <a href="http://inphotos.org/2005/10/19/simple-steps-to-photo-touch-up/" rel="bookmark" title="Permanent Link: Simple steps to photo touch-up">Simple steps to photo touch-up</a></li><li> <a href="http://inphotos.org/2007/08/27/expired-meter/" rel="bookmark" title="Permanent Link: Expired Meter">Expired Meter</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2008/09/15/the-curves-tool/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adam and his baby soother</title>
		<link>http://inphotos.org/2007/05/26/adam-and-his-baby-soother/</link>
		<comments>http://inphotos.org/2007/05/26/adam-and-his-baby-soother/#comments</comments>
		<pubDate>Sat, 26 May 2007 14:09:44 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Blarney]]></category>
		<category><![CDATA[Canon 20D]]></category>
		<category><![CDATA[Cork]]></category>
		<category><![CDATA[Gimp Tutorials]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Sigma 18-200]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Adam]]></category>
		<category><![CDATA[baby]]></category>
		<category><![CDATA[baby-soother]]></category>
		<category><![CDATA[Cork Photos]]></category>
		<category><![CDATA[high-key-portrait]]></category>
		<category><![CDATA[Irish photos]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[soother]]></category>

		<guid isPermaLink="false">http://inphotos.org/adam-and-his-baby-soother/</guid>
		<description><![CDATA[Adam and his baby soother Adam is 5 weeks old today! Last Wednesday we saw his first smile, or perhaps it was trapped wind because he was just after feeding but it was a beautiful sight to behold. He has smiled since too, and was especially cheerful this morning! Adam loves his baby soother though. [...]]]></description>
			<content:encoded><![CDATA[<div align='center' class="flickr-frame">
	<img src="http://farm1.static.flickr.com/252/514642582_8f24ba8032_o.jpg" class="flickr-photo" alt="Adam and his baby soother" /><br /><span class="flickr-caption"><a href="http://www.flickr.com/photos/donncha/514642582/">Adam and his baby soother</a></span>
</div>
<p class="flickr-yourcomment">
Adam is 5 weeks old today! Last Wednesday we saw his first smile, or perhaps it was trapped wind because he was just after feeding but it was a beautiful sight to behold. He has smiled since too, and was especially cheerful this morning!</p>
<p>Adam loves his baby soother though. He sucks on it like <a rel='nofollow' href="http://en.wikipedia.org/wiki/Maggie_Simpson">Maggie</a> out of the Simpsons does. Non-stop and with feeling!<br />
If a soother or dummy isn&#8217;t nearby and it&#8217;s available, a hair dryer works wonders for relaxing him. The sound soothes him and he can go from screaming the house down to docile and a gurgling baby in seconds when the hair dryer is switched on. It&#8217;s magic.</p>
<p>Technique: This is a high key portrait created using two layers.<br />
1. Original image is the bottom layer.<br />
2. Duplicate that layer.<br />
3. Convert top layer to b/w using channel mixer.<br />
4. Apply Gaussian blur to the top layer. I used a 75 pixel wide blur.<br />
5. Change mode of top layer to screen.<br />
6. Add white layer mask to top layer and reveal eyes from original image by painting over them with a black brush. Use an opacity of 10%.<br />
7. Merge layers and save. Layers should be separate when resizing so you can unsharp mask the bottom layer.</p>
<p>Hope that is of use!</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=888" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2007/10/01/my-laughing-baby/" rel="bookmark" title="Permanent Link: My laughing baby">My laughing baby</a></li><li> <a href="http://inphotos.org/2007/09/19/my-happy-baby/" rel="bookmark" title="Permanent Link: My Happy Baby">My Happy Baby</a></li><li> <a href="http://inphotos.org/2008/04/21/adam-o-caoimh-year-one/" rel="bookmark" title="Permanent Link: Adam O Caoimh, year one">Adam O Caoimh, year one</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2007/05/26/adam-and-his-baby-soother/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Cobh at sunset</title>
		<link>http://inphotos.org/2007/01/31/cobh-at-sunset/</link>
		<comments>http://inphotos.org/2007/01/31/cobh-at-sunset/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 10:14:22 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Beach]]></category>
		<category><![CDATA[Canon 20D]]></category>
		<category><![CDATA[Cobh]]></category>
		<category><![CDATA[Cork]]></category>
		<category><![CDATA[Houses]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Night]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Sea]]></category>
		<category><![CDATA[Sigma 10-20]]></category>
		<category><![CDATA[Sky]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Water]]></category>
		<category><![CDATA[Cork Photos]]></category>
		<category><![CDATA[Irish photos]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[sunset]]></category>

		<guid isPermaLink="false">http://inphotos.org/cobh-at-sunset/</guid>
		<description><![CDATA[Cobh at sunset The tide is out in Cobh, Co. Cork while the sun sets in the west casting an orange glow over the water and boats in the harbour. Method This required some work to expose properly. The sky is bright while the harbour, houses and landscape are in shadow. Out with the layers, [...]]]></description>
			<content:encoded><![CDATA[<div align='center' class="flickr-frame">
	<img src="http://farm1.static.flickr.com/146/375374065_58195bd399_o.jpg" class="flickr-photo" alt="Cobh at sunset" /><br /><span class="flickr-caption"><a href="http://www.flickr.com/photos/donncha/375374065/">Cobh at sunset</a></span>
</div>
<p class="flickr-yourcomment">
The tide is out in Cobh, Co. Cork while the sun sets in the west casting an orange glow over the water and boats in the harbour.</p>
<p>Method<br />
This required some work to expose properly. The sky is bright while the harbour, houses and landscape are in shadow. Out with the layers, top layer for the sky was darkened and the opposite was done for the ground.<br />
Then it&#8217;s the simple task of adding a layer mask to the top layer and rubbing out the dark bits to expose the brightened landscape.<br />
When using a layer mask, never paint with an opacity of 100%, try 30% or even 5%. Don&#8217;t be afraid to do a rough job of exposing the bottom layer because with a layer mask you can always reverse the procedure by swapping the colour of your brush with an opposite colour!</p>
<p>Thank you all for the comments on yesterday&#8217;s post, <a>The Lonely Swan</a>, it&#8217;s great to get feedback and I&#8217;m glad when people get something out of my methods when I describe them. See what you&#8217;ve done? I did it again!</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=716" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2006/01/13/cobh-sunset/" rel="bookmark" title="Permanent Link: Cobh Sunset">Cobh Sunset</a></li><li> <a href="http://inphotos.org/2012/01/10/sunset-chimneys/" rel="bookmark" title="Permanent Link: Sunset Chimneys">Sunset Chimneys</a></li><li> <a href="http://inphotos.org/2006/01/28/november-sunset/" rel="bookmark" title="Permanent Link: November Sunset">November Sunset</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2007/01/31/cobh-at-sunset/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>First Draft: Ready to go!</title>
		<link>http://inphotos.org/2006/12/05/first-draft-ready-to-go/</link>
		<comments>http://inphotos.org/2006/12/05/first-draft-ready-to-go/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 18:05:24 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Abstract]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[California]]></category>
		<category><![CDATA[Candid]]></category>
		<category><![CDATA[Canon 20D]]></category>
		<category><![CDATA[First Draft]]></category>
		<category><![CDATA[Gimp Tutorials]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[Sigma 10-20]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[Urban]]></category>
		<category><![CDATA[Vehicles]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[San Francisco Photos]]></category>

		<guid isPermaLink="false">http://inphotos.org/first-draft-ready-to-go/</guid>
		<description><![CDATA[John asked what did he original Ready to go! look like and I&#8217;ll oblige now. Showing what the original photo looks like is akin to showing what the first draft of a written essay or post reads like. Sometimes the image comes out perfectly in the camera but that&#8217;s rarely the case. At the very [...]]]></description>
			<content:encoded><![CDATA[<p>John <a href="http://www.stalltheball.com/index.php/2006/11/21/photoblog_photos_warts_and_all">asked</a> what did he original <a href="http://inphotos.org/ready-to-go/">Ready to go!</a> look like and I&#8217;ll oblige now. Showing what the original photo looks like is akin to showing what the first draft of a written essay or post reads like. Sometimes the image comes out perfectly in the camera but that&#8217;s rarely the case. At the very least light levels have to be balanced and if resizing for publication online then the resized image has to be sharpened.</p>
<p>Hover over the image below to see what the original shot looked like. Hopefully this will work for RSS readers but if it doesn&#8217;t, visit the blog and leave your mark here!</p>
<p>Notice how I rotated the image? I had to reconstruct the bumper on the right of the picture, as well as filling in the gaps at the other corners of the photo. Tree branches and leaves are easy enough, as is the relatively solid black texture of the tar on the road, but the bumper was difficult, and the shaded area of the building on the left presented me with a few extra minutes of clicking to get right.</p>
<p>Want to see more &#8220;First Draft&#8221; posts? I can&#8217;t promise to do many, but if you have a compelling reason why you&#8217;d like to see the original of a photo I&#8217;ll do my best to help!</p>
<div align='center'>
<a title='Hover over this image' class='draftrollover' href="http://inphotos.org/ready-to-go/"></a><br />
<a href="http://www.flickr.com/photos/donncha/315042006/" title="Photo Sharing">Hosted on Flickr</a>
</div>
<p>PS. <a href="http://avalonstar.com/">Bryan</a> &#8211; you might recognise the CSS. I took it from the button of doom you did! Hope you don&#8217;t mind!</p>
<p>PPS. Treasa has posted a <a href="http://www.dancingshades.org/?p=123">tutorial</a> of how she worked on two photos with steps in Photoshop to get the desired effect. Nice!</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=638" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/flickr-blog-this-to-draft/" rel="bookmark" title="Permanent Link: Flickr Blog This to Draft">Flickr Blog This to Draft</a></li><li> <a href="http://inphotos.org/2007/05/17/ei-128-ready-to-fly/" rel="bookmark" title="Permanent Link: EI-128 ready to fly">EI-128 ready to fly</a></li><li> <a href="http://inphotos.org/2006/12/04/ready-to-go/" rel="bookmark" title="Permanent Link: Ready to go!">Ready to go!</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2006/12/05/first-draft-ready-to-go/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Making Beautiful Portraits</title>
		<link>http://inphotos.org/2006/08/25/making-beautiful-portraits/</link>
		<comments>http://inphotos.org/2006/08/25/making-beautiful-portraits/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 20:21:56 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[portraits]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://inphotos.org/making-beautiful-portraits/</guid>
		<description><![CDATA[Photodoto published Making Portraits this morning which got me thinking more about my street photography tomorrow. I wonder will people pose on the street for me? Do I have the nerve to approach complete strangers, make them feel at ease, connect with them and take their photo? I know I won&#8217;t need it when I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Photodoto published <a href="http://photodoto.com/index.php/2006/08/24/making-portraits/">Making Portraits</a> this morning which got me thinking more about my street photography tomorrow. I wonder will people pose on the street for me? Do I have the nerve to approach complete strangers, make them feel at ease, connect with them and take their photo?</p>
<p>I know I won&#8217;t need it when I&#8217;m outside tomorrow, but Strobist <a href="http://strobist.blogspot.com/2006/08/nice-little-portrait-lighting-tutorial.html">linked</a> to a <a href="http://www.swpp.co.uk/professional_imagemaker/one_light_portraits/one_light_portraits.htm">professional lighting setup</a> for portraiture in a studio. Might come in handy later.</p>
<p>The venerable Philip Green&#8217;s <a href="http://www.photo.net/learn/portraits/">portrait page</a> is of course a good read. It&#8217;s been around for years and I&#8217;ve read it many times. If you haven&#8217;t browsed <a href="http://www.photo.net/learn/">http://www.photo.net/learn/</a> yet then you&#8217;re missing out!</p>
<p>Finally, <a href="http://www.anandtech.com/digitalcameras/showdoc.aspx?i=2323">Anandtech&#8217;s Portrait Tutorial</a> is good, includes examples but I wonder why their second photo was included. The poor girl has stone columns coming out of her shoulders, even when blurred!</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=469" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2006/05/08/spring-blooms/" rel="bookmark" title="Permanent Link: Spring Blooms">Spring Blooms</a></li><li> <a href="http://inphotos.org/2007/04/03/easy-self-portraits-with-the-quik-pod/" rel="bookmark" title="Permanent Link: Easy self portraits with the Quik Pod">Easy self portraits with the Quik Pod</a></li><li> <a href="http://inphotos.org/2009/10/18/town-quebec/" rel="bookmark" title="Permanent Link: The old town of Quebec">The old town of Quebec</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2006/08/25/making-beautiful-portraits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lighting 101 &#8211; all in one place</title>
		<link>http://inphotos.org/2006/08/20/lighting-101-all-in-one-place/</link>
		<comments>http://inphotos.org/2006/08/20/lighting-101-all-in-one-place/#comments</comments>
		<pubDate>Sun, 20 Aug 2006 07:08:31 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[580EX]]></category>
		<category><![CDATA[eos]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[speedlight]]></category>

		<guid isPermaLink="false">http://inphotos.org/lighting-101-all-in-one-place/</guid>
		<description><![CDATA[David at Strobist has linked to all his flash lighting articles in one place. It&#8217;s a really good place to go if you want to get the most out of your flash. Another great resource is Photonotes: Eos Flash for users of Canon cameras and flash units. There&#8217;s some great bits of info there. Related [...]]]></description>
			<content:encoded><![CDATA[<p>David at Strobist has <a href="http://strobist.blogspot.com/2006/03/lighting-101.html">linked</a> to all his flash lighting articles in one place. It&#8217;s a really good place to go if you want to get the most out of your flash. </p>
<p>Another great resource is <a href="http://photonotes.org/articles/eos-flash/">Photonotes: Eos Flash</a> for users of Canon cameras and flash units. There&#8217;s some great bits of info there.</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=455" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2009/11/07/moderne-lighting/" rel="bookmark" title="Permanent Link: Moderne Lighting">Moderne Lighting</a></li><li> <a href="http://inphotos.org/2007/06/17/maas-lighting-up-the-street/" rel="bookmark" title="Permanent Link: MAAS lighting up the street">MAAS lighting up the street</a></li><li> <a href="http://inphotos.org/2009/09/11/emmett-place-deconstructed/" rel="bookmark" title="Permanent Link: Emmett Place Deconstructed">Emmett Place Deconstructed</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2006/08/20/lighting-101-all-in-one-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shooting panoramas el cheapo</title>
		<link>http://inphotos.org/2006/08/11/shooting-panoramas-el-cheapo/</link>
		<comments>http://inphotos.org/2006/08/11/shooting-panoramas-el-cheapo/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 09:23:01 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[panoramic-photos]]></category>
		<category><![CDATA[tripod]]></category>

		<guid isPermaLink="false">http://inphotos.org/shooting-panoramas-el-cheapo/</guid>
		<description><![CDATA[If you&#8217;ve ever tried stitching photos together to create a panoramic photograph you&#8217;ll be more than aware of the awful distortion between one frame and the next. That&#8217;s one reason why it&#8217;s recommended that frames overlap by at least a third. There is so much distortion because the camera is rotated around using a normal [...]]]></description>
			<content:encoded><![CDATA[<p><img align='right' style='padding: 2px;margin: 2px;border: 1px solid #000' src="http://inphotos.org/wp-content/uploads/2006/08/112588_panoheadcamera2.jpg" alt="112588_panoheadcamera2.jpg" /> If you&#8217;ve ever tried stitching photos together to create a panoramic photograph you&#8217;ll be more than aware of the awful distortion between one frame and the next. That&#8217;s one reason why it&#8217;s recommended that frames overlap by at least a third.</p>
<p>There is so much distortion because the camera is rotated around using a normal tripod or worse still, handheld. The axis around which the camera is rotated is centered on the camera body usually, but a panoramic tripod is different. The center of rotation should be the lens of the camera, specifically the &#8220;nodal point&#8221; of the lens where light paths cross before hitting the camera&#8217;s film or sensor.</p>
<p>Make Blog <a href="http://www.makezine.com/blog/archive/2006/08/how_to_build_a_panoramic_tripo.html?CMP=OTC-0D6B48984890">links</a> to a <a href="http://www.worth1000.com/tutorial.asp?sid=161123&amp;print=1">tutorial</a> on building a panoramic tripod head for $10! That&#8217;s a lot more reasonable than what you&#8217;d pay for a head from Manfrotto or manufacturer. It probably isn&#8217;t quite as portable or nice looking though and you might have to invest in some tools to cut the wood and build it but it would be an interesting project.</p>
<p>If that&#8217;s too complicated, you can <a href="http://www.makezine.com/blog/archive/2006/08/how_to_make_the_simplest_elect.html?CMP=OTC-0D6B48984890">build a battery</a> using a bit of wire, a screw and a magnet!<br /></p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=441" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2007/01/22/the-15-hour-photographer/" rel="bookmark" title="Permanent Link: The 15-Hour Photographer">The 15-Hour Photographer</a></li><li> <a href="http://inphotos.org/2006/08/27/staring-at-me/" rel="bookmark" title="Permanent Link: Staring at me">Staring at me</a></li><li> <a href="http://inphotos.org/2008/03/15/heads-up-at-the-lough/" rel="bookmark" title="Permanent Link: Heads up at the Lough">Heads up at the Lough</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2006/08/11/shooting-panoramas-el-cheapo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

