<?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>The Widmann Blog &#187; photography</title>
	<atom:link href="http://blog.widmann.org.uk/category/photography/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.widmann.org.uk</link>
	<description>Thomas Widmann&#039;s blog about politics, linguistics, programming, food, kids and life in general</description>
	<lastBuildDate>Sun, 12 May 2013 21:56:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Setting up WordPress blogs on Flickr properly</title>
		<link>http://blog.widmann.org.uk/2013/02/26/6786/</link>
		<comments>http://blog.widmann.org.uk/2013/02/26/6786/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 18:47:08 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=6786</guid>
		<description><![CDATA[Flickr allows you to connect your WordPress blog, which allows you to use a Flickr photo to illustrate a blog posting by pressing a button. (I always use this in conjunction with Donncha Ó Caoimh&#8217;s &#8220;Blog This To Draft&#8221; to prevent it from getting published immediately.) However, Flickr&#8217;s standard WordPress code isn&#8217;t very good. It [...]]]></description>
				<content:encoded><![CDATA[<p><div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/rocorocks/2263688344/"><img src="http://farm3.staticflickr.com/2372/2263688344_c9db9a37e7_m.jpg" alt="En el Desierto - Flickr NO SE VENDE" width="240px" class="size-thumbnail" /></a><p class="wp-caption-text"><a href="http://www.flickr.com/photos/rocorocks/2263688344/">En el Desierto &#8211; Flickr NO SE VENDE</a>, a photo by <a href="http://www.flickr.com/photos/rocorocks/">Rocorocks</a> on Flickr.</p></div><a href="http://www.flickr.com/">Flickr</a> allows you to connect your WordPress blog, which allows you to use a Flickr photo to illustrate a blog posting by pressing a button.
<p>(I always use this in conjunction with Donncha Ó Caoimh&#8217;s &#8220;<a href="http://wordpress.org/extend/plugins/flickr-blog-this-to-draft-post/">Blog This To Draft</a>&#8221; to prevent it from getting published immediately.)
<p>However, Flickr&#8217;s standard WordPress code isn&#8217;t very good.  It encapsulates the whole thing in <tt>&lt;div></tt>s, which means that WordPress cannot work out that it&#8217;s an image, which leads to all sorts of problems when you&#8217;re trying to pull out the first chunk of text from a posting, for instance in an RSS feed.
<p>However, if you know what you&#8217;re doing, it&#8217;s quite easy to change.  You need to go to your Flickr settings, and then click on the &#8220;Sharing &amp; Extending&#8221; tab.
<p>You should now see your blog (if it isn&#8217;t there, add it by clicking on &#8220;More sites&#8221; and following the instructions).
<p>Now click on the &#8220;edit&#8221; button next to the name of your blog, and click on &#8220;select a blog layout&#8221;.
<p>Now pick one of the layouts by clicking on it, and then choose &#8220;customize&#8221;.
<p>This should display some HTML code such as this (I&#8217;ve added some white-space):</p>
<pre>&lt;div style="float: right; width: 240px;
    margin: 0 0 10px 10px; padding: 0;
    font-size: 0.8em; line-height: 1.6em;">
  &lt;a href="{photo_url}" title="{photo_title}">
    &lt;img src="{photo_src_m}" alt="{photo_title}
      by {uploader_name}" />
  &lt;/a>&lt;br/>
  &lt;span style="margin: 0;">
    &lt;a href="{photo_url}">{photo_title}&lt;/a>,
    a photo by &lt;a href="{uploader_profile}">
      {uploader_name}&lt;/a>
    on Flickr.
  &lt;/span>
&lt;/div>{description}
&lt;br clear="all" /></pre>
<p>Now change it to use WordPress&#8217;s &#91;caption] syntax, e.g.:</p>
<pre>&#91;caption align="alignright" width="240px"]
  &lt;a href="{photo_url}">
    &lt;img src="{photo_src_m}" alt="{photo_title}"
      width="240px" class="size-thumbnail" />
  &lt;/a>
  &lt;a href="{photo_url}">{photo_title}&lt;/a>,
  a photo by
  &lt;a href="{uploader_profile}">{uploader_name}&lt;/a>
  on Flickr.
[/caption]{description}</pre>
<p>Now click &#8220;preview&#8221;.  This will look dreadful, because this is WordPress code, not HTML, but just click on &#8220;save this layout&#8221; anyway.
<p>You should now be able to use the &#8220;share&#8221; button on Flickr to generate pretty WordPress posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2013/02/26/6786/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Philadelphias</title>
		<link>http://blog.widmann.org.uk/2011/08/23/4117/</link>
		<comments>http://blog.widmann.org.uk/2011/08/23/4117/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 08:30:26 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[geography]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=4117</guid>
		<description><![CDATA[Two Philadelphias Originally uploaded by viralbus The centre of Glasgow has been transformed into a copy of Philadelphia for the purpose of shooting a Hollywood movie called &#8220;World War Z&#8221; (starring Brad Pitt). Phyllis and I went down there last Sunday to take a few photos of it. However, when we got home, I tried [...]]]></description>
				<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/photos/viralbus/6070456291/" title="photo sharing"><img src="http://farm7.static.flickr.com/6070/6070456291_9e38d322cd_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/viralbus/6070456291/">Two Philadelphias</a><br />
Originally uploaded by <a href="http://www.flickr.com/photos/viralbus/">viralbus</a><br />
</span>
</div>
<p>The centre of Glasgow has been transformed into a copy of Philadelphia for the purpose of shooting a Hollywood movie called &#8220;World War Z&#8221; (starring Brad Pitt).
<p>Phyllis and I went down there last Sunday to take a few photos of it.
<p>However, when we got home, I tried to compare it to photos of the same places in real Philly, and I must say I find it hard to see the similarity.
<p>I guess the film&#8217;s producers must be counting on very few people actually knowing what Philadelphia looks like!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2011/08/23/4117/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phyllis and the chip-shop menu</title>
		<link>http://blog.widmann.org.uk/2011/08/22/4118/</link>
		<comments>http://blog.widmann.org.uk/2011/08/22/4118/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 21:09:24 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=4118</guid>
		<description><![CDATA[Phyllis holding the article about herself Originally uploaded by viralbus Phyllis sent in a few photos to an Oxfam competition, and the result was a lengthy article in the Evening Times today. Here is the relevant part: A photo of a Glasgow chip shop menu is among images of the city which have been made [...]]]></description>
				<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/photos/viralbus/6071015728/" title="photo sharing"><img src="http://farm7.static.flickr.com/6065/6071015728_6dd13c7f41_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/viralbus/6071015728/">Phyllis holding the article about herself</a><br />
Originally uploaded by <a href="http://www.flickr.com/photos/viralbus/">viralbus</a><br />
</span>
</div>
<p>Phyllis sent in a few photos to an Oxfam competition, and the result was a lengthy <a href="http://www.eveningtimes.co.uk/news/wish-you-were-here-we-re-loving-the-local-delicacies-1.1119027">article in the Evening Times</a> today.
<p>Here is the relevant part:<br />
<blockquote>
<p>A photo of a Glasgow chip shop menu is among images of the city which have been made into postcards.
<p>Tourists will be able to send friends and family the quirky image, which was one of the winners of a competition run by Oxfam.
<p>It is one of four new Glasgow postcards which will go on sale at the Oxfam Bookshop in Royal Exchange Square.
<p>The chip-shop picture was taken by Phyllis Buchanan, 43, from Newton Mearns and bosses had more than 200 entries.
<p>Phyllis, who compiles dictionaries, said: “I took it in West Nile Street. The reason I submitted it is my husband’s Danish, my ex-husband’s French, and the one thing that seems to unite foreigners when they come visit is the dreadful things we eat. I thought foreigners would like to send a postcard like that.
<p>“I was thrilled to be chosen.”</p></blockquote>
<p>I think she would have liked to have won the competition with a more artistic photo, though. <img src='http://blog.widmann.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2011/08/22/4118/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>From 8 mm film to YouTube</title>
		<link>http://blog.widmann.org.uk/2011/01/10/3175/</link>
		<comments>http://blog.widmann.org.uk/2011/01/10/3175/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 18:52:41 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=3175</guid>
		<description><![CDATA[My maternal grandfather, Otto Nielsen, was a keen photographer, and he also recorded the family on 8 mm film from 1973 till around 1978, when he had to stop due to illness. As an example, here is a brief recording from my first birthday (which is quite appropriate, given that my youngest daughter will be [...]]]></description>
				<content:encoded><![CDATA[<p>My maternal grandfather, Otto Nielsen, was a keen photographer, and he also recorded the family on 8 mm film from 1973 till around 1978, when he had to stop due to illness.
<p>As an example, here is a brief recording from my first birthday (which is quite appropriate, given that my youngest daughter will be one tomorrow):
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/kkX0m09uQQ4?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kkX0m09uQQ4?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
<p>However, going from the original film strip to YouTube has not been all that straightforward.
<p>After his death, his 8 mm films were lying around in a drawer in my grandmother&#8217;s flat, mixed up with some films he must have bought at some point.
<p>After quite a few years, my grandmother finally got round to viewing them all with a view to throwing away the ones he hadn&#8217;t made himself, and she took the remaining ones up to a shop where they converted them to VHS, added some easy-listening music and discarded the original films.
<p>This week I then bought a <a href="http://www.amazon.co.uk/gp/product/B003PSI73G?ie=UTF8&#038;tag=thewidblo-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=B003PSI73G">kit</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=thewidblo-21&#038;l=as2&#038;o=2&#038;a=B003PSI73G" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> to connect our VHS recorder to my Windows 7 computer, which creates an MPEG file.
<p>I then loaded this file into iMovie on my Mac (which was a bit tricky, because iMovie won&#8217;t admit that it likes MPEG, so I had to create a MP_ROOT folder at the root level of my USB key and create a folder called  &#8220;101PNV01&#8243; inside this folder and put my MPEG files inside this [<a href="http://discussions.info.apple.com/message.jspa?messageID=5259224">thanks</a>!]).
<p>From then on, it was easy &ndash; iMovie is great for editing films and putting them onto YouTube.
<p>My only remaining problem is what to do about a church service starring my mum which was broadcast back in 1982: I have it on VHS, too, but the video capture software on my PC claims it&#8217;s copy-protected and stops after five seconds. <img src='http://blog.widmann.org.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2011/01/10/3175/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Baroque anatomy</title>
		<link>http://blog.widmann.org.uk/2010/08/12/2629/</link>
		<comments>http://blog.widmann.org.uk/2010/08/12/2629/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:05:21 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=2629</guid>
		<description><![CDATA[The Photoshop Disasters blog is one of those sites that can be mediocre for a while, but then they post something so wonderful that you know you&#8217;ll keep following them forever. I don&#8217;t think I should really comment on this photo &#8211; there&#8217;s really nothing I can add. However, in general I must admit I [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://photoshopdisasters.blogspot.com/2010/08/fredericks-of-hollywood-thigh-anxiety.html"><img src="http://blog.widmann.org.uk/wp-content/uploads/fredericksofbloodyhollywood.jpg" alt="" title="Pregnant legs" width="304" height="432" class="alignleft size-full wp-image-2630" /></a>The <a href="http://photoshopdisasters.blogspot.com/">Photoshop Disasters blog</a> is one of those sites that can be mediocre for a while, but then they post something so wonderful that you know you&#8217;ll keep following them forever.
<p>I don&#8217;t think I should really comment on this photo &ndash; there&#8217;s really nothing I can add.
<p>However, in general I must admit I simply don&#8217;t understand why so many photos get photoshopped.  Surely the original would have been better?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2010/08/12/2629/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is this iPhoto?</title>
		<link>http://blog.widmann.org.uk/2009/10/28/1701/</link>
		<comments>http://blog.widmann.org.uk/2009/10/28/1701/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 22:51:23 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=1701</guid>
		<description><![CDATA[iPhoto &#8217;09 oddness: Broken UI Originally uploaded by Chris Devers I&#8217;ve been playing around with iPhoto on and off ever since Complexli bought the Mac mini for me. In particular, I&#8217;m interested in face recognition. It would be so nice if all your photos could be tagged correctly to show who&#8217;s in them. However, I&#8217;m [...]]]></description>
				<content:encoded><![CDATA[<div style="float: left; margin-right: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/photos/cdevers/3291839600/" title="photo sharing"><img src="http://farm4.static.flickr.com/3195/3291839600_8f53f8dc42_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/cdevers/3291839600/">iPhoto &#8217;09 oddness: Broken UI</a><br />
Originally uploaded by <a href="http://www.flickr.com/people/cdevers/">Chris Devers</a><br />
</span>
</div>
<p>I&#8217;ve been playing around with iPhoto on and off ever since <a href="http://www.complexli.com/">Complexli</a> bought the Mac mini for me.
<p>In particular, I&#8217;m interested in face recognition.  It would be so nice if all your photos could be tagged correctly to show who&#8217;s in them.
<p>However, I&#8217;m less than impressed with iPhoto&#8217;s performance in this area.
<p>One thing is that the face recognition on its own is quite bad.  I appreciate it&#8217;s a hard thing to do well.  It appears to me, though, that it&#8217;s doing a worse job recognising the blond members of the family, such as Léon, than spotting the darker ones, such as Anna.  I read somewhere that it&#8217;s been developed by a Japanese company, which might explain this.
<p>However, I have two major complaints.
<p>Firstly, if you upload a lot of photos in one go (I tried about 15,000), it will keep processing faces in the background forever.  It&#8217;s now been running almost constantly for over a week, so I think it might have entered an infinite loop somewhere.  This means that it will almost never make a suggestion, and it keeps one processor 100% busy constantly, which is not great for system performance.
<p>Secondly, it seems not to use any other information when making guesses.
<p>For instance, if ten photos have been taken within half an hour, and the nine of them contain only Léon, wouldn&#8217;t it be reasonable to suggest that the tenth also contains him?  iPhoto doesn&#8217;t think so: It will happily suggest it&#8217;s Léon on one photo, Anna on the next one, then Gordon, then Charlotte, and so on.
<p>Also, it doesn&#8217;t seem to take dates into consideration.  If there&#8217;s a baby in a photo, it&#8217;s a good guess that it might be Marcel if the photo is from 1997 or 1998, Charlotte if it&#8217;s 2000, Léon if it&#8217;s 2005 or 2006, and Anna if it&#8217;s 2007 or 2008.  But iPhoto will happily make suggestions that are not reasonable given that all photos have a date stamp.
<p>It&#8217;s so frustrating to know that it could easily be improved, but it&#8217;s closed source, so I can&#8217;t do anything.
<p>I prefer open source!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2009/10/28/1701/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plato ponders the Legend of Atlantis</title>
		<link>http://blog.widmann.org.uk/2009/08/07/1428/</link>
		<comments>http://blog.widmann.org.uk/2009/08/07/1428/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 07:20:34 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=1428</guid>
		<description><![CDATA[Plato ponders the Legend of Atlantis Originally uploaded by vintagedept Wow, somebody has borrowed my duck and used it for a cool purpose! Click on the picture and have a look at how it was made.]]></description>
				<content:encoded><![CDATA[<div style="float: left; margin-right: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/photos/vintagedept/3773170864/" title="photo sharing"><img src="http://farm4.static.flickr.com/3533/3773170864_71d9d2aa88_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/vintagedept/3773170864/">Plato ponders the Legend of Atlantis</a><br />
Originally uploaded by <a href="http://www.flickr.com/people/vintagedept/">vintagedept</a><br />
</span>
</div>
<p>Wow, somebody has borrowed <a href="http://www.flickr.com/photos/viralbus/299654876/">my duck</a> and used it for a cool purpose!
<p>Click on the picture and have a look at how it was made.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2009/08/07/1428/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog this to draft</title>
		<link>http://blog.widmann.org.uk/2009/07/24/1406/</link>
		<comments>http://blog.widmann.org.uk/2009/07/24/1406/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 07:00:12 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=1406</guid>
		<description><![CDATA[Blogging For Dummies Originally uploaded by Somewhat Frank I normally write blog postings by finding a nice Creative Commons-licensed photo on Flickr and using the Blog this button above it. However, the consequence is that it appears on my blog immediately, without giving me the chance to proof-read it or anything. It would be much [...]]]></description>
				<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/photos/somewhatfrank/251789400/" title="photo sharing"><img src="http://farm1.static.flickr.com/109/251789400_97a89e0b2e_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/somewhatfrank/251789400/">Blogging For Dummies</a><br />
Originally uploaded by <a href="http://www.flickr.com/people/somewhatfrank/">Somewhat Frank</a><br />
</span>
</div>
<p>I normally write blog postings by finding a nice <i>Creative Commons</i>-licensed photo on Flickr and using the <i>Blog this</i> button above it.
<p>However, the consequence is that it appears on my blog immediately, without giving me the chance to proof-read it or anything.
<p>It would be much better if the blog postings could end up in the Draft folder at first.
<p>I was searching for a plugin to achieve this on the <a href="http://wordpress.org/extend/plugins/">WordPress plugin site</a>, but to no avail.
<p>However, I finally found just what I needed <a href="http://inphotos.org/flickr-blog-this-to-draft/">here</a>.
<p>I just don&#8217;t understand why he hasn&#8217;t made it into a proper plugin package &ndash; it&#8217;s just so useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2009/07/24/1406/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qtpfsgui</title>
		<link>http://blog.widmann.org.uk/2009/07/12/1371/</link>
		<comments>http://blog.widmann.org.uk/2009/07/12/1371/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 21:59:49 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/2009/07/12/1371/</guid>
		<description><![CDATA[Phyllis Originally uploaded by viralbus I was playing around with qtpfsgui, which is a Linux program for creating HDR photos. One of the settings produced this photo, which doesn&#8217;t look at all like an HDR photo, but must more like a classic black and white photo. I like it, but tomorrow Phyllis and I will [...]]]></description>
				<content:encoded><![CDATA[<div style="float: left; margin-right: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/photos/viralbus/3713792399/" title="photo sharing"><img src="http://farm3.static.flickr.com/2089/3713792399_88410b4f56_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/viralbus/3713792399/">Phyllis</a><br />
Originally uploaded by <a href="http://www.flickr.com/people/viralbus/">viralbus</a><br />
</span>
</div>
<p>I was playing around with <b>qtpfsgui</b>, which is a Linux program for creating HDR photos.
<p>One of the settings produced this photo, which doesn&#8217;t look at all like an HDR photo, but must more like a classic black and white photo.
<p>I like it, but tomorrow Phyllis and I will investigate how to create proper HDR photos, too&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2009/07/12/1371/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New camera</title>
		<link>http://blog.widmann.org.uk/2008/04/27/631/</link>
		<comments>http://blog.widmann.org.uk/2008/04/27/631/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 21:33:00 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blog.widmann.org.uk/?p=631</guid>
		<description><![CDATA[Lying on the grass Originally uploaded by PhylB Our beloved Sony α100 started falling apart and we had to send it in to a repair shop. At the same time, I noticed that a shop in Hong Kong called DigitalRev was selling cameras to the UK at a much lower price than shops based here, [...]]]></description>
				<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;"> <a href="http://www.flickr.com/photos/pgautier/2447116100/" title="photo sharing"><img src="http://farm3.static.flickr.com/2158/2447116100_784c8bc7f5_m.jpg" alt="" style="border: solid 2px #000000;" /></a> <br /> <span style="font-size: 0.9em; margin-top: 0px;">  <a href="http://www.flickr.com/photos/pgautier/2447116100/">Lying on the grass</a>  <br />  Originally uploaded by <a href="http://www.flickr.com/people/pgautier/">PhylB</a> </span></div>
<p>Our beloved <a href="http://www.trustedreviews.com/digital-cameras/review/2006/06/09/Sony-Alpha-945-100-Digital-SLR/p1">Sony α100</a> <a href="http://phyllisgautier.blogspot.com/2008/04/stop-press-beloved-family-member-sick.html">started falling apart</a> and we had to send it in to a repair shop.
<p>At the same time, I noticed that a shop in Hong Kong called <a href="http://www.digitalrev.com/en/index.php">DigitalRev</a> was selling cameras to the UK at a much lower price than shops based here, so I ordered a <a href="http://www.dpreview.com/news/0801/08013004sonyalpha300350.asp">350</a> to supplement the old camera.
<p>It arrived Friday, and we&#8217;re now starting to get results.
<p>Look at this photo that Phyllis took of Anna and me: Not only is it in 16:9, but it&#8217;s taken from a bug&#8217;s perspective, something which the tilting live preview screen makes it easy to do.  Note also the resolution &ndash; it&#8217;s 4592 x 2576!
<p>The only annoying thing about the 350 compared to the 100 is that the flash pops up automatically when the camera thinks it&#8217;s needed.  I much preferred the 100&#8242;s flash that you had to pull up manually when you needed it.<br clear="all" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.widmann.org.uk/2008/04/27/631/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->