<?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>Photocritic photography blog &#187; Do It Yourself</title>
	<atom:link href="http://photocritic.org/category/do-it-yourself/feed/" rel="self" type="application/rss+xml" />
	<link>http://photocritic.org</link>
	<description>The Photocritic DIY photography projects blog</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:21:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building a laser trigger for your camera</title>
		<link>http://photocritic.org/camera-laser-trigger/</link>
		<comments>http://photocritic.org/camera-laser-trigger/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:17:37 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Featured Articles]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2675</guid>
		<description><![CDATA[There are loads of reasons for why you could want to trigger your camera remotely &#8211; to avoid camera shake, for example, or to be able to take a photograph of yourself without having to rely on a timer. If you want to build more ambitious projects, however, you may have to consider getting more [...]]]></description>
			<content:encoded><![CDATA[<p>There are loads of reasons for why you could want to trigger your camera remotely &#8211; to avoid camera shake, for example, or to be able to take a photograph of yourself without having to rely on a timer. If you want to build more ambitious projects, however, you may have to consider getting more exotic. </p>
<p>I recently built a little device which triggers my camera whenever a laser beam is broken &#8211; It&#8217;s about as simple an electronics project as you can pull off, but it&#8217;s going to form the base of a couple of other cool projects I&#8217;ll be working on going forward (stay tuned&#8230;), so I figured I&#8217;d do a quick post explaining how I did this. <span id="more-2675"></span></p>
<p><div class="adsensedeluxead"><script type="text/javascript"><!--
google_ad_client = "pub-0188057227511508";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-04-25: Photocritic
google_ad_channel = "5345072929";
google_color_border = "FF0000";
google_color_bg = "FFFFFF";
google_color_link = "FF0000";
google_color_text = "FBCE59";
google_color_url = "B3B3B3";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></p>
<h2>Talking to the camera</h2>
<div id="attachment_2682" class="wp-caption alignleft" style="width: 310px"><a href="http://images.photocritic.org/uploads/2010/02/remote-plug.jpg"><img src="http://images.photocritic.org/uploads/2010/02/remote-plug-300x199.jpg" alt="" title="remote-plug" width="300" height="199" class="size-medium wp-image-2682" /></a><p class="wp-caption-text">This looks a lot like a headphone jack, but it isn't - headphone jacks are 3.5mm, this is 2.5mm. </p></div>
<p>Even though it isn&#8217;t strictly necessary, I decided to use my Arduino (check out <a href="http://arduino.cc">Arduino.cc</a>) as the base for this project. </p>
<p>I say &#8216;not necessary&#8217; because you <a href="http://blog.makezine.com/archive/2007/08/diy_remote_camera_trigger.html">can build this project using just electronic components</a>, which makes it all a lot simpler &#8211; however, what I really wanted to do is to build a base on which I can build further in the future. If you want to get more advanced, it becomes a lot easier to use a programmable micro-controller like the Arduino, so I figured I may as well start where I mean to continue. </p>
<div id="attachment_2683" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2010/02/remote-wires.jpg"><img src="http://images.photocritic.org/uploads/2010/02/remote-wires-300x230.jpg" alt="" title="remote-wires" width="300" height="230" class="size-medium wp-image-2683" /></a><p class="wp-caption-text">I stripped the wires from the remote lead. Connecting green and red triggers the camera. </p></div>
<p>To interface with the camera, I decided to keep things as simple as possible, and I used the 2.5mm jack port on the side of my Canon EOS 450D. If your camera has a different remote control port, you should still be able to use the tips described in this post, but you&#8217;ll have to source the actual plug yourself. </p>
<p>Using the remote control port has several advantages, the biggest of which is that it&#8217;s really easy to trigger the camera this way. All you need to do is to make a connection between two wires! I bought a couple of cheap remote controls from China and used one of &#8216;em to interface with my camera, but you can go into your local electronics store to pick up a 2.5mm jack for next to no money&#8230;</p>
<h2>Triggering the camera with the Arduino</h2>
<p>This is the most important part of this mini-project: As soon as you can trigger the camera with the Arduino, only your imagination will stop you from coming up with ways of using this. Because the Arduino will accept input from any number of sources, you can program it to take photos in just about any circumstance imaginable. Just a few ideas:</p>
<ul>
<li><strong>Motion sensor</strong> (trigger the camera when it senses movement)</li>
<li><strong>Heat sensor</strong> (take a picture when the)</li>
<li><strong>Sound sensor</strong> (take a picture when the dog barks or the phone rings)</li>
<li><strong>Telephone trigger</strong> (Hook up the arduino to a mobile phone. Call or SMS the mobile phone to take a picture)</li>
<li><strong>Timelapse photography</strong> (Program the Arduino to take a photo every minute)</li>
</ul>
<p>There are a few different ways you can use the Arduino to trigger the camera &#8211; I considered using a relay, but the problem is that even very fast relays are quite slow, so I decided to use a transistor instead: </p>
<div id="attachment_2678" class="wp-caption aligncenter" style="width: 310px"><a href="http://images.photocritic.org/uploads/2010/02/camera-trigger.jpg"><img src="http://images.photocritic.org/uploads/2010/02/camera-trigger-300x95.jpg" alt="" title="camera-trigger" width="300" height="95" class="size-medium wp-image-2678" /></a><p class="wp-caption-text">You! At the back! no sniggering at my atroceous schematic drawing skills!</p></div>
<p>The Arduino sends a signal to the transistor, which connects the two leads leading to the camera, which triggers the camera. </p>
<div id="attachment_2692" class="wp-caption aligncenter" style="width: 560px"><a href="http://images.photocritic.org/uploads/2010/02/picture-trigger.jpg"><img src="http://images.photocritic.org/uploads/2010/02/picture-trigger.jpg" alt="" title="picture-trigger" width="550" height="314" class="size-full wp-image-2692" /></a><p class="wp-caption-text">Forgive the rubbish picture - I was prototyping, so it's less than clear what's going on here. The important bits are in the schematic above. Honest, it's piss easy. </p></div>
<h2>Getting the laser trigger to work</h2>
<p>I hooked up a LDR (Light-dependent resistor) with a pull-down resistor to ensure that it wouldn&#8217;t trigger randomly to the analog sensor pin 0 on the Arduino. The programme uploaded to the Arduino is as follows:</p>
<pre>
 int sensorPin = 0;
 int sensorValue = 0;
 int cameraTrigger =  13; 

 void setup() {
   pinMode (cameraTrigger, OUTPUT); }

 void loop() {
   sensorValue = analogRead(sensorPin);
   if (sensorValue > 700) {
// trigger is quite low, might need to be higher in daylight
     digitalWrite (cameraTrigger, LOW);
   }
   else
   {
     digitalWrite (cameraTrigger, HIGH);
     delay(10);
     digitalWrite (cameraTrigger, LOW);
	 delay(1000); // Take max 1 pic per second
   }
 }
</pre>
<p>&nbsp;</p>
<div id="attachment_2680" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2010/02/ldr-schematic.jpg"><img src="http://images.photocritic.org/uploads/2010/02/ldr-schematic-300x174.jpg" alt="" title="ldr-schematic" width="300" height="174" class="size-medium wp-image-2680" /></a><p class="wp-caption-text">Pull-down resistor to ensure true readings, and a LDR to do the actual light measuring. </p></div>
<p>With the arduino all programmed, I just had to add the LDR. </p>
<p>Now, I rigged up a laser module aimed at the LDR, and I checked what the common sensor values were &#8211; turns out that it drops to about 200 when the laser beam wasn&#8217;t hitting the sensor, and goes up to about 900 or so when it is hitting the sensor. I set the sensor trigger to about 700 to give me some leeway. </p>
<p>In the above snippet of code, the interesting stuff happens in the loop: Basically, it checks if the sensor has gone &#8216;dark&#8217;. If it hasn&#8217;t, it simply checks again. </p>
<div id="attachment_2681" class="wp-caption alignleft" style="width: 160px"><a href="http://images.photocritic.org/uploads/2010/02/ldr.jpg"><img src="http://images.photocritic.org/uploads/2010/02/ldr-150x150.jpg" alt="" title="ldr" width="150" height="150" class="size-thumbnail wp-image-2681" /></a><p class="wp-caption-text">The bright pink bit in the photo here is the laser beam hitting the LDR. </p></div>
<p>If the Arduino detects that the sensor has gone &#8216;dark&#8217;, it triggers the camera for 10 milliseconds, then untriggers it. This is to ensure that the camera doesn&#8217;t continue taking photos for the duration of the beam being broken &#8211; I have my camera set to &#8216;one shot&#8217; anyway, but by adding this line of code, it should still work if the camera is set to continuous shooting when the shutter button is held down. </p>
<p>When the Arduino detects a broken beam, it takes a photo, then waits for a second, before checking for a broken beam again. If it&#8217;s still broken, it&#8217;ll take another photo and then waits another second.</p>
<h2>Does it even work?</h2>
<p>Yup. But a video says more than a thousand words so check &#8216;er out:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/g3lgVZBmGA4&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/g3lgVZBmGA4&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>(forgive the crummy video quality, but you get the idea)</p>
<h2>So, er, what the hell can you use this for?</h2>
<p>It&#8217;s all a little bit theoretical at this point, because I haven&#8217;t actually used the trigger for anything useful yet. For one thing, it&#8217;s not very portable yet, but I&#8217;m planning to take a version of this and solder it all together so it&#8217;s a bit more sturdy. At least I know it works, which was the purpose of the exercise. </p>
<p>I have a couple of fantastic ideas for how I can create some pretty cool projects where the camera can just stand there and take photos automatically. Think birds on a bird-feeder, people walking through a doorway, balls in flight, etc.  </p>
<p>If you plan to use the kit to take people by surprise, you may have to hide the lasers away a bit better. In a cleanish room, the red laser is pretty much invisible anyway (although it shows up in specs of dust etc), but if you want the sensor to be completely invisible, you can just use an IR laser instead &#8211; it&#8217;ll make it invisible to the naked eye. </p>
<h2>Disclaimer</h2>
<p>I haven&#8217;t broken my own camera equipment doing any of this, but if you balls things up, there&#8217;s a good chance you might. Be careful, know what you&#8217;re doing, and don&#8217;t come running to me if you blow up your camera, please!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/camera-laser-trigger/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Colour illusion</title>
		<link>http://photocritic.org/colour-illusion/</link>
		<comments>http://photocritic.org/colour-illusion/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:36:22 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Most Popular]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2440</guid>
		<description><![CDATA[Have you ever wished that you could make it look as if your black and white photos were in colour? Well, through the magical powers of chromatic adaptation, you can!
Someone posted a really cool optical illusion on Reddit today, and one of the commenters was wondering how it is done.  
As it turns out, [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wished that you could make it look as if your black and white photos were in colour? Well, through the magical powers of <a href="http://en.wikipedia.org/wiki/Chromatic_adaptation">chromatic adaptation</a>, you can!</p>
<p>Someone posted <a href="http://i.imgur.com/CLvcc.gif">a really cool optical illusion</a> on Reddit today, and one of the commenters was wondering <a href="http://www.reddit.com/r/reddit.com/comments/9x0dg/since_reddit_likes_optical_illusions_so_much_i/c0eul02">how it is done</a>.  </p>
<p>As it turns out, it&#8217;s really quite easy, so I decided to tap out a quick little tutorial. Here is how: <span id="more-2440"></span></p>
<p><div class="adsensedeluxead"><script type="text/javascript"><!--
google_ad_client = "pub-0188057227511508";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-04-25: Photocritic
google_ad_channel = "5345072929";
google_color_border = "FF0000";
google_color_bg = "FFFFFF";
google_color_link = "FF0000";
google_color_text = "FBCE59";
google_color_url = "B3B3B3";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></p>
<p>Start with the original image:</p>
<p><a href="http://www.flickr.com/photos/photocritic/3255378459/" title="Arizona 2003 by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3480/3255378459_c19a345c15.jpg" width="500" height="333" alt="Arizona 2003" /></a><br />
<em><a href="http://www.flickr.com/photos/photocritic/3255378459">Arizona 2003</a> by <a href="http://flickr.com/photocritic">Photocritic on Flickr</a></em> </p>
<div id="attachment_2442" class="wp-caption alignright" style="width: 160px"><a href="http://images.photocritic.org/uploads/2009/10/3-color-saturation.jpg"><img src="http://images.photocritic.org/uploads/2009/10/3-color-saturation-150x150.jpg" alt="Upping the saturation will help your image seem more, er, saturated (clicky for bigger)" title="3-color-saturation" width="150" height="150" class="size-thumbnail wp-image-2442" /></a><p class="wp-caption-text">Upping the saturation will help your image seem more, er, saturated (clicky for bigger)</p></div>
<p>Inverse it in an image editing package like Photoshop or the Gimp (in Photoshop: Image &rarr; Adjustments &rarr; Invert).</p>
<p>Next, increase the saturation a little bit (this will help with the colour perception &#8211; in Photoshop, Image &rarr; Adjustments &rarr; Hue &amp; Saturation). </p>
<p>Finally, blur the photo a little. This will ensure that you concentrate on colour, rather than the texture. In Photoshop, I used Filter &rarr; Blur &rarr; Gaussian Blur, with a setting of 2px, but experiment to see what looks best.</p>
<p>That&#8217;s your first picture:</p>
<p><img src="http://images.photocritic.org/uploads/2009/10/5-blurred-image.jpg" alt="5-blurred-image" title="5-blurred-image" width="550" height="366" class="alignright size-full wp-image-2449" /></p>
<p>For the second picture, simply desaturate your original photo. If you want, you can up the contrast a little bit, or even sharpen it further. </p>
<p><img src="http://images.photocritic.org/uploads/2009/10/6-desaturate1.jpg" alt="6-desaturate" title="6-desaturate" width="550" height="366" class="alignright size-full wp-image-2452" /></p>
<p>The final result? Check out the video below. To see the effect, simply start the video and stare at the horizon. After 20 seconds, the image will change, and you&#8217;ll be able to see the optical illusion: </p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/stdM8BhAZus&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0xe1600f&#038;color2=0xfebd01"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/stdM8BhAZus&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0xe1600f&#038;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>The effect isn&#8217;t very strong in this particular photo, but that&#8217;s because it&#8217;s such a gradient and vibrant photo to begin with. You may find that man-made, simpler structures (buildings etc) have a stronger effect. Experiment away, and if you make a particularly awesome one, why not post it in the comments?</p>
<p>Cheerio!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/colour-illusion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to clean your dSLR sensor</title>
		<link>http://photocritic.org/clean-camera-sensor/</link>
		<comments>http://photocritic.org/clean-camera-sensor/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:31:07 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Cleaning]]></category>
		<category><![CDATA[maintenance]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2254</guid>
		<description><![CDATA[So you have spent thousands on your camera and you&#8217;re wondering how to clean it? Well it&#8217;s a good question to ask; a dirty sensor will impact every single one of your images, as it is &#8211; quite literally &#8211; the focal point of all the camera&#8217;s technology.  That&#8217;s right, your hard earned dollars [...]]]></description>
			<content:encoded><![CDATA[<p>So you have spent thousands on your camera and you&#8217;re wondering how to clean it? Well it&#8217;s a good question to ask; a dirty sensor will impact every single one of your images, as it is &#8211; quite literally &#8211; the focal point of all the camera&#8217;s technology.  That&#8217;s right, your hard earned dollars reduced to the mercy of the elements. Scary thought eh? Despair thee not, young padawan, help is at hand&#8230; </p>
<p>Well, good news! You are in the right place place to learn how to simply, cheaply, and quickly clean your DSLR and get back to the important part; taking photos. <span id="more-2254"></span></p>
<p><!--adsense--></p>
<p>Your goal is to remove dust (and possibly moisture) off the sensor. You want to do this as carefully and easily as you can. There are myriad people who are delighted to take your money off you to help you do this, so let&#8217;s start by picking some of the best: </p>
<h2>Sensor Swab</h2>
<p>&#8216;<a href="http://www.photosol.com/swabproduct.htm">Sensor Swab</a>&#8216; is the preferred method and for a very good reason; it&#8217;s a mighty fine product which is recommended by quite a few of the camera manufacturers to boot. Sensor Swab is a wet solution which is applied to the sensor by a, well, swab.</p>
<p>For around $25 you can get yourself a kit and that will remove both wet and dry dust. It is 99.9% effective when done properly and even offers a guarantee in case of damage to the sensor &#8211; which is handy, because replacing a damaged sensor is filthy expensive. The downside is that it can&#8217;t be shipped by air and is illegal in some countries (due to containing methanol). If you&#8217;ve got a decent camera shop nearby, however, they probably stock some &#8211; go talk to your friendly neighbourhood lenspeddler to find out. </p>
<h2>Brush</h2>
<p>Here is the old fashion method. Offering multiple uses and a straight forward method the brush definitely has some advantages. Brushes generally use a method that utilizes static allowing the brush fibers to remove stubborn dust. A brush is also very transportable.  </p>
<p>Down sides include the fact that the brush cannot be cleaned and can&#8217;t remove wet dust or moisture. A standard brush will cost about $25 while the &#8216;<a href="http://is.gd/2rGia">Brush Off</a>&#8216; brand (which is more effective) will set you back about $50.</p>
<h2>Blower</h2>
<p>Using an air blower &#8211; like the <a href="http://is.gd/2rGc9">Giottos Air Rocket</a> &#8211; is what your manual will recommend, the reason for this is there is no contact required with the sensor, which reduces the risk of anything going wrong. Unfortunately the downside is that the blower is not that effective, and doesn&#8217;t actually remove the dust from the inside of your camera; it merely shuffles it about a bit. In addition, it will struggle to remove dust with a static charge and anything with moisture.</p>
<p>Despite its downsides, using an air blower is often the easiest thing to do when you&#8217;re in the field &#8211; it&#8217;s easy to transport, relatively cheap, and gets rid of the worst dust in a quick and capable way. </p>
<h2>Time for a spring clean!</h2>
<p><!--adsense--></p>
<p><img src="http://images.photocritic.org/uploads/2009/08/sensor-1-300x200.jpg" alt="sensor-1" title="sensor-1" width="300" height="200" class="alignright size-medium wp-image-2256" /></p>
<p>Every once and again, you need to clean your sensor properly; depends on how much you use your camera, but for me, it&#8217;s approximately every 2-3 months or so, a process which involves several of the products above. Here&#8217;s how to do it: </p>
<p><strong>Charge the Battery</strong> – If your battery dies at any point this can be very bad news and step 2 explains why.</p>
<p><strong>Open Shutter</strong> – This is different for all cameras but most have a &#8217;sensor cleaning mode&#8217; which will open the shutter and move the mirror aside so you can access the sensor for cleaning. If the battery dies during this phase will close and possible take the swab with it which will probably cause damage to the inside of your camera. </p>
<p><strong>Blow out excess dust</strong> – Look for a dust free environment and begin blowing, this removes the big particles of dust. Never use compressed air in a &#8217;spray can&#8217; for this (it leaves a residue) &#8211; get one of the bellow-style blowers like the Giottos Air Rocket described earlier in this article. This is extremely important because if this isn&#8217;t done at a later stage you can be dragging particles around with the swab, causing scratches and more problems than you had before.  (NOTE: Some people will suggest using a foot pump because your hands are free, DO NOT DO THIS. Reason being a foot pump has too much power and sits on the floor drawing in dust and dirt)</p>
<p><strong>Take a look</strong> – Use a small torch/flashlight (the little single-LED torches are great for this) to spot exactly where there are dust particles on your sensor</p>
<p><strong>Swab</strong> – Use as little swabbing liquid as you can while swabbing and apply with the pressure of the pen. Use one side of the swab for the liquid solution, and the other to wipe when complete &#8211; whatever you do, don&#8217;t touch the swab itself. </p>
<p><strong>Do some test shots</strong> &#8211; the easiest way to do this is to take a photo of a blue sky or similar even, bright surface, and look at your image at 100% magnification on your computer. If you still see problems, it&#8217;s back to point 1 for a second try. </p>
<p>Now comes the trickiest bit; going back out there and taking shots so awesome that they&#8217;re worthy of your freshly cleaned imaging sensor. Good luck and have fun!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/clean-camera-sensor/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Nude self portraiture</title>
		<link>http://photocritic.org/nude-self-portrait/</link>
		<comments>http://photocritic.org/nude-self-portrait/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:15:40 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Guest Written]]></category>
		<category><![CDATA[nude]]></category>
		<category><![CDATA[self portraiture]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2226</guid>
		<description><![CDATA[Taking photos of yourself has a certain under-tone of intimacy about it at the very least; but choosing to shed your clothes and do the same thing adds a whole new dimension to the experience. 
One of my long-time readers, Brigitte, told me her approach to nude photography; She doesn&#8217;t share her photos with anyone, [...]]]></description>
			<content:encoded><![CDATA[<p>Taking photos of yourself has a certain under-tone of intimacy about it at the very least; but choosing to shed your clothes and do the same thing adds a whole new dimension to the experience. </p>
<p>One of my long-time readers, Brigitte, told me her approach to nude photography; She doesn&#8217;t share her photos with anyone, but decided to take them for her own sake. It made me think; I know that my blog is quite strongly in favour in sharing all your photos with the whole world, but perhaps that misses a little bit of the point; Who are we, in fact taking photos for? Anyway &#8211; that&#8217;s a topic for another post&#8230; Today, it&#8217;s Brigitte&#8217;s turn&#8230;<span id="more-2226"></span></p>
<p><!--adsense--></p>
<h2>Nude in front of (and behind) the lens</h2>
<p>A few days ago I was reading articles on nude photography… and these took me down memory lane. When I was pregnant for the second time, I used to take a thorough look at myself everyday in the mirror and marvel at the way my body had changed. There is an immense softness in a pregnant woman’s curves which I find very appealing, and I knew from my first pregnancy that once the baby is born, it’s easy to forget the way you looked before.</p>
<p>This time, I very much wanted to be able to remember my whole life the way my body was right before I gave birth. Of course, I had lots of pictures taken by my family and friends, but it felt like cheating, by hiding some of the curves while emphasizing others.  Most were not very becoming, either… these pictures were taken on the fly, showing me in whatever position I had deemed comfortable at the time, and I felt it was really unfair. To be totally honest, I’m pretty sure I’ve torn and thrown away the vast majority of these!</p>
<p><img src="http://images.photocritic.org/uploads/2009/07/pregnant-main.jpg" alt="pregnant-main" title="pregnant-main" width="549" height="366" class="aligncenter size-full wp-image-2228" /></p>
<h2>Trusting others vs trusting yourself</h2>
<p>I know lots of people can undress in front of a photographer they trust (Demi Moore, to name but one!), but I simply felt I could never do that, underwear or not, nine months pregnant or not. I did not trust anybody else’s look but mine on my body to take these pictures, not even my husband’s (OK, he’s a poor photographer anyway!), and I realized I would have to be both the photographer and the model.</p>
<p><img src="http://images.photocritic.org/uploads/2009/07/pregnant-2.jpg" alt="pregnant-2" title="pregnant-2" width="200" height="300" class="alignleft size-full wp-image-2227" />I selected a plain white wall with a wooden door as the background for my pictures, no direct sunlight but no artificial light either, and set-up my Canon EOS 20D on a tripod. I made the necessary adjustments in terms of sensibility and focus, selected the B&#038;W mode, and used the self-timer to take the pictures. Between each shot I practiced in front of a full length mirror&#8230; I wanted to be able to share these pictures with my children when they grow up, so I was determined to be as beautiful as possible (of course!), and if sensuality was permitted, I did not want these pictures to turn out erotic.</p>
<p>And that’s the best part. I know I may sound like a control freak, but I was the one who wanted these pictures, and I greatly appreciate the fact that I got to do them myself, without being subjected to anyone’s influence. In the end, all the decisions were mine, and if I had not liked the result, I could just have discarded all the pictures without any hesitations, regrets, or fear to offend the photographer.</p>
<h2>Find out more!</h2>
<p>Brigitte is a 34-year-old French lady who works as a <a href="http://www.bewritten.com/">translator and editor</a>. You can find Brigitte&#8217;s blog on <a href="http://www.tequilas-secrets.com">tequilas-secrets.com</a>, with her photos in the, er, <a href="http://www.tequilas-secrets.com/?Photographies">photos category</a>. If you&#8217;re of the Twittering kind, she can be found on @<a href="http://twitter.com/Brigitte_Ba">Brigitte_Ba</a>, as well. </p>
<p><em>The photos in this post are from iStockPhoto</em></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/nude-self-portrait/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Digital Schizophrenia</title>
		<link>http://photocritic.org/digital-double-exposures/</link>
		<comments>http://photocritic.org/digital-double-exposures/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 05:23:37 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Photo editing]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[digital editing]]></category>
		<category><![CDATA[digital schizophrenia]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2006/digital-double-exposures/</guid>
		<description><![CDATA[One of the first things I started doing when I started shooting digital images, was thinking of ways of doing digital double exposures &#8211; adding one part of an image to another &#8211; for a greater impact of my digital shots. It turned out to be relatively simple, but carrying high impact. All it takes [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first things I started doing when I started shooting digital images, was thinking of ways of doing digital double exposures &#8211; adding one part of an image to another &#8211; for a greater impact of my digital shots. It turned out to be relatively simple, but carrying high impact. All it takes is suitable photos, a copy of Photoshop (or the <a href="http://www.gimp.org/">Gimp</a>, which is sort-of nearly as good as Photoshop, but free), and a bucket full of time&#8230;</p>
<p>Have you made any cool images using this method? Post them somewhere on the internet &#8211; your blog, perhaps &#8211; and add a link to the comments, so we can admire the photos!<span id="more-340"></span></p>
<p><!--adsense--></p>
<p>Starting with a series of photographs taken with the camera on a tripod, to ensure that the angle doesn&#8217;t change:</p>
<p><img id="image344" src="http://images.photocritic.org/uploads/2006/11/schizo-progress-5.jpg" alt="schizo-progress-5.jpg" width="500" height="333" /></p>
<p><img id="image344" src="http://images.photocritic.org/uploads/2006/11/schizo-progress-4.jpg" alt="schizo-progress-4.jpg" width="500" height="333" /></p>
<p><img id="image344" src="http://images.photocritic.org/uploads/2006/11/schizo-progress-2.jpg" alt="schizo-progress-2.jpg" width="500" height="333" /></p>
<p><img id="image344" src="http://images.photocritic.org/uploads/2006/11/schizo-progress-1.jpg" alt="schizo-progress-1.jpg" width="500" height="333" /></p>
<p>I loaded all of them into Photoshop, and copied them to the same document in different layers. When doing this type of editing, it makes sense to arrange the images in a way that allows you to work from top to bottom, or from left to right. So the first thing you need to do is arrange the layers in a way where they have a logical progression. In the case of the images above, I layered them in the order  4 &#8211; 5 &#8211; 2 &#8211; 1, with 1 on the bottom</p>
<p>The easiest way of doing these photos is by doing it in a way that the character doesn&#8217;t interact with itself, but on the other hand it is a lot more believable if they occupy the same field of view (i.e overlap) or interact in some way &#8211; getting them to hand things to each other, or similar, is an additional layer of messing with your readers&#8217; brains. </p>
<p>Now, in the top image, carefully cut out the area you don&#8217;t need. The trick is to cut off as little as possible. For the sake of example, I&#8217;ll show you what I would do if I were to add another photo all the way to the right of this montage:</p>
<p><img id="image350" src="http://images.photocritic.org/uploads/2006/11/schizo-progress-cutout.jpg" alt="schizo-progress-cutout.jpg" width="500" height="333" /></p>
<p>By leaving as much of the image intact as possible, chances of getting the cut-out wrong are limited. In this case, because the right side of the girl isn&#8217;t cut out at all, there are no mistakes to be made!</p>
<p>Hide this layer, and move on to the next one, and the next one, etc. </p>
<p>Finally, you&#8217;ll probably spend a bit of time carefully polishing your cut-outs. You may also need to darken some areas to ensure that the shadows look genuine &#8211; do you remember what we said about that in <a href="http://www.photocritic.org/2006/spotting-photoshopped-photos/">How to spot Photoshopped Images</a>? Exactly. </p>
<p>Now, when you&#8217;ve put all the photos together, you get a result that looks like it could happen, if it hadn&#8217;t been for the fact that this lady doesn&#8217;t have any siblings, much less quaduplets&#8230;</p>
<p><img id="image349" src="http://images.photocritic.org/uploads/2006/11/schizo-finished.jpg" alt="schizo-finished.jpg" width="500" height="333" /></p>
<h2>Couple of examples</h2>
<p>Do you like this stuff? Well, have a go at it yourself! And just to get you on your way, why don&#8217;t we add some more examples? The following three were taken free-hand, with quick series of five shots for each photo. In case you recognise the background: Yes, it&#8217;s taken in Vigerlandsparken, in Oslo, Norway. I think it was around 2003 or so. </p>
<p><a href="http://www.flickr.com/photos/photocritic/289224187/" title="Skatezophrenia by Photocritic.org, on Flickr"><img src="http://farm1.static.flickr.com/120/289224187_254b32e0d9.jpg" width="500" height="333" alt="Skatezophrenia" /></a><br />
Photo: <em><a href="http://www.flickr.com/photos/photocritic/289224187">Skatezophrenia</a> by <a href="http://www.flickr.com/photos/photocritic">Photocritic.org on Flickr</a></em></p>
<p><a href="http://www.flickr.com/photos/photocritic/289224172/" title="Skate-zo-phrenia-104.jpg by Photocritic.org, on Flickr"><img src="http://farm1.static.flickr.com/109/289224172_0cb7017be3.jpg" width="500" height="333" alt="Skate-zo-phrenia-104.jpg" /></a><br />
Photo: <em><a href="http://www.flickr.com/photos/photocritic/289224172">Skate-zo-phrenia 104</a> by <a href="http://www.flickr.com/photos/photocritic">Photocritic.org on Flickr</a></em></p>
<p><a href="http://www.flickr.com/photos/photocritic/289224144/" title="Skate-zo-phrenia by Photocritic.org, on Flickr"><img src="http://farm1.static.flickr.com/119/289224144_2f1db0b46f.jpg" width="500" height="333" alt="Skate-zo-phrenia" /></a><br />
Photo: <em><a href="http://www.flickr.com/photos/photocritic/289224144">Skate-zo-phrenia</a> by <a href="http://www.flickr.com/photos/photocritic">Photocritic.org on Flickr</a></em></p>
<p>So, what do you reckon? Can you do better? Of course you can! Get cracking, and post the results in the comments &#8211; I&#8217;m curious!</p>
<h2>Couple of other examples</h2>
<p><a href="http://www.flickr.com/photos/photocritic/3241064126/" title="Self portrait with self by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3441/3241064126_8eaf8ddc5b.jpg" width="333" height="500" alt="Self portrait with self" /></a><br />
Photo: <em><a href="http://www.flickr.com/photos/photocritic/3241064126">Self portrait with self</a> by <a href="http://www.flickr.com/photos/photocritic">Photocritic.org on Flickr</a></em></p>
<p><a href="http://www.flickr.com/photos/photocritic/3240229497/" title="Jonathan Squared by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3460/3240229497_4de4ae7402.jpg" width="333" height="500" alt="Jonathan Squared" /></a><br />
Photo: <em><a href="http://www.flickr.com/photos/photocritic/3240229497">Jonathan Squared</a> by <a href="http://www.flickr.com/photos/photocritic">Photocritic.org on Flickr</a></em></p>
<p>Finally, if you like these, you can get loads more inspiration on the <a href="http://www.flickr.com/groups/multiexpose/">Multiple Exposure group</a> on Flickr!</p>
<p><em>This post was originally posted in 2006 (which is why the observant among you will notice a couple of old comments on this post &#8211; so no, you&#8217;re not going loopy:).  I&#8217;ve updated it and added a few more photos, hence the re-publish. </em></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/digital-double-exposures/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>DIY pinhole for dSLR</title>
		<link>http://photocritic.org/diy-pinhole-for-dslr/</link>
		<comments>http://photocritic.org/diy-pinhole-for-dslr/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 20:15:54 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Alternative photography styles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Pinhole]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=1413</guid>
		<description><![CDATA[If you&#8217;ve been around photography for a while, you&#8217;ve probably come across the term &#8216;pinhole&#8217;. Basically, it&#8217;s the simplest form of bending-light-into-the-shape-you-need-it-to-be you can possibly do. A well-built pinhole camera can take gorgeous photos, with incredible depth of field, with a wonderful lo-fi look to them. 
But what if you can&#8217;t be bothered getting your [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been around photography for a while, you&#8217;ve probably come across the term &#8216;pinhole&#8217;. Basically, it&#8217;s the simplest form of bending-light-into-the-shape-you-need-it-to-be you can possibly do. A well-built pinhole camera can take gorgeous photos, with incredible depth of field, with a wonderful lo-fi look to them. </p>
<p>But what if you can&#8217;t be bothered getting your hands dirty with sheet film, developing or even having to build your own pinhole camera? If you fancy having a go at pinhole photography while using your trusty digital SLR, then this is everything you need to know to build your first pinhole &#8216;lens&#8217;. </p>
<p><span id="more-1413"></span></p>
<p><!--adsense--></p>
<h2>It starts with a body cap</h2>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-01.jpg" alt="diy-pinhole-01" title="diy-pinhole-01" width="300" height="225" class="alignright size-full" />The first thing you&#8217;re going to need is a camera body cap. </p>
<p>You can either use the one that came with your camera (but you&#8217;ll be cannibalising this body cap, just like you did when you followed the instructions to create my macro extension tube out of a Pringles can) of you may want to get a second one. They are cheap as chips on eBay these days (I bought 2 of &#8216;em for £3), so you may as well get a spare&#8230;</p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-02.jpg" alt="diy-pinhole-02" title="diy-pinhole-02" class="alignright" />Now, to prepare the camera body cap, I used some coarse sanding paper to take the logo off, then some finer sanding paper to get the coarseness down a little. There&#8217;s no good reason for doing this, other than that it&#8217;s a little easier to work with a flat surface than one with the logo of your camera embossed on the front. </p>
<p>If you wished, you could just drill a hole in the body cap and mount the actual pinhole to the inside of the cap instead, but seeing as how I&#8217;m planning to experiment with different pinholes in the nearby future, I like the idea of having the pinhole bit mounted on the front &#8211; easier to work with that way. </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-03.jpg" alt="diy-pinhole-03" title="diy-pinhole-03" width="300" height="100" class="alignright" />Now, you&#8217;ll have to forgive me for the blurriness of this illustration image &#8211; it&#8217;s tricky to hold a drill and a camera cap and a camera to take the photo all at the same time. </p>
<p>The real reason for taking this &#8216;action shot&#8217;, however, is that I didn&#8217;t want to look like a complete amateur, even though I was using a masonry bit in my drill. Of course, going through all the trouble to avoid showing you lot, only to then go ahead and tell you in the body copy anyway is a bit of a waste. You&#8217;ll have to forgive me. </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-04.jpg" alt="diy-pinhole-04" title="diy-pinhole-04" width="300" height="100" class="alignright" />Anyway, you end up with a body cap with a hole in it. Finish the hole by sandpapering down the rough edges both on the front and the back of the body cap, and remember to sandpaper the inside a little bit too &#8211; if for no other reason than to get a prettier finish. </p>
<p>Now, a very important step: you need to wash the body cap very well indeed. after all the sandpapering, it&#8217;ll be covered in black dust, and this is the kind of stuff you really don&#8217;t want to be stuck inside your camera &#8211; especially not on your imaging chip! </p>
<h2>Creating the pinhole itself</h2>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-05.jpg" alt="diy-pinhole-05" title="diy-pinhole-05" width="300" height="100" class="alignright" />Next up, we&#8217;re going to create the pinhole itself. There&#8217;s tons of way of doing this, but I&#8217;m a big fan on using whatever you have to hand. You need a material which is soft enough to work with efficiently, but it needs to be firm enough to be at least a little bit durable. </p>
<p>A coca-cola or beer can is perfect, but since I didn&#8217;t have any of those kicking about (I know, it&#8217;s mad, isn&#8217;t it? I seem to have lots of empty beer- and wine bottles, though, but they don&#8217;t make for great pinhole photography), I decided to use the side-wall of a tea light instead. </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-06.jpg" alt="diy-pinhole-06" title="diy-pinhole-06" width="300" height="100" class="alignright" />Drinks cans and tea light are made of soft aluminium, so you should be able to cut them with a pair of kitchen scissors without any problem. Beware that the edges may be very sharp, though, and you don&#8217;t want blood everywhere, so be careful. </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-07.jpg" alt="diy-pinhole-07" title="diy-pinhole-07" width="300" height="100" class="alignright" />With a very sharp implement (like a safety pin or similar), push gently into the aluminium. It helps if you have a soft-ish surface like a writing pad (that&#8217;s why all the photos are taken on lined paper. Well, that, and laziness). You want to push and turn the needle so you can only just barely see a hole. </p>
<p>Now, using extremely finely gritted sanding paper (I used 1200 paper), polish down the opposite side of where you poked the pin through. </p>
<p>The reason for the sandpapering is two-fold: for one, you don&#8217;t want the burrs on the other side of the metal, but you also want to make the metal as thin as possible, because the thinner the metal is, the finer your pinhole photos will be. </p>
<p>There are advanced ways of making the metal thin enough, or if you&#8217;re properly hardcore, you can get a professionally laser-cut pinhole body cap (see the &#8216;further reading&#8217; section below for a link), but as long as you&#8217;re doing your best with making the hole a) as small as possible and b) as round as possible, you should be able to start making pinhole photographs soon. </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-08.jpg" alt="diy-pinhole-08" title="diy-pinhole-08" width="300" height="100" class="alignright" />When you think you&#8217;ve had a pretty good stab (haha, see what I did there) at making your first pinhole, hold it up to the light. If you can see that it isn&#8217;t perfectly round, discard your piece of metal and try again. It should look roughly like it does in the photo. Of course, the size of the pinhole is very important as well, but for now, we just want to make images appear, so this is a pretty good start. </p>
<h2>Putting the two together</h2>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-09.jpg" alt="diy-pinhole-09" title="diy-pinhole-09" width="300" height="100" class="alignright" />Now, you&#8217;re going to want to mount the pinhole to the centre of your body cap. Measure the centre carefully (or just take a wild guess, it&#8217;s up to you, really. I&#8217;m firmly in the guessing camp on this one), and simply tape the strip to your body cap. Also, I wish to apologise for the blurriness of this photo &#8211; you&#8217;d have thought I was capable of taking a sharp macro photo by now, but I guess that&#8217;s not the case. I blame my camera, the light, and London Transport Police because obviously, it couldn&#8217;t possibly have anything to do with me just rushing things a little bit in my excitement. </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-10.jpg" alt="diy-pinhole-10" title="diy-pinhole-10" width="300" height="100" class="alignright" />Next, use a sharpie (or whatever black permanent marker you might have handy at the time), and black out the front and back of the visual metal. I&#8217;m not sure if this is actually good for anything, but it makes me feel better thinking that I&#8217;ve at least tried to reduce the refractions on my aperture ever so slightly. That, and it makes the lens cap look more home-made, which is always a bonus. </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-11.jpg" alt="diy-pinhole-11" title="diy-pinhole-11" width="300" height="213" class="alignleft size-full wp-image-1426" />After the previous step, you&#8217;ve actually finished everything you need to do to create a pinhole photograph! I decided to add an extra step, which is to add an additional white cover to the front of the pinhole body cap (because, obviously, if it&#8217;s a DIY project you have to add such adornments. And also, it&#8217;s a marvelous excuse for me to post a photograph of myself on my own blog), but that&#8217;s just me. </p>
<p>Now, it&#8217;s time to actually start taking some damed photographs, finally! Put the body cap on your camera, and set your mode dial to &#8216;manual&#8217;. Turn to a low-ish ISO (100 or 200 are good starting points) and a long shutter time. If you&#8217;re taking photos outdoors, start with 10 seconds and then adjust. </p>
<p>If you can&#8217;t see anything, you need to check if you&#8217;ve accidentally put the wrong body cap on your camera, and then select a longer shutter time. </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-pinhole-12.jpg" alt="diy-pinhole-12" title="diy-pinhole-12" width="300" height="100" class="alignright size-full wp-image-1427" />With all the equipment finally put together in a half-way meaningful fashion, I figured it was time to start shooting some photographs&#8230;</p>
<h2>Time to experiment!</h2>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-example-2.jpg" alt="diy-example-2" title="diy-example-2" width="550" height="412" class="alignnone size-full wp-image-1441" /><br />
Coca-Cola </p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-example-3.jpg" alt="diy-example-3" title="diy-example-3" width="550" height="367" class="alignnone size-full wp-image-1442" /><br />
Coffee cup</p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-example-4.jpg" alt="diy-example-4" title="diy-example-4" width="550" height="367" class="alignnone size-full wp-image-1443" /><br />
Coffee</p>
<p><img src="http://images.photocritic.org/uploads/2009/02/diy-example-5.jpg" alt="diy-example-5" title="diy-example-5" width="550" height="367" class="alignnone size-full wp-image-1444" /><br />
Portrait</p>
<h2>Autopsy of my photos</h2>
<p>As you can see, all the photos came out a little bit on the fuzzy side. </p>
<p>One of the big problems you have when you&#8217;re shooting digital pinholes is that your imaging chip is absolutely tiny &#8211; the camera I was using here, a Canon 450D, has a 22.2 x 14.8 mm CMOS sensor. Compare that to a 36&#215;24mm &#8216;normal&#8217; negative, or the 60&#215;60mm roll film (or even sheet film) that they&#8217;ve got in the analogue world, and it becomes clear that you have an awful lot less leeway. </p>
<p>The tiny sensor also has implications on how precise your pinhole needs to be &#8211; both in roundness (which is nigh-on impossible to get right with a safety pin) and in size (which, again, is tricky, although there is a way of measuring the size of your pinhole <a href="http://ca.geocities.com/penate@rogers.com/diameter.htm">with a scanner</a>)</p>
<p>However, the purpose of this exercise wasn&#8217;t to get perfect, super-sharp photographs, but go get a feel for how it&#8217;s actually possible to take photographs without having a lens attached to the front of your camera, for next to no money at all!</p>
<h2>Further reading and inspiration</h2>
<p>If this article has whet your appetite for pinhole stuff, but you just can&#8217;t get the tooling right (or if you&#8217;d rather be out there taking photos than actually mucking about with drills and bits of metal), you can <a href="http://www.lenoxlaser.com/pinholephotos/SLR_Pinhole_Camera_Kits.html">buy a specially made body cap</a> with a laser-cut pinhole.  </p>
<p>Wikipedia, as always, has <a href="http://en.wikipedia.org/wiki/Pinhole_camera">a pretty good article on pinhole photography</a>, and in the <a href="http://en.wikipedia.org/wiki/Pinhole_camera_model">Pinhole Camera Model</a> article, they go into ludicrous detail of the mathematics and optics behind pinhole photography.  </p>
<p>The <a href="http://www.pinhole.com">Pinhole Visions</a> website over on Pinhole.com is a huge and useful resource for learning more about pinhole photography. </p>
<p>For inspiration, I direct you yet again to the awesome <a href="http://slowlight.net">Slowlight.net</a> belonging to Katie. Also, hidden deeply inside her site is a list of links (see the bottom of <a href="http://slowlight.net/info/info02.html">this page</a>) which has links to a ton of interesting pinhole photographers. </p>
<p>You can also try Flickr, where there are a whole load of interesting and quite active pinhole photography groups, like <a href="http://flickr.com/groups/pinholers/">Pinholers</a>, <a href="http://flickr.com/groups/pinholephotography/">Pinhole Photography</a>, and the oddly apt, considering this article <a href="http://flickr.com/groups/95279410@N00/">Digital Pinholes</a></p>
<p>As usual, I&#8217;m sure I&#8217;ve left off tons of links, but that&#8217;s where you guys come in &#8211; Got ideas or recommendations? Post a comment!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/diy-pinhole-for-dslr/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Pan and scan, baby</title>
		<link>http://photocritic.org/scanner-photography/</link>
		<comments>http://photocritic.org/scanner-photography/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 14:29:49 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Alternative photography styles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[JPG Magazine]]></category>
		<category><![CDATA[Pan and Scan]]></category>
		<category><![CDATA[Raymundo Panduro]]></category>
		<category><![CDATA[Scanner]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2007/scanner-photography/</guid>
		<description><![CDATA[If your digital camera has just packed it in, or you just feel like shaking things up a little bit, why not consider alternative photography? After all, using a camera isn&#8217;t the only way to get stuff into your computer for processing&#8230; Instead of scanning your prints, why not skip the camera altogether and scan [...]]]></description>
			<content:encoded><![CDATA[<p>If your digital camera has just packed it in, or you just feel like shaking things up a little bit, why not consider alternative photography? After all, using a camera isn&#8217;t the only way to get stuff into your computer for processing&#8230; Instead of scanning your prints, why not skip the camera altogether and scan the objects you&#8217;re photographing? <span id="more-863"></span></p>
<p><!--adsense--></p>
<p>It ain&#8217;t nothin&#8217; new &#8211; at the dawn of the internet, there was a site where people <a href="http://members.aol.com/mdserval/catscan.html">put their kittens on a scanner</a>, and saw what came out &#8211; normally, little blurry bunches of fur that were confused by the sound and moving light &#8211; but good fun nonetheless. </p>
<p>Of course, you can go beyond the nefarious business of scanning your pets &#8211; Use your imagination, and you can use your scanner to scan 3D objects: Cigars, apples, bugs &#8211; all you need is a bit of imagination. </p>
<p><img src='http://images.photocritic.org/uploads/2007/10/268361_11025_5ab50e5ae5_p.jpg' alt='268361_11025_5ab50e5ae5_p.jpg' /></p>
<p><strong>Using a scanner for capturing your images has many advantages:</strong></p>
<p>1. You will get a great exposure of the object</p>
<p>2. You can do macro photography using your scanner</p>
<p>3. You can scan anything you can place on the scanner</p>
<p><img src='http://images.photocritic.org/uploads/2007/10/268372_11025_5ab50e5ae5_p.jpg' alt='268372_11025_5ab50e5ae5_p.jpg' /></p>
<p><strong>A couple of tips:</strong> </p>
<p>1. Clean your scanner properly first, because if you don&#8217;t, you&#8217;ll find yourself spending hours in Photoshop cleaning it all off.</p>
<p>2. You can remove the top lid of your scanner and turn the lights off to get a black background.</p>
<p>3. You can use any kind of material above the object you want to scan to get a different background. Want blue? Try a sheet of paper or a t-shirt!</p>
<p>4. Macro photos? No problem! Scan in high resolution, and crop in on what you want to cover.</p>
<p>6. Most scanners will allow you to scan in very high resolution</p>
<p>7. Scan scan scan and experiment with any kind of objects.</p>
<p>Give it a shot &#8211; dust off the &#8216;ole flatbed scanner, you&#8217;ll never see it in the same way again! Happy scanning!</p>
<p>Have you tried it? Post a link to your Flickr gallery in the comments!</p>
<p>(This article is based on &#8216;<a href="http://www.jpgmag.com/stories/1564">Scan your Imagination</a>&#8216; by  <a href="http://www.jpgmag.com/people/raypg">Raymundo Panduro</a>. All photos &copy; Raymundo.)</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/scanner-photography/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Making a killing jar</title>
		<link>http://photocritic.org/killing-jar/</link>
		<comments>http://photocritic.org/killing-jar/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 00:00:21 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Killing jar]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Macro photography]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2007/killing-jar/</guid>
		<description><![CDATA[If you want to get extremely close to insects, you may have to convince them to stop moving somehow. 
Sadly I have yet to come across tranquilliser darts for bumblebees (if you know of any, post a comment!), so killing them is the only way to persuade them to sit still. 

	
		Is it OK to [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to get extremely close to insects, you may have to convince them to stop moving somehow. </p>
<p>Sadly I have yet to come across tranquilliser darts for bumblebees (if you know of any, post a comment!), so killing them is the only way to persuade them to sit still. </p>
<div>
	<div class='democracy'>
		<strong>Is it OK to kill insects to photograph them?</strong>
		<div class='dem-results'>
		<form action='http://photocritic.org/wp-content/plugins/democracy/democracy.php' onsubmit='return dem_Vote(this)'>
		<ul>
			<li>
					<input type='radio' id='dem-choice-222' value='222' name='dem_poll_37' />
					<label for='dem-choice-222'>Yeah, they're only insects</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-223' value='223' name='dem_poll_37' />
					<label for='dem-choice-223'>Maybe, if it's absolutely necessary</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-224' value='224' name='dem_poll_37' />
					<label for='dem-choice-224'>No way!</label>
			</li>
		</ul>
			<input type='hidden' name='dem_poll_id' value='37' />
			<input type='hidden' name='dem_action' value='vote' />
			<input type='submit' class='dem-vote-button' value='Vote' />
			<a href='/category/do-it-yourself/feed/?dem_action=view&amp;dem_poll_id=37' onclick='return dem_getVotes("http://photocritic.org/wp-content/plugins/democracy/democracy.php?dem_action=view&amp;dem_poll_id=37", this)' rel='nofollow' class='dem-vote-link'>View Results</a>
		</form>
		</div>
	</div></div>
<p>It sounds terribly barbaric, but it isn&#8217;t, really: If you make one of these jars correctly, you can kill insects quickly and painlessly. If you feel bad about it afterwards, you can always bury it in a tiny grave and sing it a song &#8211; make sure you get photos first, though!<span id="more-786"></span></p>
<p>Entomologists (that&#8217;s really just a posh word for people who collect insects) have perfected the art of killing insects as humanely as possible, by using a &#8216;killing jar&#8217;. To make a rudimentary killing jar, use a reasonably large jar with a tightly closing lid. </p>
<p>Cut out a circle of an old t-shirt or other thick cotton material, and make sure it fits snugly on the bottom of the jar. You’ll want a few layers of cotton. To this jar, add enough ethyl acetate (you can buy this from lab suppliers and hobby stores &#8211; be careful not to breathe it in yourself though, it&#8217;s nasty stuff!) to saturate the cotton, but no more. Put your insects in the jar, and leave them for a few minutes to kill them. </p>
<p><!--adsense--></p>
<p>Wanna learn more? Check out killing jars on <a href="http://en.wikipedia.org/wiki/Killing_jar">Wikipedia</a>, or <a href="http://www.inhs.uiuc.edu/cwe/wwwtest/collect/HTML/d5.html">this article on the University of Illinois website</a>!</p>
<p>For approximately ten billion more tips (and photos!) like this, check out my book &#8211; it&#8217;s on sale in exactly a month, but you can pre-order it today!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/killing-jar/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Learn photography step-by-step</title>
		<link>http://photocritic.org/learn-photography-step-by-step/</link>
		<comments>http://photocritic.org/learn-photography-step-by-step/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 00:00:32 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Recommended by Photocritic]]></category>
		<category><![CDATA[CleVR]]></category>
		<category><![CDATA[Instructables]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2007/learn-photography-step-by-step/</guid>
		<description><![CDATA[I think it&#8217;s pretty safe to say that I&#8217;ve got a new favourite website: instructables! It uses a flickr-style, very web 2.0 approach to doing &#8216;do it yourself&#8217; guides: Hover-over-image items for descriptions of what you are looking at, and many of the instructables available guide you through projects baby-step by baby-step.
There are a lot [...]]]></description>
			<content:encoded><![CDATA[<p>I think it&#8217;s pretty safe to say that I&#8217;ve got a new favourite website: <a href="http://www.instructables.com/">instructables</a>! It uses a flickr-style, very web 2.0 approach to doing &#8216;do it yourself&#8217; guides: Hover-over-image items for descriptions of what you are looking at, and many of the instructables available guide you through projects baby-step by baby-step.</p>
<p>There are a lot of them available already, mostly for geek projects. Luckily, there are some wicked photography DIY projects as well &#8211; well worth a peek! <span id="more-731"></span></p>
<p><!--adsense--></p>
<p><img src='http://images.photocritic.org/uploads/2007/04/instruct2.jpg' alt='instruct2.jpg' class='alignright' />Some of my favourite instructables include <a href="http://www.instructables.com/id/E4ULRG0S2KEVYDZ2KP/">Photographing in the Ultraviolet spectrum</a>, how to make a <a href="http://www.instructables.com/id/EREFVJIHC1EQHO9ZEU/?ALLSTEPS">macro attachment for a digital compact</a>, <a href="http://www.instructables.com/id/EWXBHXVKXDEYVZC79W/?ALLSTEPS">converting your Holga to a 35mm</a> (<a href="http://www.photocritic.org/?s=holga">more about holgas</a>), a pretty good guide to <a href="http://www.instructables.com/id/EC04NEX9V2EUE0J8LW/?ALLSTEPS">creating QuickTime VR panoramas</a> (although, if I were you, I&#8217;d use <a href="http://clevr.com">CleVR</a> instead&#8230;), a superb guide to <a href="http://www.instructables.com/id/E7OGJGKPAXEZ7BDYA9/?ALLSTEPS">taking infra-red photos with your digital compact</a> cameras, <a href="http://www.instructables.com/id/EKTSDWUR5HEP286OV2/?ALLSTEPS">building a light tent</a>. </p>
<p>There are also a few truly cheeky guides, such as how you can <a href="http://www.instructables.com/id/EYADC0VF0DTUJUX/?ALLSTEPS">use a condom to water-proof your camera</a> (it works, but most condoms are not fully translucent, so you&#8217;d struggle to get decent-quality photos with this technique) </p>
<p><img src='http://images.photocritic.org/uploads/2007/04/instruct1.thumbnail.jpg' alt='instruct1.jpg' class='alignright' />The instructable to <a href="http://www.instructables.com/id/ENZV0W9TPLEPZY2UJT/?ALLSTEPS">introduction to band photography </a>is decent as well, and well worth a look &#8211; but it&#8217;s not as good as Photocritic&#8217;s <a href="http://www.photocritic.org/category/concert-photography/">discussions of the same</a>, obviously :-) </p>
<p>A quick <a href="http://www.instructables.com/tag/?limit:type:instructable=on&#038;q=photography">search on instructables for &#8216;Photography&#8217;</a> comes up with 51 DIY guides of varying quality &#8211; great reading material for a lazy sunday morning!</p>
<p><small>(thanks, sam, for reminding me to do a post on Instructables! He wrote <a href="http://www.instructables.com/id/EYADC0VF0DTUJUX/?ALLSTEPS">the condom-waterproof guide</a> and <a href="http://www.instructables.com/id/E7OGJGKPAXEZ7BDYA9/?ALLSTEPS">the IR photo guide</a>. Give it some love!) </small></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/learn-photography-step-by-step/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keep the dust off your lens</title>
		<link>http://photocritic.org/keep-the-dust-off-your-lens/</link>
		<comments>http://photocritic.org/keep-the-dust-off-your-lens/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 00:00:25 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Guest Written]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2007/keep-the-dust-off-your-lens/</guid>
		<description><![CDATA[If you&#8217;ve got a compact camera, you know how bloody annoying it is to have to clean your lens. It&#8217;s tiny, and it seems to attract dust as if it was a lamp, and the dust were moths, confused by the lovely, bright source of light. Right? Right? Right.
There&#8217;s a ridiculously simple solution worth trying: [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a compact camera, you know how bloody annoying it is to have to clean your lens. It&#8217;s tiny, and it seems to attract dust as if it was a lamp, and the dust were moths, confused by the lovely, bright source of light. Right? Right? Right.</p>
<p>There&#8217;s a ridiculously simple solution worth trying: When you know you&#8217;re going to be in a particularly vulnerable situation (a desert, a dusty place, or a night on the lash*, for example), you could do some pre-emptive maintenance: Just cover up your lens with a piece of high-quality scotch tape! </p>
<p><strong>Important:</strong> Obviously, only use the following tip if your front lens element (that&#8217;s the glass bit) doesn&#8217;t actually stick out further than the lens barrel. Otherwise, you&#8217;ll make your lens sticky and dirty and the whole point is gone!<span id="more-716"></span></p>
<p><!--adsense--></p>
<p>Sounds simple? Well, that&#8217;s because all the greatest solutions usually are. The better quality your tape is (i.e. the more translucent it is), the better.  The best thing, obviously, is that the scotch tape is a hell of a lot easier to clean off than the crinkly, unreachable crevices of your digital compact camera! </p>
<p>Bonza. </p>
<p>*) on the lash is a Britishism for being pished as a newt. Hammered. Whacked. Smashed. Pissed. Fucked. Or, in the parlance of our times: &#8216;drunk beyond reason&#8217;. </p>
<p><em>Extra special thanks to CalebVaughn for this ridiculously simple, yet incredibly effective tip!</em></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/keep-the-dust-off-your-lens/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Your photos, 300-style!</title>
		<link>http://photocritic.org/300-style-photography/</link>
		<comments>http://photocritic.org/300-style-photography/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 00:00:31 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Alternative photography styles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Photo editing]]></category>
		<category><![CDATA[Presenting your work]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2007/300-style-photography/</guid>
		<description><![CDATA[Movie audiences of the world are vastly and completely amazed by the beauty of the new movie 300. With its extremely distinctive style, quick-moving plot and &#8212; like Sin City, another of my favourites &#8212; relatively closely based on one of Frank Miller&#8217;s graphical novels, it&#8217;s got it goin&#8217; on. 
If you&#8217;ve seen the film, [...]]]></description>
			<content:encoded><![CDATA[<p>Movie audiences of the world are vastly and completely amazed by the beauty of the new movie 300. With its extremely distinctive style, quick-moving plot and &#8212; like Sin City, another of my favourites &#8212; relatively closely based on one of Frank Miller&#8217;s graphical novels, it&#8217;s got it goin&#8217; on. </p>
<p>If you&#8217;ve seen the film, you can&#8217;t have failed to notice the amazing quality of the artwork involved: The CGI is amazing, of course, but even the live-action bits of the film is nothing short of stunning. So, how, exactly, can you recreate the effects? We interviewed graphic artist Jason Niedle to find out more&#8230;<span id="more-705"></span></p>
<p><!--adsense--></p>
<p><img src='http://images.photocritic.org/uploads/2007/03/300-02.jpg' alt='300-02.jpg' class="alignleft" />300 was shot entirely using blue- and green-screen, which is a technology which allows you to create the backgrounds digitally. Of course, the actors use props etc, but the fact remains that nearly 90% of all the footage used in the film involves various types of visual effects. The film was in post production for nearly a year &#8212; ages, in film industry terms. </p>
<p>Oh, so you&#8217;re a tech geek, are you? Well, let&#8217;s find out <a href="http://www.imdb.com/title/tt0416449/trivia">what IMDB tells us</a> about the technology used: </p>
<blockquote><p><img src='http://images.photocritic.org/uploads/2007/03/300-03.jpg' alt='300-03.jpg' class="alignright" />The film was edited on an Avid, with an HD cut also maintained in Final Cut Pro The 3D was made using Maya, XSI, and Lightwave The 2D composites were made with Shake, Inferno, Fusion, and Combustion. The film makers prefer Macintosh, but large portions of the movie were made under Linux. Asset management was handled by custom software written in the Panorama development environment, made by Provue. Color management was handled by Truelight software. The film was scanned on a northlight scanner and was recorded on the arrilaser. Most of the film was shot at high speed, between 50 and 150fps. Normal film is at 24fps. The film was transferred to HD SR tape and quicktime, and HD quicktimes were the basis for the HD preview cuts. The working resolution for the film was 2K, at a working aspect ratio of 2.11 and a projected aspect ratio of 2.35.</p></blockquote>
<p>Err, right. If anyone fancies translating that into English, feel free to post a comment. That&#8217;s totally not why we&#8217;re here, though, and I&#8217;ve let my mind wander way off track (it does that a lot recently, I blame the fact that I&#8217;ll soon be visited by my lovely girlfriend, who I haven&#8217;t seen in more than two weeks. It does weird things to my mind. Oh, I&#8217;m waffling again. But then again, as a regular reader, I&#8217;m sure you&#8217;re used to that from me by now&#8230; Right?)</p>
<p>How did they achieve the special look of the film? As it turns out, the directors and film editors decided to do a &#8216;crush&#8217; technique. This means that you extend the blacks (&#8216;crush&#8217;) to up the contrast and make a scene look eerie. </p>
<p>Let&#8217;s illustrate. Starting with a straight-up photo of the lovely Christine, where she&#8217;s looking ever-so-slightly devious:</p>
<p><img src='http://images.photocritic.org/uploads/2007/03/crush-01.jpg' alt='crush-01.jpg' /></p>
<p><img src='http://images.photocritic.org/uploads/2007/03/crush-02.jpg' alt='crush-02.jpg' class="alignright"/>Now, to apply the &#8216;crush&#8217; technique, you need to adjust the levels on your image so the black comes out stronger. Obviously, you need to do these changes only to a selection of your image, otherwise, it&#8217;ll come out way too dark. </p>
<p>Now, with some careful selections and some drastic image editing, you can turn this photo into something that has far higher impact and offers up a lot more contrast to work with. This is important, especially because the contrasty style of 300 would be impossible to recreate without, err, contrast.  </p>
<p><img src='http://images.photocritic.org/uploads/2007/03/crush-03.jpg' alt='crush-03.jpg' /></p>
<p><img src='http://images.photocritic.org/uploads/2007/03/ip-01-1.jpg' alt='ip-01-1.jpg' class="alignright" />When you&#8217;ve got the contrast right, you&#8217;ve got to start playing with the colour &#8212; it&#8217;s got to be right, after all. </p>
<p>When Jason saw the movie, he explains, he wanted to re-create the effect. Re-visiting a photo he took a while ago, he combined the photograph with some stock stuff, and came up with the image to the right.</p>
<p>&#8220;I spent a little time balancing the brightness of the images&#8221;, he recalls, such as darkening the background and making the model stand out properly. Subsequently, he added a Sepia tone to the image: </p>
<p><img src='http://images.photocritic.org/uploads/2007/03/ip-02.jpg' alt='ip-02.jpg' /></p>
<p>&#8230; Which brings the photograph in line with the colour feel of 300, apart from the whole &#8216;300 being in colour&#8217; bit. What next? &#8220;Well, I liked the effect quite a lot, but it didn&#8217;t quite cut it. For one, it wasn&#8217;t nearly colourful enough&#8221;, Jason explains, &#8220;so I took the base image, made a copy of the layer and put it right back on top&#8221;. By using the &#8216;multiply&#8217; channel layer and fine-adjusting the opacity of the new layer in Photoshop, it adds some of the colour back into the image, and amicably imitates the &#8216;crush&#8217; feel of 300. </p>
<p><!--adsense--></p>
<p><img src='http://images.photocritic.org/uploads/2007/03/ip-03.jpg' alt='ip-03.jpg' /></p>
<p>We&#8217;re getting close now, but the lighting- and director of photography of 300 had shot the film with rather dramatic lighting. In addition, a lot of the scenes in 300 has the models oiled up (or, at the very least, sweating like pigs. Wouldn&#8217;t you, in the heat of battle?), so the powerful lighting reflects off the models in a wicked way. &#8220;Basically, I added a motion blur to the background, and added it as a separate layer to the Photoshop file&#8221;, Jason explains.  </p>
<p>The final result? Judge for yourself:</p>
<p><img src='http://images.photocritic.org/uploads/2007/03/ip-04.jpg' alt='ip-04.jpg' /></p>
<p>Jason suggests that the original photo could have done with more powerful, side-on lighting, but the basic feel of the 300 movie posters is there&#8230; Wouldn&#8217;t you agree?</p>
<p><i>Jason is a graphic designer and photographer based in Orange County, California. Read more of his stuff on <a href="http://www.jasontopia.com/">Jasontopia</a>. The first three images in this article are used courtesy of Warner Brothers under Fair Use / Fair Dealing, for illustrative purposes. For full-res versions and more info about the movie, check out <a href="http://wwws.warnerbros.co.uk/300/">the official 300 website</a>.</i></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/300-style-photography/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Emergency tripod? Piece of string!</title>
		<link>http://photocritic.org/chain-string-tripod/</link>
		<comments>http://photocritic.org/chain-string-tripod/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 00:33:51 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[String Tripod]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2007/chain-string-tripod/</guid>
		<description><![CDATA[The main problem of taking photos free-hand is that your hands aren&#8217;t particularly sturdy. Myself, I find using a heavier camera makes it a lot easier (the inertia of the camera means it is reluctant to move, so up to a point, a heavy camera is easier to hold still for the duration of a [...]]]></description>
			<content:encoded><![CDATA[<p>The main problem of taking photos free-hand is that your hands aren&#8217;t particularly sturdy. Myself, I find using a heavier camera makes it a lot easier (the inertia of the camera means it is reluctant to move, so up to a point, a heavy camera is easier to hold still for the duration of a photographic exposure than a very light camera.), but what about lighter cameras?</p>
<p>The obvious answer is a tripod or a monopod, but these devices can be terribly heavy, and they are not particularly portable. One solution is to hold the camera against a surface (a tree, a building, or a signpost), but that doesn&#8217;t always work either, and none of these items offer an awful lot of flexibility.<span id="more-686"></span></p>
<p><!--adsense--></p>
<div>
	<div class='democracy'>
		<strong>How do you stabilise your camera most often?</strong>
		<div class='dem-results'>
		<form action='http://photocritic.org/wp-content/plugins/democracy/democracy.php' onsubmit='return dem_Vote(this)'>
		<ul>
			<li>
					<input type='radio' id='dem-choice-191' value='191' name='dem_poll_32' />
					<label for='dem-choice-191'>Quadrapod</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-192' value='192' name='dem_poll_32' />
					<label for='dem-choice-192'>Tripod</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-193' value='193' name='dem_poll_32' />
					<label for='dem-choice-193'>Monopod</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-194' value='194' name='dem_poll_32' />
					<label for='dem-choice-194'>Mini Tripod or similar</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-195' value='195' name='dem_poll_32' />
					<label for='dem-choice-195'>Gorillapod or similar</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-196' value='196' name='dem_poll_32' />
					<label for='dem-choice-196'>String tripod ('chainpod')</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-197' value='197' name='dem_poll_32' />
					<label for='dem-choice-197'>A rock / table / whatever</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-198' value='198' name='dem_poll_32' />
					<label for='dem-choice-198'>Freehand with a fast lens</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-199' value='199' name='dem_poll_32' />
					<label for='dem-choice-199'>Freehand with an IS lens</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-200' value='200' name='dem_poll_32' />
					<label for='dem-choice-200'>Freehand</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-201' value='201' name='dem_poll_32' />
					<label for='dem-choice-201'>Stabilise my camera? But why?</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-202' value='202' name='dem_poll_32' />
					<label for='dem-choice-202'>I don't take photos</label>
			</li>
		</ul>
			<input type='hidden' name='dem_poll_id' value='32' />
			<input type='hidden' name='dem_action' value='vote' />
			<input type='submit' class='dem-vote-button' value='Vote' />
			<a href='/category/do-it-yourself/feed/?dem_action=view&amp;dem_poll_id=32' onclick='return dem_getVotes("http://photocritic.org/wp-content/plugins/democracy/democracy.php?dem_action=view&amp;dem_poll_id=32", this)' rel='nofollow' class='dem-vote-link'>View Results</a>
		</form>
		</div>
	</div></div>
<p><strong>How?</strong></p>
<p>I often find myself thinking &#8220;Damn, if there was only a way to anchor the camera to the ground&#8230;&#8221;, and I recently found a solution that works: A String Tripod (also known as a Chainpod)! </p>
<p>It is a laughably simple device: You get a wing nut bolt (or anything that screws in) that fits into the tripod hole of your camera (you are looking for a bolt with 3.5&#215;8&#8243; threads), and drill a small hole into the bolt. Then, you attach a length of string to it, with a loop at the end. If you use the shearing lines available for tents, you can vary the length of the loop, and, as such, the height of the camera.</p>
<p>To use one of these string tripods, put your foot (or feet) through the loop, and pull the string taut against your foot. Now, out of nowhere, your camera will be a lot more stable, as it has an axis against which it cannot move (up/down). This means that you can hold the camera a lot calmer &#8211; you would be surprised how much of a difference this can make!</p>
<p><strong>But&#8230; But&#8230;</strong></p>
<p>Sure, it will never replace a proper tripod or monopod, but I wouldn&#8217;t be surprised if you gain a couple of stops on your shutter time by using this system. And the best thing? Making one of these is going to cost you less than a bottle of milk and a loaf of bread!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/chain-string-tripod/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>DIY Digital Picture Frames</title>
		<link>http://photocritic.org/diy-digital-picture-frames/</link>
		<comments>http://photocritic.org/diy-digital-picture-frames/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 09:58:58 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Recommended by Photocritic]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2007/diy-digital-picture-frames/</guid>
		<description><![CDATA[Photo frames are an easy way to add some gusto to your images. The future of this particular business, of course, is digital photography frames. You just upload some of your favourite photos to the frame, and then the frame cycles through the photos for you. If the frame is cleverly enough disguised and lit, [...]]]></description>
			<content:encoded><![CDATA[<p>Photo frames are an easy way to add some gusto to your images. The future of this particular business, of course, is digital photography frames. You just upload some of your favourite photos to the frame, and then the frame cycles through the photos for you. If the frame is cleverly enough disguised and lit, it looks like a perfectly normal frame, with the only difference that the photo changes before your very eyes! <span id="more-595"></span></p>
<p><!--adsense--></p>
<p>They make for great gifts, and can look pretty damn smart in various installations too. But sadly, they&#8217;re often <a href="http://froogle.google.co.uk/froogle?sourceid=navclient-ff&#038;ie=UTF-8&#038;rlz=1B2GGGL_enGB176&#038;q=digital%20photo%20frame&#038;oe=UTF-8&#038;sa=N&#038;tab=wf">quite expensive</a>. Understandably, you might wish to try and make your own. I decided to start researching the topic, and was surprised to find the <a href="http://likelysoft.com/hacks/pictureframes.shtml">Laptop to Digital Picture Frame</a> page on Likelysoft. It&#8217;s got over a hundred projects explaining how you can convert your old laptop into a gorgeous photo frame. The articles cover software, how to build the frame itself, and presentation opportunities. </p>
<p>With the weather being so damn lousy at the moment (hey, I live in the UK, I should be used to it by now, right?), it makes sense to have a nice little home DIY project. So dig out your old laptop and get crackin&#8217;! :)</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/diy-digital-picture-frames/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rescuing data from defective flash cards</title>
		<link>http://photocritic.org/rescuing-data-from-defective-flash-cards/</link>
		<comments>http://photocritic.org/rescuing-data-from-defective-flash-cards/#comments</comments>
		<pubDate>Sun, 23 Apr 2006 00:00:32 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2006/rescuing-data-from-defective-flash-cards/</guid>
		<description><![CDATA[If you&#8217;ve ever lost all your images of a memory card, due to failure, or by accidentally formatting it, you know how horrible it is. Back in the day, when you lose a roll of film to an accident, at least you can console yourself that you only lost up to 36 photos. Now, if [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever lost all your images of a memory card, due to failure, or by accidentally formatting it, you know how horrible it is. Back in the day, when you lose a roll of film to an accident, at least you can console yourself that you only lost up to 36 photos. Now, if you lose a large memorycard, you can lose hundreds, perhaps thousands of photos. Not very nice.</p>
<p>Luckily, your memory card is likely to not lose all of the images, even if some were to become erased or corrupted&#8230;<span id="more-115"></span></p>
<p><!--adsense--></p>
<p>If you have an accident where you believe you may have lost some images, do the following:</p>
<ol>
<li>Don&#8217;t use the memory card any more. Don&#8217;t take any photos. Don&#8217;t try to format it. Don&#8217;t do anything that might write to the card. </li>
<li>Take it out of the camera.</li>
<li>Insert your memory card into a card reader</li>
<li>Rescue your images!</li>
</ol>
<p>Of course, the rescuing bit is the most tricky. Luckily, there are lots of services and software out there that can help. </p>
<p>If you use Linux, you could go the <a href="http://blog.rompe.org/Rescuing-data-from-defective-flash-media-using-the-Sleuthkit-under-Linux">hardcore, manual way</a> of recovering your photos, using Sleuthkit. If you don&#8217;t feel that confident or hardcore, Lexar bundles an application with its memory cards called <a href="http://www.lexar.com/software/image_rescue.html">ImageRescue</a>. If you don&#8217;t have this piece of software (it&#8217;s for both Windows and OS X), it&#8217;s worth buying a Lexar memory card just for the software. Alternatively, you could <a href="http://store.lexar.com/index.cfm?category=25&#038;subcategory=34&#038;productid=IR437-DWN&#038;bhcp=1">buy it online</a> for $30. A cheap price to pay, if you ask me, for a piece of software that could save your irreplacable photos. </p>
<p>Of course, there are loads of other software out there. I haven&#8217;t tried anything but Lexar&#8217;s software (why would I? It works :), but I&#8217;ve heard good things about <a href="http://www.cardrecovery.com/">CardRecovery</a> ( (£22.80, US$39.95), <a href="http://www.mediarecover.com/image_recovery_win.html">Media Recover</a> (US$30), and <a href="http://www.photosrecovery.com/">Photos Recover</a> (US$30) <a href="http://www.photoone.net/product_recovery.asp">PhotoOne Recover</a> ($25) as well. </p>
<p>When you have recovered your photos, I would suggest testing the memory card thoroughly. If it never fails again, it may have been a freak one-off accident. If it ever does it again, take it back to the store you purchased it, and demand a replacement. Don&#8217;t jeopardise your cherished memories. </p>
<p><img id="image116" src="http://images.photocritic.org/uploads/2006/04/Picture-211.jpg" alt="Picture-211.jpg" class="alignright" /><br />
<h3>If your pictures are a matter of life and death</h3>
<p>If your photos are so important to you that they cannot possibly be replaced, it may be worth getting professionals involved. Professional data recovery services cost an arm and both legs, but these guys really know what they are doing &#8211; using clean-rooms, and disassembling the memory card for you, if necessary, to ensure they can recover as much of the data as possible. There is a lot of variation between the success rates of professional services, so ring around and don&#8217;t commit until you are sure you have a service you trust. There are dozens of big data recovery firms around, and I&#8217;ve never used any, so I&#8217;d be hesitant to recommend anybody, but a quick search for <a href="http://www.google.com/custom?hl=en&#038;client=pub-0188057227511508&#038;cof=FORID%3A13%3BAH%3Aleft%3BCX%3APhotocritic%2520Search%3BL%3Ahttp%3A%2F%2Fwww.google.com%2Fintl%2Fen%2Fimages%2Flogos%2Fcustom_search_logo_sm.gif%3BLH%3A30%3BLP%3A1%3BVLC%3A%23551a8b%3BGFNT%3A%23666666%3BDIV%3A%23cccccc%3B&#038;adkw=AELymgULmCTRueOvvcYKfZI-6T0DRcS_kAIp_iN7H1UukU-nbaRxK3ZtqVuGKvpreyyJQUAorOEPP8OccLpPO09AI7HKBtMyQP8fW88pazADdRC39fmdR_k&#038;boostcse=0&#038;q=memory+card+data+recovery&#038;btnG=Search&#038;cx=!001270710942499850854%3Azdbxsau87em">Data Recovery</a> in Google should bring up the companies relevant to your area. </p>
<p>Good luck!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/rescuing-data-from-defective-flash-cards/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Create your own IR filter</title>
		<link>http://photocritic.org/create-your-own-ir-filter/</link>
		<comments>http://photocritic.org/create-your-own-ir-filter/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 00:08:10 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Featured Articles]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2006/create-your-own-ir-filter/</guid>
		<description><![CDATA[A digital camera sees more infrared than we do, and all you need to do to capture it, is to block out all the visible (non-infrared) light. You can buy filters that do this, but they can be ridiculously expensive &#8211; and buying stuff removes all the fun of creating stuff, n&#8217;est-ce pas?
The trick? In [...]]]></description>
			<content:encoded><![CDATA[<p>A digital camera sees more infrared than we do, and all you need to do to capture it, is to block out all the visible (non-infrared) light. You can buy filters that do this, but they can be ridiculously expensive &#8211; and buying stuff removes all the fun of creating stuff, n&#8217;est-ce pas?<span id="more-50"></span></p>
<p>The trick? In order to be able to withstand the heat on projectors, slide film will be created so it lets through infrared light, even past the portions of the slide that are completely black. In other words: Unexposed, developed slide film can be used as an IR filter!</p>
<p>Top tip: If your camera lens is bigger than 35mm film, why not just buy a roll of 120 slide film? It&#8217;s bigger :-)</p>
<p>More information about the hows, the whys, and the wherefores can be found on <a href="http://www.xs4all.nl/~wiskerke/artikelen/infraroodeng.html">Wim Wiskerke&#8217;s website.</a></p>
<h2>Where can you get developed, unexposed film?</h2>
<p><a href="http://photocritic.org/wp-content/uploads/2006/04/Picture-1.jpg"><img src="http://images.photocritic.org/uploads/2006/04/Picture-1.jpg" alt="Unexposed slide film turns black when developed - but lets through infrared, so can be used as a cheap IR filter!" title="Picture-1.jpg" width="251" height="282" class="alignright size-full wp-image-49" /></a></p>
<p>1) Go into a camera store, buy a roll of slide film. (120 film is great, because it has larger surface area and no sprocket holes). If you can get film that is out of date, it&#8217;s cheaper. They may even give you a roll or two for free. </p>
<p>2) Hand the newly aquired roll of film back to the salesperson behind the counter, and tell them to get it developed. If they look at you in a confused way, explain why. Tell them to add a note on the film that yes, you know it is unexposed, and yes, you want it developing anyway.</p>
<p>3) Go back to the store 48 hours later, pick up your now-developed, still-underexposed slide film, which now is ready to be used as IR filter. The whole thing should cost you a fraction of the price of an IR filter!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100316</small>    ]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/create-your-own-ir-filter/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>
