<?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>Milburn &#187; Other</title>
	<atom:link href="http://instantsolve.net/blog/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://instantsolve.net/blog</link>
	<description>The Life and Work of Thomas Milburn</description>
	<lastBuildDate>Wed, 14 Oct 2009 10:58:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mandelbrot Revisited</title>
		<link>http://instantsolve.net/blog/2009/04/mandelbrot-revisited/</link>
		<comments>http://instantsolve.net/blog/2009/04/mandelbrot-revisited/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 21:28:00 +0000</pubDate>
		<dc:creator>milburn</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://instantsolve.net/blog/?p=155</guid>
		<description><![CDATA[In my last post about the mandelbrot set I said: I would put the Mandelbrot explorer script online however it is very computationally intense. It takes around 5 seconds to generate 1 image. Now I have created a new explorer which you can use. I tried to find a way of replicating my original PHP [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_156" class="wp-caption alignleft" style="width: 330px"><img src="http://instantsolve.net/blog/wp-content/uploads/2009/04/canvas.png" alt="Canvas" title="canvas" width="320" height="240" class="size-full wp-image-156" /><p class="first-child " class="wp-caption-text">&#09;The Mandelbrot Set</p></div>
<p><span title="I" class="cap"><span>I</span></span>n my last post about the mandelbrot set I said:</p>
<blockquote><p>I would put the Mandelbrot explorer script online however it is very computationally intense. It takes around 5 seconds to generate 1 image.</p></blockquote>
<p>Now I have created a <a href="http://instantsolve.net/mandelbrot.htm">new explorer</a> which you can use.</p>
<p>I tried to find a way of replicating my original PHP script in JavaScript. That way the processing is all done on the client computer and not my server. For a while I didn&#8217;t think it was possible until today I came across pixel manipulation using the Canvas element. Internet Explorer users will be disappointed to know that the Canvas element doesn&#8217;t work on their browser and this therefore won&#8217;t work.<span id="more-155"></span></p>
<p>The code is almost the same as the PHP code except that it uses the<br />
<tt>getImageData</tt> and <tt>putImageData()</tt> functions. These functions extract the pixel data from the image and allow it to be manipulated before being saved again, extremely useful.</p>
<p>Why not <a href="http://instantsolve.net/mandelbrot.htm">explore the Mandelbrot Set</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://instantsolve.net/blog/2009/04/mandelbrot-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome 3D Explained</title>
		<link>http://instantsolve.net/blog/2009/04/chrome-3d-explained/</link>
		<comments>http://instantsolve.net/blog/2009/04/chrome-3d-explained/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 07:05:00 +0000</pubDate>
		<dc:creator>milburn</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://instantsolve.net/blog/?p=140</guid>
		<description><![CDATA[Yesterday as you are probably well aware was April Fool&#8217;s Day. Google as ever produced a range of April Fool&#8217;s jokes, this year based around an artificial inteligence system called CADIE. My favourite joke was the 3D chrome browser. Knowing about how 3D images are produced I knew that Google couldn&#8217;t possibly render whole pages [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><img src="http://instantsolve.net/blog/wp-content/uploads/2009/04/3404418736_b6448b9e9c-300x273.jpg" alt="3404418736_b6448b9e9c" title="3404418736_b6448b9e9c" width="300" height="273" class="alignleft size-medium wp-image-139" /><span title="Y" class="cap"><span>Y</span></span>esterday as you are probably well aware was April Fool&#8217;s Day. Google as ever produced a range of April Fool&#8217;s jokes, this year based around an artificial inteligence system called <a href="http://www.google.com/intl/en_us/landing/cadie/">CADIE</a>. My favourite joke was the <a href="http://chrome.blogspot.com/2009/04/introducing-google-chrome-with-3d.html">3D chrome browser</a>.</p>
<p>Knowing about how 3D images are produced I knew that Google couldn&#8217;t possibly render whole pages in real 3D. Instead it uses a <a href="http://chrome.blogspot.com/2009/04/google-chrome-without-3d.html">clever rendering effect</a> to create two identical images of the page and convert one into the red component and the other into the blue and green component.<span id="more-140"></span></p>
<p>This doesn&#8217;t make the page 3D as such but instead when viewed through cyan and red glasses looks like the page comes out of the computer screen. This isn&#8217;t really thrilling and can make your eyes and brain hurt after a short while due to <a href="http://en.wikipedia.org/wiki/Retinal_rivalry">retinal rivalry</a>. </p>
<p>For real anaglyphs you need two images one of the scene viewed from the right and another from the left. Then you can use my <a href="http://instantsolve.net/anaglyph/">anaglyph creator</a> to make your own genuine 3D images. And don&#8217;t forget to download your <a href="http://www.google.com/intl/en/landing/chrome/cadie/glasses.pdf">3D glasses</a> to view them!</p>
]]></content:encoded>
			<wfw:commentRss>http://instantsolve.net/blog/2009/04/chrome-3d-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring Fractals</title>
		<link>http://instantsolve.net/blog/2009/02/exploring-fractals/</link>
		<comments>http://instantsolve.net/blog/2009/02/exploring-fractals/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 12:49:34 +0000</pubDate>
		<dc:creator>milburn</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://instantsolve.net/blog/?p=105</guid>
		<description><![CDATA[Fractals are some of the most intriguing shapes. The Mandelbrot set is one of the most intriguing fractal sets. To be honest with you I don&#8217;t really get what it represents and why it has such a weird shape but I know that it is intriguing to see. For those mathematical boffins the Mandelbrot set [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><img src="http://instantsolve.net/blog/wp-content/uploads/2009/02/mandelbrot3.gif" alt="" title="mandelbrot3" width="200" height="200" class="alignleft size-medium wp-image-125" /><span title="F" class="cap"><span>F</span></span>ractals are some of the most intriguing shapes. The Mandelbrot set is one of the most intriguing fractal sets. To be honest with you I don&#8217;t really get what it represents and why it has such a weird shape but I know that it is intriguing to see.</p>
<p>For those mathematical boffins the <a href="http://en.wikipedia.org/wiki/Mandelbrot_set">Mandelbrot set</a> can be defined as the set of complex values of c for which the orbit of 0 under iteration of the complex quadratic polynomial z<sub>n+1</sub> = z<sub>n</sub><sup>2</sup> + c remains bounded. That is, a complex number, c, is in the Mandelbrot set if, when starting with z<sub>0</sub>=0 and applying the iteration repeatedly, the absolute value of z<sub>n</sub> never exceeds a certain number (that number depends on c) however large n gets. <span id="more-105"></span></p>
<p>I decided to create a PHP script which could visualise the Mandelbrot set for me. With a bit of research, I found some basic code which I modified to make the script. You are free to use and distribute it as you wish. The script does work but It is isn&#8217;t perfect so use at your own risk.</p>
<p><code>&lt;?php<br />
class Mandelbrot<br />
{<br />
var $im;<br />
function colour($value){<br />
$value=$value*ceil(1200/$this-&gt;its);<br />
if($value&lt;256){<br />
$r=255;<br />
$g=$value;<br />
$b=0;<br />
}elseif($value&lt;512){<br />
$r=511-$value;<br />
$g=255;<br />
$b=0;<br />
}elseif($value&lt;768){<br />
$r=0;<br />
$g=255;<br />
$b=$value-512;<br />
}elseif($value&lt;1024){<br />
$r=0;<br />
$g=1023-$value;<br />
$b=255;<br />
}elseif($value&lt;1280){<br />
$r=$value-1024;<br />
$g=0;<br />
$b=255;<br />
}elseif($value&lt;1536){<br />
$r=255;<br />
$g=0;<br />
$b=1535-$value;<br />
}<br />
return imagecolorallocate($this-&gt;im, $r, $g, $b);<br />
}<br />
function Mandelbrot()<br />
{<br />
$this-&gt;im = @imagecreatetruecolor(200, 200);<br />
$this-&gt;y1=is_numeric($_GET['y'])?$_GET['y']:0;<br />
$this-&gt;x1=is_numeric($_GET['x'])?$_GET['x']:0;<br />
$zoom=is_numeric($_GET['zoom'])?100*$_GET['zoom']:100;<br />
$this-&gt;its=(is_numeric($_GET['its']) and $_GET['its']&lt;=1200 and $_GET['its']&gt;0)?$_GET['its']:100;<br />
$d1 = microtime(1);<br />
for ($y = -100; $y &lt; 100; $y++) {<br />
for ($x = -100; $x &lt; 100; $x++) {<br />
$val=$this-&gt;iterate($y/$zoom,$x/$zoom);<br />
imagesetpixel($this-&gt;im, $x+100, $y+100, $this-&gt;colour($val));<br />
}<br />
}<br />
$d2 = microtime(1);<br />
$diff = $d2 - $d1;<br />
header("Elapsed: $diff");<br />
header('Content-Type: image/png');<br />
imagepng($this-&gt;im);<br />
}<br />
function iterate($x,$y)<br />
{<br />
$cr = $y+$this-&gt;y1;<br />
$ci = $x+$this-&gt;x1;<br />
$zi = 0.0;<br />
$zr = 0.0;<br />
$i = 0;<br />
while ($i &lt; $this-&gt;its and $zi2 + $zr2 &lt; 4) {<br />
$i++;<br />
$temp = $zr * $zi;<br />
$zr2 = $zr * $zr;<br />
$zi2 = $zi * $zi;<br />
$zr = $zr2 - $zi2 + $cr;<br />
$zi = $temp + $temp + $ci;<br />
}<br />
return $i;<br />
}<br />
}<br />
$m = new Mandelbrot();<br />
?&gt;</code></p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2009/02/451px-hsv-rgb-comparisonsvg-300x220.png" alt="" title="451px-hsv-rgb-comparisonsvg" width="300" height="220" class="alignleft size-medium wp-image-106" /></p>
<p>The script works in a simple way. It creates a blank canvas of 200&#215;200 pixels. For each pixel it uses the escape time algorithm to check if a point is within the set or not. A value is then returned for how long it took a point to reach the escape condition. Some points take millions of cycles to reach the escape condition so we set a maximum iteration limit. This defines how much detail we see in the mandelbrot set.</p>
<p>This value is used to define the colour of the point. Instead of using value to define the brightness of the point I use the value to define the hue of the point as there are many more possible hues than possible greyscale values. To convert a value into an RGB value needed to plot the point I use a special algorithm. The image above roughly shows how the RGB values are worked out.</p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2009/02/mandelbrot.gif" alt="" title="mandelbrot" width="200" height="200" class="alignleft size-medium wp-image-108" /></p>
<p>I have made the script take 4 input parameters, the x and y coordinates the amount of zoom and the maximum number of iterations allowed. By messing around with these paarmeters you can explore the mandelbrot set in stunning detail.</p>
<p>The outputted images are simply amazing. The image to the left is found at a magnification of 200,000. Its a miniature replica of the Mandelbrot set.</p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2009/02/mandelbrot2.gif" alt="" title="mandelbrot2" width="200" height="200" class="alignright clear size-medium wp-image-111" /></p>
<p>To show you just how much magnification you can get watch the following animation. It goes from a magnification of 1 to 1 billion. With a little more processing time you could easily go much deeper to many billions of billions of times magnification! </p>
<p>I would put the Mandelbrot explorer script online however it is very computationally intense. It takes around 5 seconds to generate 1 image.</p>
<p><strong>Important Update: You can now <a href="http://instantsolve.net/mandelbrot.htm">explorer the mandelbrot set</a>!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://instantsolve.net/blog/2009/02/exploring-fractals/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Father&#8217;s Day</title>
		<link>http://instantsolve.net/blog/2008/06/fathers-day/</link>
		<comments>http://instantsolve.net/blog/2008/06/fathers-day/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 18:55:19 +0000</pubDate>
		<dc:creator>milburn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://instantsolve.net/blog/?p=44</guid>
		<description><![CDATA[Father&#8217;s day was celebrated here in the UK last Sunday. I decided that I&#8217;d rise to the occasion and make something special. I can&#8217;t say that I&#8217;m a whiz with Photoshop because I don&#8217;t actually own a copy of it, instead I rely on a rather old version of Paint Shop Pro. Paint Shop Pro [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child alignright"><img src="http://farm4.static.flickr.com/3071/2577559569_9c3e399f2c_m.jpg" alt="Best dad in the world!" /></p>
<p><span title="F" class="cap"><span>F</span></span>ather&#8217;s day was celebrated here in the UK last Sunday. I decided that I&#8217;d rise to the occasion and make something special. I can&#8217;t say that I&#8217;m a whiz with Photoshop because I don&#8217;t actually own a copy of it, instead I rely on a rather old version of Paint Shop Pro.</p>
<p>Paint Shop Pro is a nice application. It lacks some of the more advanced canvas and brush features of Photoshop which means that it lacks the creative edge. Also I have yet to find a way to convert Photoshop brushes and documents to Paint Shop Pro documents.</p>
<p><span id="more-44"></span>Anyway, I found a <a href="http://psdtuts.com/text-effects-tutorials/create-a-spectacular-grass-text-effect-in-photoshop/">great tutorial</a> on <a href="http://psdtuts.com">psdtuts.com</a> to make a grass effect. My dad loves gardening so I thought it suited him well. I had a quick flick throught the steps to check there was nothing that Paint Shop Pro couldn&#8217;t handle before getting to work.</p>
<p>I think the end result was well worth it and it only took me a couple of hours.  Sure it isn&#8217;t half as good as the tutorial example but my dad was impressed.</p>
<p>You can download the full sized wallpaper from <a href="http://www.flickr.com/photos/26963457@N02/2577559569/">flickr</a>. It&#8217;s a bit late for father&#8217;s day this year though!</p>
<p>Hopefully, I can find some more time to get to grips with Paint Shop Pro and maybe I can find some money as well so I can buy Photoshop!</p>
]]></content:encoded>
			<wfw:commentRss>http://instantsolve.net/blog/2008/06/fathers-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steganography</title>
		<link>http://instantsolve.net/blog/2008/06/steganography/</link>
		<comments>http://instantsolve.net/blog/2008/06/steganography/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 08:48:02 +0000</pubDate>
		<dc:creator>milburn</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://instantsolve.net/blog/?p=42</guid>
		<description><![CDATA[Steganography is what I would call the less powerful and less well known brother of cryptography. Whereas cryptography is encoding something so it can&#8217;t be read without a key, steganography is hiding something so it can&#8217;t be found without directions. Since cryptography offers a greater level of security for less effort it has often been [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="S" class="cap"><span>S</span></span>teganography is what I would call the less powerful and less well known brother of cryptography. Whereas cryptography is encoding something so it can&#8217;t be read without a key, steganography is hiding something so it can&#8217;t be found without directions. Since cryptography offers a greater level of security for less effort it has often been used as opposed to steganography.</p>
<p>Think of cryptography as the lock to a safe. You need a key to open the safe. Steganography is hiding the safe somewhere where it can&#8217;t be found easily such as behind the painting on the wall. To find the safe you need directions. So how is steganography useful in the modern world. It can actually be used in several ways. A secret file can be hidden on your computer so it looks like an ordinary file. I&#8217;m going to show you today how to hide an MP3 file inside a JPEG or GIF image.</p>
<p><span id="more-42"></span>Firstly, we need two files to work with. Create a recording which you wish to hide and save it as an MP3 file then find an innocent GIF or JPEG. Size doesn&#8217;t matter but putting a 10MB MP3 file inside a 10&#215;10 GIF image may look slightly wrong. Place your two images in the same directory.</p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2008/06/screen.gif" alt="" title="screen" class="alignnone size-full wp-image-38" /></p>
<p>Bring up the command prompt and navigate to the directory in which your files are saved using the cd command. Write the following command</p>
<p><code>copy /b wood.jpeg + rain.mp3 test.jpeg</code></p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2008/06/screen2.gif" alt="" title="screen2" class="alignnone size-full wp-image-39" /></p>
<p>Obviously change the file names in the example above. The /b stands for binary so the command prompt will make a binary copy of wood.jpeg and rain.mp3 and combine them in the file test.jpeg.</p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2008/06/screen3.gif" alt="" title="screen3" class="alignnone size-full wp-image-40" /></p>
<p>The file created will operate like a normal JPEG image until you change the extension to mp3 or run the file with a program which only supports MP3 files. This has many uses, you can email inconspicuous images to your friends for them to extract the file hidden within. This technique is not exclusive to MP3 files. You can hide whole zip files inside an image meaning one image can hide an unlimited number of files.</p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2008/06/screen4.gif" alt="" title="screen4" class="alignnone size-full wp-image-41" /></p>
<p>For additional security you could encrypt your files before hiding them inside an image. Steganography and cryptography combined is a powerful weapon against eavesdroppers and code breakers. If they don&#8217;t know where the encrypted message is they can&#8217;t tamper with it or decrypt it.</p>
]]></content:encoded>
			<wfw:commentRss>http://instantsolve.net/blog/2008/06/steganography/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Anaglyphs with PHP</title>
		<link>http://instantsolve.net/blog/2008/06/creating-anaglyphs/</link>
		<comments>http://instantsolve.net/blog/2008/06/creating-anaglyphs/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 13:55:48 +0000</pubDate>
		<dc:creator>milburn</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://instantsolve.net/blog/?p=33</guid>
		<description><![CDATA[I created some stereographic pairs yesterday and used some online software to create an anaglyph for viewers with red and cyan glasses. Creating anaglyphs is in fact a really easy task. All that has to be done is to separate the red layer from the left image and the green and blue layers from the [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="I" class="cap"><span>I</span></span> created some stereographic pairs yesterday and used some online software to create an anaglyph for viewers with red and cyan glasses. Creating anaglyphs is in fact a really easy task. All that has to be done is to separate the red layer from the left image and the green and blue layers from the right image. Finally the three layers are combined to create a colour anaglyph. Simple.</p>
<p>Having a little experience with PHP, I decided to create a simple script to create anaglyphs. First I needed to plan out how the script was going to work. The GD library has no native image filters except in PHP5. My plan works like so.</p>
<p><span id="more-33"></span>Find the size of the image<br />
For every x coordinate<br />
&nbsp;&nbsp;For every y coordinate<br />
&nbsp;&nbsp;&nbsp;&nbsp;Get the red value of the left pixel<br />
&nbsp;&nbsp;&nbsp;&nbsp;Get the green value of the right pixel<br />
&nbsp;&nbsp;&nbsp;&nbsp;Get the blue value of the right pixel<br />
&nbsp;&nbsp;&nbsp;&nbsp;Set the result pixel to red + green + blue<br />
Output image</p>
<p>In PHP this results in:</p>
<p><code><?php<br />
// The file for the left eye<br />
$left = 'left.jpg';<br />
// The file for the right eye<br />
$right = 'right.jpg';<br />
// Get the dimensions<br />
list($width, $height) = getimagesize($left);<br />
// Define our source images<br />
$src_right = imagecreatefromjpeg($right);<br />
$src_left = imagecreatefromjpeg($left);<br />
// Create the canvas<br />
$bwimage= imagecreatetruecolor($width, $height);<br />
//Reads the origonal colors pixel by pixel<br />
for ($y=0;$y<$height;$y++){<br />
	for ($x=0;$x<$width;$x++){<br />
		$rgb_left = imagecolorat($src_left,$x,$y);<br />
		$r = ($rgb_left >> 16) &#038; 0xFF;<br />
		$rgb_right = imagecolorat($src_right,$x,$y);<br />
		$g = ($rgb_right >> 8) &#038; 0xFF;<br />
		$b = $rgb_right &#038; 0xFF;<br />
		//This is where we create the color which is a mix of the red, green and blue channels<br />
		$color = imagecolorallocate($bwimage,$r,$g,$b);<br />
		imagesetpixel($bwimage,$x,$y,$color);<br />
	}<br />
}<br />
// This sets it to a .jpg, but you can change this to png or gif if that is what you are working with<br />
header('Content-type: image/jpeg');<br />
imagejpeg($bwimage);<br />
?></code></p>
<p>I didn&#8217;t think this would work at first because it seems too simple. My tests revealed the images I was outputing were the same as other programmes so it was working. Having said that since I cant find any red and cyan glasses I can&#8217;t really test it properly! Can anyone else verify the images below?</p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2008/06/imagephp.jpg" alt="" title="imagephp" width="371" height="278" class="alignnone size-full wp-image-34" /></p>
<p><img src="http://instantsolve.net/blog/wp-content/uploads/2008/06/imagephp2.jpg" alt="" title="imagephp2" width="226" height="340" class="alignnone size-full wp-image-35" /></p>
<p><strong>Update: If you want to create your own anaglyphs why not use my <a href="http://instantsolve.net/anaglyph/" title="anaglyph creator">free anaglyph creator</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://instantsolve.net/blog/2008/06/creating-anaglyphs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Phoenix Stereo Photos</title>
		<link>http://instantsolve.net/blog/2008/06/phoenix-stereo-photos/</link>
		<comments>http://instantsolve.net/blog/2008/06/phoenix-stereo-photos/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:48:10 +0000</pubDate>
		<dc:creator>milburn</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://instantsolve.net/blog/?p=27</guid>
		<description><![CDATA[Phoenix landed on Mars on the 25th of May. I was quite interested in the landing as I am part of a local astronomy group. I was also very excited when I saw some of the photos which came back from the probe. The probe has an instrument called the Surface Stereo Imager. Being a [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="P" class="cap"><span>P</span></span>hoenix landed on Mars on the 25<sup>th</sup> of May. I was quite interested in the landing as I am part of a local astronomy group. I was also very excited when I saw some of the photos which came back from the probe.</p>
<p><span id="more-27"></span>The probe has an instrument called the <a href="http://en.wikipedia.org/wiki/Phoenix_%28spacecraft%29#Surface_stereo_imager">Surface Stereo Imager</a>. Being a stereo camera means that it has two lenses spaced apart which capture a scene from two very slightly different points. The images sent back can then be turned into 3D images.</p>
<p>Several years ago I picked up a book about stereo images. Using a <a href="http://neil.creek.name/blog/2008/02/28/how-to-see-3d-photos/">cross eyed technique</a> you can see two images taken see images taken side by side as one 3D image. Of course for those of us who haven&#8217;t learnt how to do the cross eyed technique there are two other methods: those really cool <a href="http://en.wikipedia.org/wiki/Anaglyph_image">red and cyan glasses</a> or using special polarized glasses.</p>
<p>For your viewing pleasure I have put together some of the images from the<a href="http://phoenix.lpl.arizona.edu/gallery.php">Phoenix gallery</a> to form stereo pairs. I have also created an image for people with those red and cyan glasses.</p>
<p><img class="alignnone size-medium wp-image-28" title="stereo" src="http://instantsolve.net/blog/wp-content/uploads/2008/06/stereo-300x300.jpg" alt="" width="300" /><br />
<img class="alignnone size-medium wp-image-29" title="stereo1" src="http://instantsolve.net/blog/wp-content/uploads/2008/06/stereo1.jpg" alt="" width="600" /><br />
<img class="alignnone size-medium wp-image-30" title="stereo3" src="http://instantsolve.net/blog/wp-content/uploads/2008/06/stereo3.jpg" alt="" width="600" /><br />
<img class="alignnone size-medium wp-image-31" title="stereo4" src="http://instantsolve.net/blog/wp-content/uploads/2008/06/stereo4.jpg" alt="" width="600" /><br />
<img class="alignnone size-medium wp-image-32" title="stereo2" src="http://instantsolve.net/blog/wp-content/uploads/2008/06/stereo2.jpg" alt="" width="600" /></p>
<p><strong>Update: If you want to create your own anaglyphs why not use my <a href="http://instantsolve.net/anaglyph/" title="anaglyph creator">free anaglyph creator</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://instantsolve.net/blog/2008/06/phoenix-stereo-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A fresh start</title>
		<link>http://instantsolve.net/blog/2008/05/a-fresh-start/</link>
		<comments>http://instantsolve.net/blog/2008/05/a-fresh-start/#comments</comments>
		<pubDate>Sun, 25 May 2008 10:21:57 +0000</pubDate>
		<dc:creator>milburn</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://instantsolve.net/blog/?p=1</guid>
		<description><![CDATA[This is my new blog which I have got up and running. The style stills needs a little touching up here and there but it is all working. Watch this space for more interesting stuff!]]></description>
			<content:encoded><![CDATA[<p class="first-child "><img src="http://instantsolve.net/blog/wp-content/uploads/2008/05/splash1.jpg" alt="David Hockney\&#039;s Bigger Splash" title="Bigger Splash" width="184" height="190" class="alignleft size-full wp-image-19" /></p>
<p><span title="T" class="cap"><span>T</span></span>his is my new blog which I have got up and running. The style stills needs a little touching up here and there but it is all working. Watch this space for more interesting stuff!</p>
]]></content:encoded>
			<wfw:commentRss>http://instantsolve.net/blog/2008/05/a-fresh-start/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
