<?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>lukeroberts &#187; tutorial</title>
	<atom:link href="http://lukeroberts.us/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukeroberts.us</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 05:03:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create a randomly coloured grid in Illustrator</title>
		<link>http://lukeroberts.us/2010/01/create-a-randomly-coloured-grid-in-illustrator/</link>
		<comments>http://lukeroberts.us/2010/01/create-a-randomly-coloured-grid-in-illustrator/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 05:27:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[colourful]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=377</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2010/01/create-a-randomly-coloured-grid-in-illustrator/"><img align="left" hspace="5" width="150" src="http://lukeroberts.us/wp-content/uploads/Gerhard-Richter-4900-Colours-v2-150x150.jpg" class="alignleft wp-post-image tfe" alt="Gerhard Richter - 4900 Colours: Version II" title="Gerhard-Richter-4900-Colours-v2" /></a>I stumbled across this work by Gerhard Richter &#8211; 4900 Colours: Version II (his other Colour Charts are great too) on ffffound and fell in love with it. Taking the randomly coloured grid concept a bit further (in the graphic design sense) is the Pet Shop Boys album, “Yes”, seen below. I thought it would [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lukeroberts.us/wp-content/uploads/Gerhard-Richter-4900-Colours-v2.jpg"><img class="size-thumbnail wp-image-383 alignright" title="Gerhard-Richter-4900-Colours-v2" src="http://lukeroberts.us/wp-content/uploads/Gerhard-Richter-4900-Colours-v2-150x150.jpg" alt="Gerhard Richter - 4900 Colours: Version II" width="150" height="150" /></a>I stumbled across this work by <a href="http://en.wikipedia.org/wiki/Gerhard_Richter">Gerhard Richter</a> &#8211; <a href="http://www.serpentinegallery.org/2008/03/gerhard_richter23_september_16.html">4900 Colours: Version II</a> (his other <a href="ntings/abstracts/category.php?catID=12&amp;page_selected=2&amp;show_per_page=32">Colour Charts</a> are great too) on <a title="Anyone have any invites?" href="http://ffffound.com/">ffffound</a> and fell in love with it. Taking the randomly coloured grid concept a bit further (in the graphic design sense) is the Pet Shop Boys album, “Yes”, seen below.</p>
