<?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; Words</title>
	<atom:link href="http://inphotos.org/tag/words/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>Stupid Photo Thief</title>
		<link>http://inphotos.org/2011/05/20/stupid-photo-thief/</link>
		<comments>http://inphotos.org/2011/05/20/stupid-photo-thief/#comments</comments>
		<pubDate>Fri, 20 May 2011 10:02:00 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Words]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[National Geographic]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[pictures2win]]></category>
		<category><![CDATA[theft]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=5554</guid>
		<description><![CDATA[It&#8217;s inevitable that photos put online will be stolen. It&#8217;s a fact of life unfortunately. People think that just because something is on a website they can use it and claim the photo is there own. Sometimes it just gets silly however. Check out this guy&#8217;s photos on photo competition site pictures2win.com. If you&#8217;ve been [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s inevitable that photos put online will be stolen. It&#8217;s a fact of life unfortunately. People think that just because something is on a website they can use it and claim the photo is there own.</p>
<p>Sometimes it just gets silly however.</p>
<p>Check out <a rel='nofollow' href="http://www.pictures2win.com/member-profile/4418">this guy&#8217;s photos</a> on photo competition site pictures2win.com. If you&#8217;ve been reading this blog for a while you may recognise <a rel='nofollow' href="http://www.pictures2win.com/competition/Street%20Life....%20Kindly%20Sponsored%20by%20Topaz%20Labs%20&amp;%20Joby/154/18688/">this photo</a>. It looks <a href="http://inphotos.org/innovative-streets/">very familiar</a> doesn&#8217;t it?</p>
<p>With the help of Google Goggles on my Android phone I checked a few more photos. <a href="http://www.pictures2win.com/competition/Best%20Travel%20Photos%20......%20Kindly%20sponsored%20by%20gps4cam.com/123/12449/">This photo</a> of Venice (despite the author saying it&#8217;s in Pakistan) looks suspiciously like <a href="http://photography.nationalgeographic.com/photography/photo-of-the-day/rialto-bridge-venice/">this one</a> from the National Geographic. I&#8217;m sure they won&#8217;t be too happy to see that.</p>
<p>The <a href="http://www.pictures2win.com/terms-and-conditions/">Pictures2Win T&amp;C</a> of course include the condition that photos &#8220;must be the work of the individual submitting them&#8221; but there&#8217;s no link to report stolen images. I contacted Martin at that site. Hopefully he&#8217;ll take a look at that user&#8217;s account and take appropriate measures.</p>
<p>Thanks to <a href="http://www.flickr.com/photos/_jmphotography/">_jmphotography</a> for <a href="http://www.flickr.com/photos/donncha/407618258/#comment72157626734032778">telling me</a> about this photo theft.</p>

<a href='http://inphotos.org/2011/05/20/stupid-photo-thief/pictures2win-shariq/' title='pictures2win-shariq'><img width="150" height="150" src="http://inphotos.org/files/2011/05/pictures2win-shariq-150x150.jpg" class="attachment-thumbnail" alt="pictures2win-shariq" title="pictures2win-shariq" /></a>
<a href='http://inphotos.org/2011/05/20/stupid-photo-thief/pictures2win-street/' title='pictures2win-street'><img width="150" height="150" src="http://inphotos.org/files/2011/05/pictures2win-street-150x150.jpg" class="attachment-thumbnail" alt="pictures2win-street" title="pictures2win-street" /></a>
<a href='http://inphotos.org/2011/05/20/stupid-photo-thief/pictures2win-venice/' title='pictures2win-venice'><img width="150" height="150" src="http://inphotos.org/files/2011/05/pictures2win-venice-150x150.jpg" class="attachment-thumbnail" alt="pictures2win-venice" title="pictures2win-venice" /></a>

 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5554" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2007/12/16/cork-landmarks/" rel="bookmark" title="Permanent Link: Cork Landmarks">Cork Landmarks</a></li><li> <a href="http://inphotos.org/2006/08/23/the-thieving-duck/" rel="bookmark" title="Permanent Link: The Thieving Duck">The Thieving Duck</a></li><li> <a href="http://inphotos.org/2006/01/04/lady-on-the-phone/" rel="bookmark" title="Permanent Link: Lady on the phone">Lady on the phone</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2011/05/20/stupid-photo-thief/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Straighten and Crop with the GIMP</title>
		<link>http://inphotos.org/2009/11/13/straighten-crop-gimp/</link>
		<comments>http://inphotos.org/2009/11/13/straighten-crop-gimp/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 10:49:15 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=5153</guid>
		<description><![CDATA[One of the more awkward tasks to do in the GIMP is straightening horizons. You have to manually rotate the image using that tool which always seems to be fairly hit and miss. I had hoped that GIMP 2.6 would have the &#8220;draw a line and rotate&#8221; function that Bibblepro and I think Photoshop have [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more awkward tasks to do in the GIMP is straightening horizons. You have to manually rotate the image using that tool which always seems to be fairly hit and miss.</p>
<p>I had hoped that GIMP 2.6 would have the &#8220;draw a line and rotate&#8221; function that Bibblepro and I think Photoshop have but unfortunately it&#8217;s not there. Not to worry because the Straighten and Crop plugin by <a href="http://www.rayadagio.de/manufacture.html">Bert Hinz</a> does the job too! (There&#8217;s another <a href="http://registry.gimp.org/node/18821">Straighten and Crop</a> plugin too. I haven&#8217;t tried it. What&#8217;s it like?)</p>
<p>Install the plugin by copying the .py file into .gimp-2.6/plug-ins/. You might need to chmod it to make it executable. Fire up the gimp and using the Path tool (press B) mark two points on the horizon with left clicks of the mouse. Run the plugin (from Image-&gt;Transform-&gt;Straighten and Crop) and it will rotate the image.</p>
<p>Nice and simple and has worked on the couple of images I tried it on. (<a href="http://meetthegimp.org/episode-125-crop-it-but-how/">via</a>)</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5153" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2008/07/28/gimp-fx-foundary-is-a-massive-gimp-plugin-archive/" rel="bookmark" title="Permanent Link: GIMP FX Foundary is a massive GIMP plugin archive">GIMP FX Foundary is a massive GIMP plugin archive</a></li><li> <a href="http://inphotos.org/2006/06/07/using-photoshop-actions-in-gimp/" rel="bookmark" title="Permanent Link: Using Photoshop actions in GIMP">Using Photoshop actions in GIMP</a></li><li> <a href="http://inphotos.org/2007/10/24/gimp-24-is-out/" rel="bookmark" title="Permanent Link: GIMP 2.4 is out">GIMP 2.4 is out</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2009/11/13/straighten-crop-gimp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Montenotte Photowalk</title>
		<link>http://inphotos.org/2009/09/05/montenotte-photowalk/</link>
		<comments>http://inphotos.org/2009/09/05/montenotte-photowalk/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 19:46:20 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[Cork]]></category>
		<category><![CDATA[corkphotowalk]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[Montenotte Hotel]]></category>
		<category><![CDATA[photowalk]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=4491</guid>
		<description><![CDATA[When: Saturday 26th of September at 10am. Where: Start at the Montenotte Hotel (map), Cork and continue into town. Who: Me, you and anyone who likes taking photographs. So, next photowalk is on the 26th. It&#8217;s a Saturday but this time it&#8217;s early in the morning at 10am. We&#8217;ll start at the Montenotte Hotel, where [...]]]></description>
			<content:encoded><![CDATA[<p>When: Saturday 26th of September at 10am.<br />
Where: Start at the <a href="http://www.themontenottehotel.com/">Montenotte Hotel</a> (<a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=cork,+ireland&amp;sll=51.904538,-8.451531&amp;sspn=0.000538,0.001117&amp;ie=UTF8&amp;ll=51.904556,-8.451415&amp;spn=0.002234,0.004469&amp;t=h&amp;z=18">map</a>), Cork and continue into town.<br />
Who: Me, you and anyone who likes taking photographs.</p>
<p>So, next photowalk is on the 26th. It&#8217;s a Saturday but this time it&#8217;s early in the morning at 10am. We&#8217;ll start at the Montenotte Hotel, where we (or some of us) may get access to the roof to shoot a cityscape of Cork City. Bring your wide angle and telephoto lenses!</p>
<p>After that it&#8217;s a stroll down the hill to Dillon&#8217;s Cross, and then wherever we fancy. We&#8217;ll be close enough to the train station to pop over there (although there may be questions of public liability insurance if we go in there as a group unfortunately).</p>
<p>We can head down to the quay then and on towards the bus station and into town or towards City Hall. Wherever.</p>
<p><a href="http://willknott.ie/">Will</a> suggested having a scavenger hunt on the walk which is a great idea. Anything else we can do to mix it up a bit?</p>
<p>As <a href="http://inphotos.org/towering-over-our-heads/">I mentioned previously</a>, The Montenotte Hotel is putting on a special deal for us photowalkers:</p>
<blockquote><p>As a special deal for photographers, the hotel is setting aside 20 rooms for us on the night of the 25th. 17 are discounted with single rooms costing 39 Euro including breakfast and double/twin rooms at 29 Euro/pp, also including breakfast.<br />
After the photowalk we’ll descend on the Boardwalk Bar &amp; Grill for a complementary lunch, and there may even be an opportunity for a select few to head out on a speed boat along the river.</p></blockquote>
<p>The 3 free rooms are already allocated but that still leaves the 17 discounted ones. If you&#8217;re interested, email Pat O Neill at pat @ hotelconsult.ie and he&#8217;ll organise the room for you. Don&#8217;t bother ringing the hotel.</p>
<p>I guess the complementary lunch was originally intended for those who stayed in the hotel but as the take up of the rooms on Friday night has been so slow I don&#8217;t know for sure what&#8217;s happening. I&#8217;m pretty certain the ride in the speed boat is still on though. I&#8217;ll pass on that, I prefer to stay on land!</p>
<p>So, if you&#8217;re interested in going on the photowalk please leave a comment here! This doesn&#8217;t mean you&#8217;re going to stay in the hotel. I don&#8217;t want to hear about it. I just want to go on a photowalk. Email Pat if you want to stay at the hotel! (it is a good deal, and the hotel is a gorgeous one!)</p>
<p>If you left a comment on the previous post expressing interest in the walk, please leave a comment here again, just so we have a rough idea of numbers without having to go digging into old posts.</p>
<p>If you don&#8217;t want to walk up the hill to the hotel, meet us in town later. I&#8217;m not sure how we&#8217;ll organise this but it&#8217;ll probably be &#8220;12 noon at the bus station&#8221; or some such arrangement.</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4491" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2009/09/08/chemtrails-clouds-evening-sky/" rel="bookmark" title="Permanent Link: Chemtrails and Clouds and Evening Sky">Chemtrails and Clouds and Evening Sky</a></li><li> <a href="http://inphotos.org/2009/10/04/st-patrick-volkswagen/" rel="bookmark" title="Permanent Link: St Patrick and the Volkswagen">St Patrick and the Volkswagen</a></li><li> <a href="http://inphotos.org/2009/09/26/boardwalk/" rel="bookmark" title="Permanent Link: On the Boardwalk">On the Boardwalk</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2009/09/05/montenotte-photowalk/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>15% off prints for 3 days only</title>
		<link>http://inphotos.org/2009/08/24/15-prints-3-days/</link>
		<comments>http://inphotos.org/2009/08/24/15-prints-3-days/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 09:20:27 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[prints-for-sale]]></category>
		<category><![CDATA[redbubble]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=4439</guid>
		<description><![CDATA[Woo! Redbubble are offering 15% off all framed and canvas prints until the 27th. The promotion has been running for the last few days but they only emailed everyone this morning. Grrr. Anyway, if you&#8217;re interested in a print, leave a comment on this post with the url of the photo and I&#8217;ll do my [...]]]></description>
			<content:encoded><![CDATA[<p>Woo! Redbubble are <a href="http://www.redbubble.com/people/mrbaxter/journal/3606890-15-off-framed-and-canvas-prints-baxters-magical-discount-tour">offering 15% off</a> all framed and canvas prints until the 27th. The promotion has been running for the last few days but they only emailed everyone this morning. Grrr.</p>
<p>Anyway, if you&#8217;re interested in a print, leave a comment on this post with the url of the photo and I&#8217;ll do my best to upload it today so you can get that discount. </p>
<p>I need to upload a few more shots anyway as a few people have asked about prints.</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4439" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2008/12/23/who-gets-the-free-prints/" rel="bookmark" title="Permanent Link: Who gets the free prints?">Who gets the free prints?</a></li><li> <a href="http://inphotos.org/2007/03/27/poster-size-prints-only-999/" rel="bookmark" title="Permanent Link: Poster size prints only 9.99">Poster size prints only 9.99</a></li><li> <a href="http://inphotos.org/2008/03/25/get-40-or-maybe-only-20-free-prints-from-snapfishie/" rel="bookmark" title="Permanent Link: Get 40 or maybe only 20 free prints from snapfish.ie">Get 40 or maybe only 20 free prints from snapfish.ie</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2009/08/24/15-prints-3-days/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Walking the photos in Cork</title>
		<link>http://inphotos.org/2009/07/18/walking-the-photos-in-cork/</link>
		<comments>http://inphotos.org/2009/07/18/walking-the-photos-in-cork/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 09:34:37 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Cork]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[photowalk]]></category>
		<category><![CDATA[worldwidephotowalk]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=4251</guid>
		<description><![CDATA[Here&#8217;s a possible route for our 2 hours photowalk around Cork today: Start at the GPO, near the big A marker above. Head south (down) to the river to Morrison&#8217;s Quay where we can shoot Holy Trinity and the river bank of the South Channel. Head west towards Sullivans Quay where we can shoot Parliament [...]]]></description>
			<content:encoded><![CDATA[<div align='center'><img src="http://inphotos.org/files/2009/07/cork.gif" alt="cork" width="591" height="347" class="aligncenter size-full wp-image-4252" /></div>
<p>Here&#8217;s a possible route for our 2 hours photowalk around Cork today:</p>
<ul>
<li>Start at the GPO, near the big A marker above.</li>
<li> Head south (down) to the river to Morrison&#8217;s Quay where we can shoot Holy Trinity and the river bank of the South Channel.</li>
<li> Head west towards Sullivans Quay where we can shoot Parliament Bridge and St Finbarre&#8217;s Cathedral in the distance.</li>
<li> Over either Nano Nagle bridge to the Grand Parade or the bridge to St Main Street. The old Beamish Brewery is on South Main street and we can then go back to Grand Parade.</li>
<li> Shoot the sparkling new streetscape of Grand Parade and then into The English Market.</li>
<li> Bump up the ISO and shoot indoors in the English Market.</li>
<li> Out again eventually and either wander over to Cornmarket Street or down Patrick Street to do some street photography.</li>
</ul>
<p>Throwing a spanner in the works is the <a href="http://www.pana-vision.org/2009/07/18/lee-swim-on-today/">Lee Swim</a>, a swim down the North Channel, around the tip near the docklands and up by the Clarion. Here&#8217;s the <a href="http://www.corkmasters.ie/images/Other/LeeSwimCourseMap.gif">course map</a>. It could be <a href="http://twitter.com/docaoimh/statuses/2704302749">starting at 2pm</a> and if it is, it would be worth our while heading down the Clarion to photograph the finish and the crowds. The Clarion itself is worth a look and the nearby Elysian too. I&#8217;ll update this post when I know more.</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4251" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2005/12/12/walking-patricks-bridge/" rel="bookmark" title="Permanent Link: Walking Patrick&#8217;s Bridge">Walking Patrick&#8217;s Bridge</a></li><li> <a href="http://inphotos.org/2007/07/01/walking-exercise-for-the-kids/" rel="bookmark" title="Permanent Link: Walking exercise for the kids">Walking exercise for the kids</a></li><li> <a href="http://inphotos.org/2006/11/15/no-walking-stick/" rel="bookmark" title="Permanent Link: No walking stick">No walking stick</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2009/07/18/walking-the-photos-in-cork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spencer Tunick photos went online today</title>
		<link>http://inphotos.org/2009/06/08/spencer-tunick-photos-went-online-today/</link>
		<comments>http://inphotos.org/2009/06/08/spencer-tunick-photos-went-online-today/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 17:17:00 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[Blarney]]></category>
		<category><![CDATA[Cork]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[nsfw]]></category>
		<category><![CDATA[nude photography]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Spencer-Tunick]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=4035</guid>
		<description><![CDATA[Spencer Tunick&#8217;s Irish photos might be online but you wouldn&#8217;t know it as the site is down, probably from the rush of people trying to see their neighbours or friends in the nip. Oops. Should have done a deal with Pix.ie! I did manage to grab one image off there this afternoon and Vic has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://inphotos.org/tag/spencer-tunick/">Spencer Tunick&#8217;s</a> Irish photos might be online but you wouldn&#8217;t know it as the site is down, probably from the rush of people trying to see their neighbours or friends in the nip. Oops. Should have done a deal with <a href="http://pix.ie/">Pix.ie</a>!</p>
<p>I did manage to grab one image off there this afternoon and Vic <a href="http://victorbarry.blogspot.com/2009/06/one-with-spencer-tunick-in-cork-pics.html">has a few shots</a> which I&#8217;ve added to a small gallery. Photos from Cork (he shot in <a href="http://inphotos.org/spencer-tunick-photoshoot-in-blarney-co-cork-ireland/">Blarney</a> and in the City) will eventually be <a href="http://www.tunickireland.com/cork.html">seen here</a>. Give it a few days until the site quietens down again.</p>
<p>Photos copyright Spencer Tunick.</p>
<p><Strong>Edit:</strong> Link to www.tunickireland.com removed as it&#8217;s now a domain squatter&#8217;s website.</p>

<a href='http://inphotos.org/2009/06/08/spencer-tunick-photos-went-online-today/4725_99054186453_610161453_2705198_5305033_n/' title='4725_99054186453_610161453_2705198_5305033_n'><img width="150" height="150" src="http://inphotos.org/files/2009/06/4725_99054186453_610161453_2705198_5305033_n-150x150.jpg" class="attachment-thumbnail" alt="4725_99054186453_610161453_2705198_5305033_n" title="4725_99054186453_610161453_2705198_5305033_n" /></a>
<a href='http://inphotos.org/2009/06/08/spencer-tunick-photos-went-online-today/cork__297/' title='cork__297'><img width="150" height="150" src="http://inphotos.org/files/2009/06/cork__297-150x150.jpg" class="attachment-thumbnail" alt="cork__297" title="cork__297" /></a>
<a href='http://inphotos.org/2009/06/08/spencer-tunick-photos-went-online-today/lookup/' title='lookup'><img width="150" height="150" src="http://inphotos.org/files/2009/06/lookup-150x150.jpg" class="attachment-thumbnail" alt="lookup" title="lookup" /></a>
<a href='http://inphotos.org/2009/06/08/spencer-tunick-photos-went-online-today/cork__298/' title='cork__298'><img width="150" height="150" src="http://inphotos.org/files/2009/06/cork__298-150x150.jpg" class="attachment-thumbnail" alt="cork__298" title="cork__298" /></a>

 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4035" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2008/06/16/spencer-tunick-photoshoot-in-blarney-co-cork-ireland/" rel="bookmark" title="Permanent Link: Spencer Tunick photoshoot in Blarney Co. Cork, Ireland">Spencer Tunick photoshoot in Blarney Co. Cork, Ireland</a></li><li> <a href="http://inphotos.org/2008/04/24/naked-in-ireland/" rel="bookmark" title="Permanent Link: Naked in Ireland">Naked in Ireland</a></li><li> <a href="http://inphotos.org/2008/06/18/blarney-castle-and-river-martin/" rel="bookmark" title="Permanent Link: Blarney Castle and River Martin">Blarney Castle and River Martin</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2009/06/08/spencer-tunick-photos-went-online-today/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Worldwide Photo walk in Cork</title>
		<link>http://inphotos.org/2009/05/20/worldwide-photo-walk-in-cork/</link>
		<comments>http://inphotos.org/2009/05/20/worldwide-photo-walk-in-cork/#comments</comments>
		<pubDate>Wed, 20 May 2009 15:03:43 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[Cork]]></category>
		<category><![CDATA[corkphotowalk]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[photowalk]]></category>
		<category><![CDATA[skphoto]]></category>
		<category><![CDATA[worldwide photo walk]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=3963</guid>
		<description><![CDATA[On July 18th, photographers all over the world will be holding photowalks. There&#8217;s going to be events in Belfast, Dublin and Cork that day, and who knows. Might be a few more around the country by the time that day arrives! I&#8217;ve just filled in a few details on the Cork Photowalk page on the [...]]]></description>
			<content:encoded><![CDATA[<p>On July 18th, photographers all over the world will be holding photowalks. There&#8217;s going to be events in Belfast, Dublin and Cork that day, and who knows. Might be a few more around the country by the time that day arrives!</p>
<p>I&#8217;ve just filled in a few details on the <a href="http://worldwidephotowalk.com/cork-ck-ie/">Cork Photowalk</a> page on the <a href="http://worldwidephotowalk.com/">Worldwide Photo Walk</a> website. You can register on that page. While places are limited to 50, I&#8217;d be surprised if we get that many.</p>
<p>I think 2pm is a good time to start. It&#8217;ll give people a chance to grab a bite to eat, the city should be busy with shoppers and tourists, and the sun will have passed overhead, giving us some shade to play with. Is that too late? Too early? What about 10am in the morning? Town is nice and quiet in the morning but some people aren&#8217;t up that early at the weekend!</p>
<p>If you&#8217;re not in Cork on the 18th, there&#8217;s also a <a href="http://worldwidephotowalk.com/dublin-dn-ie/">Dublin photowalk</a> and a <a href="http://worldwidephotowalk.com/belfast-ni-uk/">Belfast photowalk</a> too. Dublin one is almost booked out though so hurry to register!</p>
<p>We&#8217;ve had other photowalks in Cork. Some of my photos from those events are tagged <a href="http://inphotos.org/tag/corkphotowalk/">Cork Photowalk</a> and <a href="http://inphotos.org/tag/iba09/">iba09</a>. Take a look. There&#8217;s plenty to photograph in Cork!</p>
<p>See you on July 18th?</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=3963" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2007/05/05/walk-this-way/" rel="bookmark" title="Permanent Link: Walk this way">Walk this way</a></li><li> <a href="http://inphotos.org/2009/05/21/dunnes-stores-in-ruins/" rel="bookmark" title="Permanent Link: Dunnes Stores in Ruins">Dunnes Stores in Ruins</a></li><li> <a href="http://inphotos.org/2009/07/18/the-worldwide-photowalkers/" rel="bookmark" title="Permanent Link: The Worldwide Photowalkers">The Worldwide Photowalkers</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2009/05/20/worldwide-photo-walk-in-cork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The irony is lost on Paul</title>
		<link>http://inphotos.org/2009/03/23/the-irony-is-lost-on-paul/</link>
		<comments>http://inphotos.org/2009/03/23/the-irony-is-lost-on-paul/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:01:26 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Words]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=3740</guid>
		<description><![CDATA[It&#8217;s about time I posted this. Months ago this photo on Flickr was spammed by a company selling &#8220;all of categories for industries and life&#8221;. I&#8217;m sure he never looked closely at the title of the image or translated it in to his local language.. Flickr Support promptly removed this individual&#8217;s comment and replied, Dear [...]]]></description>
			<content:encoded><![CDATA[<div align='center'><img style='border: 1px solid #333' src="http://inphotos.org/files/2009/03/dodgy-souvenier-seller.jpg" alt="dodgy-souvenier-seller" width="577" height="643" class="aligncenter size-full wp-image-3741" /></div>
<p>It&#8217;s about time I posted this. Months ago <a href="http://www.flickr.com/photos/donncha/2343478768/">this photo</a> on Flickr was spammed by a company selling &#8220;all of categories for industries and life&#8221;.</p>
<p>I&#8217;m sure he never looked closely at the title of the image or translated it in to his local language.. <img src='http://inphotos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Flickr Support promptly removed this individual&#8217;s comment and replied, </p>
<blockquote><p>Dear Sir:</p>
<p>I am a vice director of Flickr Report Abuse Co., Ltd to<br />
supply all of categories for photo-sharing industries and<br />
life.</p>
<p>I am content to contact you for deleting this business.</p>
<p>Joe</p></blockquote>
<p>I had to read it twice, but cracked me up once I got it! <img src='http://inphotos.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=3740" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2007/12/10/lost-in-thought/" rel="bookmark" title="Permanent Link: Lost in thought">Lost in thought</a></li><li> <a href="http://inphotos.org/2009/04/04/yellow-daffodils-lost-in-snow/" rel="bookmark" title="Permanent Link: Yellow Daffodils Lost in Snow">Yellow Daffodils Lost in Snow</a></li><li> <a href="http://inphotos.org/2007/09/26/paul-street-by-night/" rel="bookmark" title="Permanent Link: Paul Street by night">Paul Street by night</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2009/03/23/the-irony-is-lost-on-paul/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