<p>I thought it would be interesting to see how hard it would be to achieve in Illustrator. With one small, free Illustrator script, it turns out it is quite easy.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/pet-shop-boys-yes.jpg"><img class="alignnone size-full wp-image-388" title="pet-shop-boys-yes" src="http://lukeroberts.us/wp-content/uploads/pet-shop-boys-yes.png" alt="" width="560" height="164" /></a></p>
<p>The script we&#8217;ll need is “vary_hues” from <a href="http://wundes.com/JS4AI/">wundes.com</a>. Save the .js file on to your computer somewhere. It&#8217;s well worth checking out the other scripts too.<span id="more-377"></span></p>
<h1>Step 1</h1>
<p><a href="http://lukeroberts.us/wp-content/uploads/step1a.png"><img class="alignright size-full wp-image-390" title="step1a" src="http://lukeroberts.us/wp-content/uploads/step1a.png" alt="" width="189" height="245" /></a>Create a new document, choose the Rectangular Grid Tool and click on your canvas to open the options for the Grid Tool.</p>
<p>I chose the same width and height to keep the grid as a bunch of squares and have set the rows and columns to 10&#215;10. Unless you&#8217;re going for a Mondrian style effect, leave the skew at 0% on each.</p>
<p><img class="alignnone size-full wp-image-394" title="step1b" src="http://lukeroberts.us/wp-content/uploads/step1b.png" alt="" width="355" height="409" /></p>
<h1>Step 2</h1>
<p><img class="size-full wp-image-397 alignright" title="step2a" src="http://lukeroberts.us/wp-content/uploads/step2a.gif" alt="" width="256" height="256" />You may notice at this point that the grid is just a rectangle with lines through it, rather than a bunch of individual squares.</p>
<p>To fix this, select the grid and open the Pathfinder palette. All you need to do now is click “Divide” and this will cut the grid up in to a bunch of squares for you.</p>
<p>To make it easier to see, fill the squares with a colour.</p>
<h1>Step 3</h1>
<p>Now we have a grid of squares, but it&#8217;s still all in a block. Ungroup the grid so you can select individual blocks – right click &gt; ungroup or CTRL + SHIFT + G.</p>
<p>Now we can get some colour in to them.</p>
<h1>Step 4</h1>
<p><img class="alignright size-full wp-image-400" title="step4" src="http://lukeroberts.us/wp-content/uploads/step4.png" alt="" width="256" height="256" />This is where the vary_hues script comes in to its own. Select all the squares and go to File &gt; Scripts &gt; Other Script, then browse to where ever you saved the vary_hues script.</p>
<p>When the dialog box comes up, enter 100 and click OK. 100 will ensure that there&#8217;s a wide variety of colours.</p>
<h1>Step 5</h1>
<p>The random colours will, most likely, look fairly ugly at the moment. The secret to the Gerhard Richter and “Yes” examples is that the colours aren&#8217;t completely random. So to get some order and harmony to the colours we&#8217;ll use the Live Color tool.</p>
<p><img class="alignnone size-full wp-image-402" title="step5" src="http://lukeroberts.us/wp-content/uploads/step5.png" alt="" width="532" height="74" /></p>
<p>With the squares still selected, choose the Recolor Artwork button to open Live Color.</p>
<h1>Step 6</h1>
<p><a href="http://lukeroberts.us/wp-content/uploads/step6.png"><img class="alignright size-thumbnail wp-image-404" title="step6" src="http://lukeroberts.us/wp-content/uploads/step6-150x150.png" alt="" width="150" height="150" /></a>This is where you can have some fun choosing colours. Click on the little grid button to open the swatches menu. This will give you a large selection of colour swatches to choose from. Art History &gt; Pop Art works well, but experiment with others to see how it works.</p>
<p>The Pop Art colours will be applied to the squares, replacing the random colours with more harmonious and hopefully attractive colours.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/step7.png"><img class="alignright size-thumbnail wp-image-407" title="step7" src="http://lukeroberts.us/wp-content/uploads/step7-150x150.png" alt="" width="150" height="150" /></a>The default Pop Art colours are a little dull, so let&#8217;s jump over to the Edit panel.</p>
<p>This will give you more control over the individual colours. The slider at the bottom (under the little sun icon) adjusts the brightness of the colour, so we&#8217;ll turn that up to make it a bit more vibrant. You can also grab and adjust individual colours on the palette to adjust them.</p>
<p>Click OK and you&#8217;re done!</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/final-grid.png"><img class="alignnone size-full wp-image-413" title="final-grid" src="http://lukeroberts.us/wp-content/uploads/final-grid.png" alt="" width="256" height="256" /></a></p>
<p>That&#8217;s the basic idea covered, so hopefully it&#8217;s a useful starting point for some interesting designs. If you use it, I&#8217;d love to see what you come up with.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2010/01/create-a-randomly-coloured-grid-in-illustrator/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fire photo: Get a white background in 3 steps</title>
		<link>http://lukeroberts.us/2008/12/fire-photo-get-a-white-background-in-3-steps/</link>
		<comments>http://lukeroberts.us/2008/12/fire-photo-get-a-white-background-in-3-steps/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 12:30:28 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[fire]]></category>
		<category><![CDATA[invert]]></category>
		<category><![CDATA[mask]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[white]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=262</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/12/fire-photo-get-a-white-background-in-3-steps/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/2008/12/1-beforeafter-150x150.png" class="alignleft wp-post-image tfe" alt="" title="Fire before and after" /></a>Occasionally for a print or website, you might require images with a white background. Usually these are easy to find, take or mask yourself, but for some things it can be more difficult. Fire is one example. It would be very difficult to try and mask out flames from a fire photo using the pen [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-263 alignnone" title="Fire before and after" src="http://lukeroberts.us/wp-content/uploads/2008/12/1-beforeafter.png" alt="" width="414" height="347" /></p>
<p>Occasionally for a print or website, you might require images with a white background. Usually these are easy to find, take or mask yourself, but for some things it can be more difficult.</p>
<p>Fire is one example. It would be very difficult to try and mask out flames from a fire photo using the pen tool or a brush, because of the organic shapes and indistinct edges.</p>
<p>As you will see in moment, it doesn&#8217;t have to be difficult. Using blend modes and layers, it&#8217;s very easy! So easy that I&#8217;ve turned it into an action which you can download at the end of the article if you so desire.</p>
<h2>One</h2>
<p><img class="size-full wp-image-264 alignnone" title="step1" src="http://lukeroberts.us/wp-content/uploads/2008/12/step1.png" alt="" width="500" height="347" /></p>
<p>Take or find a photo of some fire (other images with a similar black background might work too &#8211; let me know in the comments if you&#8217;ve found something else on which this technique works!)</p>
<p>I started out with a rather nice Creative Commons licensed photo <a href="http://flickr.com/photos/peasap/1752872124/sizes/o/">found here on Flickr</a>.</p>
<h2>Two</h2>
<p><img class="alignnone size-full wp-image-265" title="step2-1" src="http://lukeroberts.us/wp-content/uploads/2008/12/step2-1.png" alt="" width="500" height="347" /></p>
<p>In Photoshop, you should have the default &#8220;background&#8221; layer. Duplicate it and call it something like &#8220;inverted&#8221;. Then, do just that &#8211; invert the image (CTRL + I)</p>
<p><img class="alignnone size-full wp-image-266" title="step2-2" src="http://lukeroberts.us/wp-content/uploads/2008/12/step2-2.png" alt="" width="500" height="347" /></p>
<p>Now set this &#8220;inverted&#8221; layer to the &#8220;Luminosity&#8221; blend mode.</p>
<p>As you can see, the whites of the fire have been dulled and it doesn&#8217;t really look very fiery. We&#8217;ll fix that in the next and final step.</p>
<h2>Three</h2>
<p><img class="alignnone size-full wp-image-267" title="step3" src="http://lukeroberts.us/wp-content/uploads/2008/12/step3.png" alt="" width="500" height="347" /></p>
<p>Duplicate the &#8220;background&#8221; layer again and drag it above the &#8220;inverted&#8221; layer. Rename it something like &#8220;Lighten&#8221;.</p>
<p>Finally, set this layer to the &#8220;lighten&#8221; blend mode and that&#8217;s it. You should have a nice white background on your fire photo.</p>
<p><img class="alignnone size-full wp-image-268" title="step3-2" src="http://lukeroberts.us/wp-content/uploads/2008/12/step3-2.png" alt="" width="500" height="347" /></p>
<p style="text-align: center;"><a href="http://lukeroberts.us/wp-content/uploads/2008/12/fire.atn"><img class="size-full wp-image-269 aligncenter" title="photoshop action icon" src="http://lukeroberts.us/wp-content/uploads/2008/12/action.png" alt="" width="96" height="110" /></a></p>
<p style="text-align: center;"><a href="http://lukeroberts.us/wp-content/uploads/2008/12/fire.atn">Download the action</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/12/fire-photo-get-a-white-background-in-3-steps/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>GIMP Tutorial &#8211; Textured Text</title>
		<link>http://lukeroberts.us/2008/11/gimp-tutorial-textured-text/</link>
		<comments>http://lukeroberts.us/2008/11/gimp-tutorial-textured-text/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 11:04:20 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[grunge]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=255</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/11/gimp-tutorial-textured-text/"><img align="left" hspace="5" width="150" src="http://lukeroberts.us/wp-content/uploads/2008/11/photoshop_texture_by_lukeroberts-150x150.jpg" class="alignleft wp-post-image tfe" alt="" title="Textured text" /></a>Time for another GIMP tutorial. This time based on the Photoshop Textured Text tutorial. In this one I blend the text with a wood background. This technique is very useful in general. For example you can use it for blending objects into a background or for making a grungy text font. Watch below or in [...]]]></description>
			<content:encoded><![CDATA[<p>Time for another GIMP tutorial. This time based on the <a href="http://lukeroberts.deviantart.com/art/QuickTips-Textured-Text-20778770">Photoshop Textured Text tutorial</a>. In this one I blend the text with a wood background.</p>
<p>This technique is very useful in general. For example you can use it for blending objects into a background or for making a grungy text font.</p>
<p>Watch below or in <a href="http://youtube.com/watch?v=Z0QaaE3yPjQ&#038;fmt=18">high quality</a>.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Z0QaaE3yPjQ&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Z0QaaE3yPjQ&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><span id="more-255"></span></p>
<p>Below are some examples I&#8217;ve made previously.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/11/photoshop_texture_by_lukeroberts.jpg"><img class="alignnone size-thumbnail wp-image-256" title="Textured text" src="http://lukeroberts.us/wp-content/uploads/2008/11/photoshop_texture_by_lukeroberts-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://lukeroberts.us/wp-content/uploads/2008/11/adelaidedeviants_id___grunge_by_lukeroberts.jpg"> <img class="alignnone size-thumbnail wp-image-257" title="adelaidedeviants" src="http://lukeroberts.us/wp-content/uploads/2008/11/adelaidedeviants_id___grunge_by_lukeroberts-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/11/gimp-tutorial-textured-text/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Design idea: simple colorful brush objects</title>
		<link>http://lukeroberts.us/2008/09/design-idea-simple-colorful-brush-objects/</link>
		<comments>http://lukeroberts.us/2008/09/design-idea-simple-colorful-brush-objects/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:29:48 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[balloon]]></category>
		<category><![CDATA[brush]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[hot air]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=154</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/09/design-idea-simple-colorful-brush-objects/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-oxo-tower-cover-150x150.jpg" class="alignleft wp-post-image tfe" alt="" title="thumb-oxo-tower-cover" /></a>A recent OXO Tower brochure had a clever design idea, but unless you live in the London area and have a particularly keen interest in the OXO Tower, it’s unlikely you’d have seen it. I thought this idea was too good to let slip away into obscurity, so here it is and here’s one way [...]]]></description>
			<content:encoded><![CDATA[<p>A recent <a href="http://www.oxotower.co.uk/" target="_blank">OXO Tower</a> brochure had a clever design idea, but unless you live in the London area and have a particularly keen interest in the OXO Tower, it’s unlikely you’d have seen it.</p>
<p>I thought this idea was too good to let slip away into obscurity, so here it is and here’s one way to do it in Photoshop.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/oxo-tower-cover.jpg"><img class="alignnone size-full wp-image-157" title="thumb-oxo-tower-cover" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-oxo-tower-cover.jpg" alt="" width="400" height="397" /></a></p>
<p>As you can see in the image, they have used balloons to outline the negative space in the shape of the OXO Tower. The design is simple, light and colourful and I really like it. The easiest way I can see to do this in Photoshop is to use a brush and play with the scatter and size settings.<span id="more-154"></span></p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/balloon.png"><img class="alignnone size-full wp-image-158" title="thumb-balloon" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-balloon.png" alt="" width="550" height="413" /></a></p>
<p>To start off, I’ve created a balloon shape. This was done by drawing a circle with the Ellipse Tool, selecting the two middle points and moving them up a bit to make a balloon shape. Then I drew a little knot in the end and combined that with the balloon. Finally, I drew a bit of ribbon tied on the end using the Pen Tool. It took less time to create than it did to write this sentence, actually. But if you like, you can download the <a href="http://lukeroberts.us/wp-content/uploads/2008/09/balloon-custom-shapes.csh">balloon Custom Shape</a>, <a href="http://lukeroberts.us/wp-content/uploads/2008/09/vector-balloon.ai">balloon AI vector</a> or just go right ahead and get the <a href="http://lukeroberts.us/wp-content/uploads/2008/09/balloon-brush-preset.abr">balloon brush shape</a>.</p>
<p>Next, I flattened the layers (<strong>ALT+L+F</strong>) and made it into a brush shape (<strong>ALT+E+B</strong>). It’s good to have the shape as a decent size, so it doesn’t get too blurry or pixilated at different sizes as a brush, so mine is about 800px tall.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/define-brush.png"><img class="alignnone size-medium wp-image-160" title="define-brush" src="http://lukeroberts.us/wp-content/uploads/2008/09/define-brush-179x300.png" alt="" width="179" height="300" /></a></p>
<p>Now, you’ll want something to be in the negative space so that the brush shape (balloons in this case) have something to form around. I happen to have a <a href="http://lukeroberts.deviantart.com/art/Custom-Shapes-Aircraft-30485440">hot air balloon shape</a> handy, which seems appropriate enough, so I’ll use that.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/balloon-set-up.jpg"><img class="alignnone size-full wp-image-161" title="thumb-balloon-set-up" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-balloon-set-up.jpg" alt="" width="550" height="413" /></a></p>
<p>To set this up, I’ve created a blank canvas and have my hot air balloon shape in a new layer and have set it to slightly darker than white (so I can see the outline) and have a white background. I’ve also put a slight radial gradient on the background to make it show up a bit more.</p>
<p>With that set up, it’s back to the brush. Select the brush tool and go to the brushes palette. The newly created balloon brush should be at the bottom.</p>
<p><img class="alignnone size-full wp-image-163" title="brush-setup" src="http://lukeroberts.us/wp-content/uploads/2008/09/brush-setup.png" alt="" width="552" height="498" /></p>
<p><strong>Brush Tip Shape</strong><br />
Depending on the size of the document, you will need to adjust your balloon size. The balloons look best far apart, so set that quite high. I’ve done about 300%</p>
<p><strong>Shape Dynamics</strong><br />
If you’re fortunate enough to have a graphics tablet, then you can have size jitter at 100% and control it with the pen pressure. Otherwise, you can set it to fade or just manually adjust the brush size using the [ and ] keys. It’s a good idea to set a minimum diameter so you don’t get lots of tiny 1px balloons. I’ve chosen about 20%. To give the balloons a bit more of a natural look, adjust the Angle Jitter – not too much though, unless you want them going in all directions. I’ve also set the brush to Flip X Jitter so they’re not all facing the same way (Y Jitter will flip them upside down).</p>
<p><strong>Scattering</strong><br />
To add to the natural, random look of the balloons, adjust the Scatter slider to your liking. 100% is good for me.</p>
<p><strong>Color Dynamics</strong><br />
Finally, colour dynamics will adjust the colour of the balloons. I’ve set foreground/background jitter to 100% &#8211; this way, the balloons will be set to a colour somewhere between the colours you have chosen in the palette.</p>
<p><strong>Other Dynamics</strong><br />
You might also like to adjust the opacity of the brush to make the balloons slightly transparent.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/outline.png"><img class="alignnone size-full wp-image-165" title="thumb-outline" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-outline.jpg" alt="" width="550" height="413" /></a></p>
<p>Now, we can finally paint some balloons! To start off with, it’s good to get some smaller balloons around the shape of the object (hot air balloon in this case). Set the foreground/background colours to black and white (press D) and paint around the shape until you’re happy with it.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/balloons.png"><img class="alignnone size-full wp-image-167" title="thumb-balloons" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-balloons.jpg" alt="" width="550" height="413" /></a></p>
<p>Once you have a rough outline, you can go nuts – fill the entire canvas with balloons if you like! Keep in mind that it does tend to look better with some white space.</p>
<p>A moment ago I said to set the colours to black and white. This wasn’t to depress you or deprive you of colours – just the opposite. We can now do my patented (not really) <a href="http://lukeroberts.us/2008/05/downloadable-photoshop-action-slight-vintage-colours-with-gradient-map/">Gradient Map trick</a>.</p>
<p><img class="alignnone size-full wp-image-168" title="gradient-map" src="http://lukeroberts.us/wp-content/uploads/2008/09/gradient-map.png" alt="" width="552" height="548" /></p>
<p>Make a new Gradient Map Adjustment Layer and start scrolling through the gradients and seeing how they look – you might like one of the colour schemes. Personally, I’d like it to be lighter and brighter, so I set the Gradient Map layer to Soft Light. This will keep the background light while embiggening the balloons with colour. The default Photoshop gradients are okay, but there are some really nice ones in “Pastels” and “Simple” or you can even go to <a href="http://www.colourlovers.com/">Colourlovers</a> and get some from there.</p>
<p>Here are a couple of quick examples of what I came up with (Click to view 1600x1200px versions).</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/hot-air-balloon-balloons.jpg"><img class="alignnone size-full wp-image-171" title="thumb-hot-air-balloon-balloons" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-hot-air-balloon-balloons.jpg" alt="" width="550" height="413" /></a></p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/hot-air-balloon-balloons-2.jpg"><img class="alignnone size-full wp-image-170" title="thumb-hot-air-balloon-balloons-2" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-hot-air-balloon-balloons-2.jpg" alt="" width="550" height="413" /></a></p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/balloons-inverted.jpg"><img class="alignnone size-full wp-image-169" title="thumb-balloons-inverted" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-balloons-inverted.jpg" alt="" width="550" height="413" /></a></p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/love-balloons.jpg"><img class="alignnone size-full wp-image-173" title="thumb-love-balloons" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-love-balloons.jpg" alt="" width="550" height="413" /></a></p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/09/love-balloons-2.jpg"><img class="alignnone size-full wp-image-172" title="thumb-love-balloons-2" src="http://lukeroberts.us/wp-content/uploads/2008/09/thumb-love-balloons-2.jpg" alt="" width="550" height="413" /></a></p>
<p>If you make something yourself using this method, let me know in the comments &#8211; I&#8217;d love to see what you create.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/09/design-idea-simple-colorful-brush-objects/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to: make a skin for Launchy</title>
		<link>http://lukeroberts.us/2008/08/how-to-make-a-skin-for-launchy/</link>
		<comments>http://lukeroberts.us/2008/08/how-to-make-a-skin-for-launchy/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 08:09:23 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Launchy]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[recource]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=147</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/08/how-to-make-a-skin-for-launchy/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/2008/08/firefoxscreen-150x150.png" class="alignleft wp-post-image tfe" alt="" title="Launchy 2.0 skin Elegant Brit" /></a>Launchy, an application launcher for originally for Windows, is now available on Linux. Both are identical until you start downloading third-party skins. Many skins work on Windows but have strange graphical glitches and errors on Linux. It seems the Linux version is a bit more strict in the way it reads the layout of files. [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Launchy" href="http://launchy.net/">Launchy</a>, an application launcher for originally for Windows, is now available on Linux. Both are identical until you start downloading third-party skins. Many skins work on Windows but have strange graphical glitches and errors on Linux. It seems the Linux version is a bit more strict in the way it reads the layout of files.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/08/firefoxscreen.png"><img class="alignnone size-full wp-image-153" title="Launchy 2.0 skin Elegant Brit" src="http://lukeroberts.us/wp-content/uploads/2008/08/firefoxscreen.png" alt="" width="400" height="166" /></a></p>
<p>This guide will be a (hopefully) simple guide to creating skins correctly for Launchy 2.0 based mostly on my own trial-and-error in making this <a title="Elegant Brit skin for Launchy 2.0" href="http://lukeroberts.deviantart.com/art/Elegant-Brit-skin-for-Launchy-94098342" target="_blank">Elegant Brit skin</a>.<br />
<span id="more-147"></span></p>
<h2>The 5 main skin files</h2>
<p>Launchy skins are made up of 5 files.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/08/alpha-example.png"><img class="alignnone size-full wp-image-148" title="alpha.png example" src="http://lukeroberts.us/wp-content/uploads/2008/08/alpha-example.png" alt="" width="311" height="83" /></a></p>
<p>1. <strong>alpha.png</strong> &#8211; is the main part of your skin and should contain all the colours, patterns, etc and have a transparent background. It should also have the areas for the input, output and icon removed (transparent).</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/08/background.png"><img class="alignnone size-full wp-image-151" title="background.png example for Launchy 2.0" src="http://lukeroberts.us/wp-content/uploads/2008/08/background.png" alt="" width="311" height="83" /></a></p>
<p>2. <strong>background.png</strong> &#8211; will be the background for the input, output and icon areas and should contain nothing else. The rest of this image should be filled in red (255, 0, 0).</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/08/maskexample.png"><img class="alignnone size-full wp-image-152" title="mask.png example" src="http://lukeroberts.us/wp-content/uploads/2008/08/maskexample.png" alt="" width="311" height="83" /></a></p>
<p>3. <strong>mask.png</strong> &#8211; should be based on your background.png, but with the red areas filled in white (making them transparent) and the input, output and icon areas being in black.</p>
<p>4. <strong>misc.txt</strong> &#8211; defines the areas for the input and output text, location of the icon, alternative suggestions area and the size of the above images (all the same size).</p>
<p>For example:</p>
<ul>
<li><strong>input = 14,49,276,19</strong> (input text where you will type the program you want. This box will start at 14 pixels from the left edge of the image and 49 pixels from the top. It will be 276 pixels wide and 19 tall)</li>
<li><strong>output = 14,14,276,20</strong> (will be the title of the program selected. The box will start at 14 from the left and top and will be 276px wide and 20px tall)</li>
<li><strong>boundary = 0,0,311,83</strong> (the overall image size of alpha.png and the others which are the same size. 311 being the width and 83 the height)</li>
<li><strong>icon = 264,9,32,32</strong> (position of the icon for the selected program. 264px from the left, 9 from the top, in a 32x32px box)</li>
<li><strong>alternatives = 7,74,296,100</strong> (location of the alternative suggestions box. 7 from the left, 74 from the top, 296px wide and 100px tall)</li>
</ul>
<p>Some skins also define a few font related variables in this file because it is not possible in the qss file. These related to the path details in the drop down list:</p>
<p>dropPathColor = colour in RGB<br />
dropPathFamily = font name<br />
dropPathSize = font size<br />
dropPathWeight = bold<br />
dropPathItalics = italics</p>
<p>5. <strong>style.qss</strong> &#8211; is basically a CSS file and controls the fonts and borders for the skin.</p>
<p>&lt;QLineEdit#input or output or alternatives&gt;<br />
font = font size and name<br />
background-color = text background colour, including alpha value %<br />
alternate-background-color = background colour for the alternative suggestions box<br />
color: font colour<br />
border-style = whether border is a solid line, dotted, dashes, etc. Borders are usually off<br />
border-width = border size in pixels &#8211; usually 0, meaning off</p>
<h2>Other files</h2>
<p><strong>author.txt</strong> &#8211; information about the skin such as title, author, date, version, etc.</p>
<p>Sometimes other skin features such as option button, close button and skinned scroll bar are included.</p>
<p>&#8211;</p>
<p>Thanks to sierra13 and <a title="How to create a Launchy 2.0 skin?" href="http://sourceforge.net/forum/forum.php?thread_id=1896228&amp;forum_id=766268" target="_blank">this thread in particular</a> on the Launchy SourceForge page.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/08/how-to-make-a-skin-for-launchy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to import Camera Raw presets into Lightroom</title>
		<link>http://lukeroberts.us/2008/07/how-to-import-camera-raw-presets-into-lightroom/</link>
		<comments>http://lukeroberts.us/2008/07/how-to-import-camera-raw-presets-into-lightroom/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 17:18:33 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[crw]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lrtemplate]]></category>
		<category><![CDATA[RAW]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xmp]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=125</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/07/how-to-import-camera-raw-presets-into-lightroom/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/2008/07/a-150x150.jpg" class="alignleft wp-post-image tfe" alt="How to import camera raw presets into lightroom" title="" /></a>When I started using Lightroom, I thought it would be very handy to be able to import all my Camera Raw presets into the developing room. Afterall, I&#8217;ve spent the past couple of years developing them and they&#8217;re the same options as far as I could see. Wrong. I thought it would be a matter [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://lukeroberts.us/wp-content/uploads/2008/07/a.jpg" alt="How to import camera raw presets into lightroom" width="550" height="228" /></p>
<p>When I started using Lightroom, I thought it would be very handy to be able to import all my Camera Raw presets into the developing room. Afterall, I&#8217;ve spent the past couple of years developing them and they&#8217;re the same options as far as I could see. <em>Wrong</em>.</p>
<p>I thought it would be a matter of copy and pasting the files from the Camera Raw folder into the Lightroom one. Which is what I initially tried. It didn&#8217;t work. So I saved a setting from Lightroom, had a look back in the folder and it has some strange .LRTEMPLATE file to store the settings.</p>
<p>Not sure who thought that was a good idea. It&#8217;s probably just the same Camera Raw .XMP file but with some changes to make .XMP unreadable.</p>
<p>As far as I can tell, the following is the only way to import the Camera Raw settings into Lightroom (at the time of writing).</p>
<p>Essentially, we need to get a bunch of photos, apply one preset to each photo, click done to save the XMP sidecar file, then open those files with Lightroom, go to Develop on each one (it will read the sidecar files with your Camera Raw settings) and click the plus sign to save as a Lightroom preset.</p>
<p>It shouldn&#8217;t take very long, depending on the number of presets you have. Personally, I had about 25 Camera Raw presets that I use and tweak further for my photos. I&#8217;m not sure if that&#8217;s a lot or not. Took me about 10 minutes to go through them all and make the Lightroom files.<span id="more-125"></span></p>
<h2>Step by step</h2>
<p>Open Photoshop and import a Raw photo, then go and check to see how many preset files you have. <strong>You&#8217;ll need to open the same number of files to apply one preset to each</strong>.</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/07/b.jpg" alt="Camera Raw presets" width="550" height="344" /></p>
<p>Cancel Camera Raw and go and select the number of raw files you need. In my case it was about 25. <strong>Import them into Camera Raw</strong> (don&#8217;t worry &#8211; we&#8217;re not going to be opening them all with Photoshop)</p>
<p>Now <strong>select the first photo, then go to the presets tab and select the first preset</strong>. Then select the second photo, apply second preset and so on, until you have one preset for each photo. Shouldn&#8217;t take too long.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/07/steps.jpg"><img src="http://lukeroberts.us/wp-content/uploads/2008/07/c.jpg" alt="How to import camera raw presets into Lightroom" width="550" height="345" /></a></p>
<p>When you&#8217;re done, press the <strong>Done</strong> button &#8211; <strong>not the okay button</strong> which will open all the photos in Photoshop (which, if you have a fairly slow computer like mine, could take ages). Pressing the Done button simply writes the sidecar file with the settings.</p>
<p>Close Photoshop and open Lightroom. <strong>Go to the folder where those Raw files and sidecar files are saved</strong>. Select the first photo and <strong>Press D</strong> to go to the develop section.</p>
<p>The photo should look pretty much the same as in Camera Raw (if it doesn&#8217;t, wait a few seconds for Lightroom to read the sidecar file and apply the settings).</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/07/newpreset.jpg"><img src="http://lukeroberts.us/wp-content/uploads/2008/07/d.jpg" alt="Click the plus sign to make a new preset" width="550" height="410" /></a></p>
<p>Now <strong>click on the little plus sign to save a preset</strong>. It&#8217;s not really well labeled. I thought the plus sign would grow and shrink that palette when i first saw it.</p>
<p><strong>Give it a name or a number</strong> &#8211; done. Your first preset has been created. Now, press the right arrow key to move to the next photo. Again, click the plus sign, name it, and so on through the folder.</p>
<p>Before too long you should have all the presets saved into Lightroom&#8217;s own strange little .LRTEMPLATE preset files.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/07/lrtemplate.png"><img src="http://lukeroberts.us/wp-content/uploads/2008/07/e.jpg" alt="Folder full of LRTEMPLATE files" width="550" height="242" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/07/how-to-import-camera-raw-presets-into-lightroom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Darkening the Sky and Super-Sharpening in Photoshop</title>
		<link>http://lukeroberts.us/2008/06/darkening-the-sky-and-super-sharpening-in-photoshop/</link>
		<comments>http://lukeroberts.us/2008/06/darkening-the-sky-and-super-sharpening-in-photoshop/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 00:04:01 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[darken]]></category>
		<category><![CDATA[dramatic]]></category>
		<category><![CDATA[enhance]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[graduated]]></category>
		<category><![CDATA[high pass]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[sharpen]]></category>
		<category><![CDATA[sky]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=113</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/06/darkening-the-sky-and-super-sharpening-in-photoshop/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/2008/06/small-looming-150x150.jpg" class="alignleft wp-post-image tfe" alt="Final photo" title="" /></a>In this tutorial I’ll show how I processed this image using the easiest way to darken the sky for dramatic effect and some super-sharpening to bring out more detail in the photo. The photo I started with was okay, but nothing particularly interesting. The exposure was good, but the real scene was more dramatic. I’ve [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I’ll show how I processed this image using the easiest way to darken the sky for dramatic effect and some super-sharpening to bring out more detail in the photo.</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/06/small-looming.jpg" width="550" height="367" alt="Final photo" /></p>
<p>The photo I started with was okay, but nothing particularly interesting. The exposure was good, but the real scene was more dramatic. I’ve tried to recreate that scene the way I saw it. And, admittedly, enhance it to the way I wish I had seen it.</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/06/a_photo.jpg" width="550" height="367" alt="Original photo" /></p>
<h2>Step One – Shadows/Highlights</h2>
<p><strong>Duplicate the photo layer.</strong> Photoshop doesn’t yet have the ability to have Shadows/Highlights as an Adjustment Layer, so I like to keep a backup of the original photo for fine-tuning later on.</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/06/b_shadhigh.jpg" width="550" height="615" alt="Shadows Highlights tool" /></p>
<p>To give it a bit more of an HDR look (which is how our eyes see), I used the <strong>Shadows/Highlights tool</strong> . I kept the settings subtle to just bring a bit more detail into the clouds and to brighten the dark areas of the road and trees.</p>
<h2>Step Two – Darken the Sky</h2>
<p>Ensure your foreground colour is set to Black (<strong>press D</strong> to reset the colours to their <strong>D</strong>efaults)</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/06/c_gradient.jpg" width="550" height="408" alt="Gradient layer" /></p>
<p>Now add a <strong>Gradient Adjustment Layer</strong> . Set the gradient to “Foreground to Transparent”. I want the gradient to be going from black at the top to transparent at the bottom, so I’ve ticked “Reverse”.</p>
<p>Set this Adjustment Layer to <strong>Soft Light blend mode</strong> and now we have a nice dark sky. A similar effect could have been done by using a <a href="http://en.wikipedia.org/wiki/Graduated_ND_filter">Graduated Filter</a> on the camera when taking the photo, but a) I like the control and fine-tuning this offers and b) I don’t have a graduated filter (at least not one that fits my main lens).</p>
<h2>Step Three – Super-Sharpen</h2>
<p>Finally, to give the image more impact, I used some super-sharpening. My preferred method of sharpening (everyone seems to have their own way) is using the <strong>High Pass filter</strong>.</p>
<p>To use this, I needed to first flatten the image into a new layer above all the others (<strong>Ctrl+Alt+Shift+E</strong> – a very useful shortcut!).</p>
<p>Then to <strong>Filters &gt; Other (at the bottom) &gt; High Pass</strong>. The amount depends on the size of your photo and the effect you want. A small number (0.5 or 1) is good for normal sharpening. But for this super-sharpening effect, I went with 50.</p>
<p>Now, you should have a mostly grayscale image with a bit of smudged colour. I prefer to keep it all grayscale, but sometimes the extra colour looks good. To remove the colour I use <strong>Ctrl+Shift+U</strong>.</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/06/d_sharpen.gif" width="550" height="367" alt="Animated super-sharpen off and on" /></p>
<p>Set this layer to <strong>Hard Light blend mode</strong> to see how it looks. Now, turn the layer off and on a few times to compare. The unsharpened version almost looks blurry by comparison! The difference is dramatic. Some people will like it, others might think it’s too much. You can (and I usually do) turn the opacity down to keep it subtle.</p>
<p>I don’t usually use that super-sharpening but for this photo it seemed to work well. The method also works well on more texture based photos.</p>
<p>In my original I used my <a href="http://lukeroberts.us/2008/03/photoshop-quicktips-vintage-colours/">vintage colour technique</a> to adjust the colours further and tuned the opacity of layers to get it looking good to my eyes.</p>
<p><a href="http://flickr.com/photos/lukeroberts/2564834370/"><img src="http://lukeroberts.us/wp-content/uploads/2008/06/small-looming.jpg" width="550" height="367" alt="Final photo" /></a></p>
<p>Hopefully this tutorial has given you a couple of new techniques to try out on your own photos. If you’ve used these techniques on one of your photos, I’d love to see what you have come up with – feel free to send me the link in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/06/darkening-the-sky-and-super-sharpening-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloadable Photoshop Action: Slight vintage colours with Gradient Map</title>
		<link>http://lukeroberts.us/2008/05/downloadable-photoshop-action-slight-vintage-colours-with-gradient-map/</link>
		<comments>http://lukeroberts.us/2008/05/downloadable-photoshop-action-slight-vintage-colours-with-gradient-map/#comments</comments>
		<pubDate>Tue, 13 May 2008 13:53:57 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[actions]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[gradient map]]></category>
		<category><![CDATA[lomo]]></category>
		<category><![CDATA[photoshop tutorial]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vintage]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/2008/05/downloadable-photoshop-action-slight-vintage-colours-with-gradient-map/</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/05/downloadable-photoshop-action-slight-vintage-colours-with-gradient-map/"><img align="left" hspace="5" width="150" src="http://lukeroberts.us/wp-content/uploads/2008/05/actions-icon.png" class="alignleft wp-post-image tfe" alt="Download the Slight Vintage Photoshop Action (1.3kb)" title="" /></a>I stumbled across this technique by accident while playing with Gradient Maps a while ago. It’s a simple way to add an attractive, non-uniform tint. Click the icon to download the action. If you want to know what the action does, then read on. How it works Start off with the basic image Add a [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across this technique by accident while playing with Gradient Maps a while ago. It’s a simple way to add an attractive, non-uniform tint.</p>
<div align="center"><a href="http://lukeroberts.us/wp-content/uploads/2008/05/slight-vintage.atn"><img src="http://lukeroberts.us/wp-content/uploads/2008/05/actions-icon.png" alt="Download the Slight Vintage Photoshop Action (1.3kb)" /></a></div>
<p></p>
<p>Click the icon to download the action. If you want to know what the action does, then read on.</p>
<h2>How it works</h2>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/05/1.jpg" alt="Step 1" /></p>
<p>Start off with the basic image</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/05/2.jpg" alt="Step 2" /></p>
<p>Add a Gradient Map adjustment layer</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/05/3.jpg" alt="Step 3" /></p>
<p>Choose the “Copper” gradient, which should be in the default set</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/05/4.jpg" alt="Step 4" /></p>
<p>Make sure you tick “Reverse” and “Dither”</p>
<p><img src="http://lukeroberts.us/wp-content/uploads/2008/05/5.jpg" alt="Step 5" /></p>
<p>Set the adjustment layer blend mode to “Soft Light”</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/05/final-leaf.jpg"><img src="http://lukeroberts.us/wp-content/uploads/2008/05/final-leaf-small.jpg" alt="Before and after" /></a></p>
<p>That’s it! It results in a nice, slightly vintage look, which is subtle enough to not need any further adjusting, most of the time. Obviously it’s not suitable for every photo &#8211; it warms the colours, so if the photo is already quite warm (for example, an indoors photo, with no flash), then it will likely ruin the picture.</p>
<p>I have the action set to one of the function keys (F6), so I can quickly press that to see how the photo looks with the slight vintage colours.</p>
<p>Before looking at some more before and after shots, I suggest experimenting with Gradient Maps yourself. Load some of the other gradients that come with Photoshop and scroll through them with the arrow keys. The image should update in real-time so you can see how the different gradients look on the photo.</p>
<h2>More examples</h2>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/05/house.jpg"><img src="http://lukeroberts.us/wp-content/uploads/2008/05/house-small.jpg" alt="House example" /></a></p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/05/pole.jpg"><img src="http://lukeroberts.us/wp-content/uploads/2008/05/pole-small.jpg" alt="Sky example" /></a></p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2008/05/bowers.jpg"><img src="http://lukeroberts.us/wp-content/uploads/2008/05/bowers-small.jpg" alt="Bowers example" /></a></p>
<h2>Video</h2>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/JkeKoNCpH8s&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/JkeKoNCpH8s&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p><a href="http://www.youtube.com/watch?v=JkeKoNCpH8s&#038;fmt=18">High resolution version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/05/downloadable-photoshop-action-slight-vintage-colours-with-gradient-map/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GIMP Quicktips: Vintage Colours</title>
		<link>http://lukeroberts.us/2008/03/gimp-quicktips-vintage-colours/</link>
		<comments>http://lukeroberts.us/2008/03/gimp-quicktips-vintage-colours/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 21:41:58 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[colours]]></category>
		<category><![CDATA[faded]]></category>
		<category><![CDATA[lomo]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vintage]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/2008/03/gimp-quicktips-vintage-colours/</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/03/gimp-quicktips-vintage-colours/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Another GIMP tutorial. Based on the earlier Photoshop version showing how to get vintage colours using Curves. I&#8217;ve tried to recreate it almost exactly &#8211; even used the same photo. The recording process went surpringly well in Ubuntu. I didn&#8217;t even need to take it into Vegas for editing. Just recorded with Xvidcap at 640x480px [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Mwem0cEdKMw&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Mwem0cEdKMw&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Another <a href="http://www.gimp.org/">GIMP</a> tutorial. Based on the <a href="http://lukeroberts.us/2008/03/photoshop-quicktips-vintage-colours/">earlier Photoshop version</a> showing how to get vintage colours using Curves. I&#8217;ve tried to recreate it almost exactly &#8211; even used the same photo.</p>
<p>The recording process went surpringly well in <a href="http://www.ubuntu.com/">Ubuntu</a>. I didn&#8217;t even need to take it into <a href="http://en.wikipedia.org/wiki/Sony_Vegas">Vegas</a> for editing. Just recorded with <a href="http://xvidcap.sourceforge.net/">Xvidcap</a> at 640x480px 30fps then added the music and fade out at the end with <a href="http://">Avidemux</a>.</p>
<p>And because I uploaded it at the full resolution, you can watch the video in high quality on Youtube if you <a href="http://uk.youtube.com/watch?v=Mwem0cEdKMw&#038;fmt=18">add &#038;fmt=18</a> to the end of the URL (Thanks <a href="http://lifehacker.com/362922/get-higher+resolution-youtube-videos-with-a-url-hack">Lifehacker</a>).</p>
<p>Or you can just <a href="http://uk.youtube.com/watch?v=Mwem0cEdKMw&#038;fmt=18">click here to view the high quality version</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/03/gimp-quicktips-vintage-colours/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick sky replacement with GIMP</title>
		<link>http://lukeroberts.us/2008/03/quick-sky-replacement-with-gimp/</link>
		<comments>http://lukeroberts.us/2008/03/quick-sky-replacement-with-gimp/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 22:44:43 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[sky]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/2008/03/quick-sky-replacement-with-gimp/</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2008/03/quick-sky-replacement-with-gimp/"><img align="left" hspace="5" width="150" src="http://lukeroberts.us/wp-content/uploads/2008/03/unexpectedly.png" class="alignleft wp-post-image tfe" alt="Unexpectedly by Tordo" title="" /></a>A slight change of pace for me &#8211; a GIMP tutorial. I don&#8217;t use GIMP a lot but I&#8217;ve found a lot of my experience with Photoshop is transferable. This is one such case. In Photoshop I would have gone to Select > Color Range then used the selection as a layer mask. In GIMP [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/HswR4plavSQ&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/HswR4plavSQ&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>A slight change of pace for me &#8211; a GIMP tutorial. I don&#8217;t use GIMP a lot but I&#8217;ve found a lot of my experience with Photoshop is transferable. This is one such case. In Photoshop I would have gone to <strong>Select > Color Range</strong> then used the selection as a layer mask.</p>
<p>In GIMP the process is similar. You just have to know where to look. Turns out it&#8217;s in <strong>Color > Color to Alpha</strong>. There you can choose a colour or use the eye dropper to sample from the image and that colour will be turned transparent.</p>
<p>This was all inspired by this work by the very talented <a href="http://tordo.deviantart.com/">Tordo</a> on deviantART:</p>
<p><a href="http://tordo.deviantart.com/art/Unexpectedly-41480714"><img src="http://lukeroberts.us/wp-content/uploads/2008/03/unexpectedly.png" alt="Unexpectedly by Tordo" /></a></p>
<p>I was struck by the patterned sky and wanted to try it out on a photo. Since I was using Ubuntu at the time, I thought i&#8217;d see what GIMP could manage. Turns out, as described above, it managed rather well.</p>
<p>So today I decided to document the process in GIMP with a video tutorial. My first time recording a tutorial in Ubuntu, too &#8211; it went very smoothly. I might have to do more for GIMP in future.</p>
<p><span id="more-50"></span></p>
<h2>Update</h2>
<p>I&#8217;ve remade the tutorial with Photoshop. Same images and everything, just how you&#8217;d go about doing the same thing in Photoshop.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QQgRT4-0gzE&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QQgRT4-0gzE&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2008/03/quick-sky-replacement-with-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- Quick Cache: failed to write cache. The cache/ directory is either non-existent ( and could not be created ) or it is not writable. -->
